[oe-commits] Roger Monk : omap3530-dvsdk-combos: add recipe to (re) build the codecs from the DVSDK

GIT User account git at amethyst.openembedded.net
Thu Feb 19 08:30:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5c5488a59f2ae4be67c47e15acca8456e19bce42
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5c5488a59f2ae4be67c47e15acca8456e19bce42

Author: Roger Monk <r-monk at ti.com>
Date:   Thu Feb 19 09:27:18 2009 +0100

omap3530-dvsdk-combos: add recipe to (re)build the codecs from the DVSDK

---

 packages/dsplink/omap3530-dvsdk-combos_3.16.bb |   40 ++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/packages/dsplink/omap3530-dvsdk-combos_3.16.bb b/packages/dsplink/omap3530-dvsdk-combos_3.16.bb
new file mode 100644
index 0000000..278d743
--- /dev/null
+++ b/packages/dsplink/omap3530-dvsdk-combos_3.16.bb
@@ -0,0 +1,40 @@
+DESCRIPTION = "Codec combos for omap3530"
+DEPENDS = "codec-engine"
+LICENCE = "unknown"
+
+require ti-paths.inc
+
+# TODO update this...
+# https://www-a.ti.com/downloads/sds_support/applications_packages/dmai/dmai_1_20_00_06/dmai_setuplinux_1_20_00_06.bin
+# Install the above link and put the omap3530_dvsdk_combos_3_16.tar.gz file in the same directory as this recipe
+SRC_URI = "file://omap3530_dvsdk_combos_3_16.tar.gz \
+   "
+
+S = "${WORKDIR}/omap3530_dvsdk_combos_3_16"
+# Yes, the xdc stuff still breaks with a '.' in PWD
+PV = "316"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+TARGET = "all"
+
+export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools"
+
+do_compile() {
+	sed -i -e s:/db/toolsrc/library/vendors2005/ti/c6x/6.0.16/Linux:${TITOOLSDIR}/${TICGTOOLSDIR}:g \
+	-e s:arm-none-linux-gnueabi-:${TARGET_PREFIX}:g \
+	-e s:/home/dvsdkval/workdir/OMAP3530/nfs/workdir/opt/toolchain/arm-2007q3:${CROSS_DIR}:g \
+	${S}/config.bld
+
+	oe_runmake clean
+	oe_runmake
+}
+
+do_install () {
+	echo oe_runmake install
+}
+
+do_stage () {
+	install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecs
+	cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecs
+}





More information about the Openembedded-commits mailing list