[oe-commits] Koen Kooi : dsplink, codec-engine: improve davinci support

GIT User account git at amethyst.openembedded.net
Thu Oct 23 10:17:37 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 23 12:14:59 2008 +0200

dsplink, codec-engine: improve davinci support

---

 packages/dsplink/codec-engine_2.21.bb |    4 ++--
 packages/dsplink/dsplink.inc          |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/dsplink/codec-engine_2.21.bb b/packages/dsplink/codec-engine_2.21.bb
index 21a90b3..3da1e13 100644
--- a/packages/dsplink/codec-engine_2.21.bb
+++ b/packages/dsplink/codec-engine_2.21.bb
@@ -91,8 +91,8 @@ do_compile() {
         -e s:/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux:${TITOOLSDIR}/${TICGTOOLSDIR}:g \
         -e s:/db/toolsrc/library/tools/vendors/opensource/gcc/4.1.0/Linux/gcc-4.1.0-glibc-2.3.6/i686-unknown-linux-gnu:/usr:g \
         -e s:arm-none-linux-gnueabi-:${TARGET_PREFIX}:g \
-        -e 's:true, // build for uC Linux:false,:g' \
-        -e 's:true, // build for PC Linux:false,:g' \ 
+        -e 's:true, // build for uC:false,:g' \
+        -e 's:true,  // build for PC:false,:g' \ 
        ${S}/examples/user.bld
 
 	# Fix path to c6x codegen
diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc
index 5253f00..da71d7d 100644
--- a/packages/dsplink/dsplink.inc
+++ b/packages/dsplink/dsplink.inc
@@ -27,7 +27,7 @@ DSPLINKSOC_beagleboard = "3530"
 DSPCFG ?= "DM6446GEMSHMEM"
 DSPCFG_beagleboard ?= "OMAP3530SHMEM"
 
-GPPOS ?= "DAVINCILSP"
+GPPOS ?= "MVL5G"
 GPPOS_beagleboard = "OMAPLSP"
 
 export DSPLINKPLATFORM 
@@ -80,7 +80,7 @@ do_install () {
 	install ${S}/gpp/BUILD/EXPORT/RELEASE/mplistgpp         ${D}/${bindir}
 	install ${S}/gpp/BUILD/EXPORT/RELEASE/readwritegpp      ${D}/${bindir}
 	install ${S}/gpp/BUILD/EXPORT/RELEASE/ringiogpp         ${D}/${bindir}
-	install ${S}/gpp/BUILD/EXPORT/RELEASE/scalegpp          ${D}/${bindir}
+	install ${S}/gpp/BUILD/EXPORT/RELEASE/scalegpp          ${D}/${bindir} || true
 
 	install -d ${D}/${datadir}/dsplink
 	for i in $(find ${S}/dsp/BUILD/ -name "*.out") ; do





More information about the Openembedded-commits mailing list