summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-22 14:26:51 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-22 14:26:51 +0000
commit420cb94e6cd8153253cb944edd1695bf7f5003ee (patch)
tree8269ec05d14fe644e4a4418049bbca79417ab468
parentcdc5462dabd6f055c4e1afece9c321c4cb917350 (diff)
dsplink: more tweaks for Omap
-rw-r--r--packages/dsplink/dsplink_1.50.bb6
-rw-r--r--packages/dsplink/files/CURRENTCFG.MK4
2 files changed, 7 insertions, 3 deletions
diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb
index 99133efdca..617309ac1d 100644
--- a/packages/dsplink/dsplink_1.50.bb
+++ b/packages/dsplink/dsplink_1.50.bb
@@ -5,7 +5,7 @@ RDEPENDS = "update-modules"
inherit module
-PR = "r2"
+PR = "r3"
PE = "1"
PV = "1.50"
@@ -32,7 +32,10 @@ DSPLINKPLATFORM_beagleboard = "Omap"
DSPLINKPLATFORM_davinci-sffsdr = "Davinci"
DSPLINKPLATFORM_davinci-dvevm = "Davinci"
+DSPLINKDSP ?= "C64XX"
+
export DSPLINKPLATFORM
+export DSPLINKDSP
do_configure () {
cp ${WORKDIR}/CURRENTCFG.MK ${S}/config
@@ -44,6 +47,7 @@ do_configure () {
-e s:SED_ME_KERNELVERSION:${KERNEL_VERSION}:g \
-e s:SED_ME_DSPDISTRO:davinci_mvlpro5\.0:g \
-e s:SED_ME_PLATFORM:${DSPLINKPLATFORM}:g \
+ -e s:SED_ME_DSP:${DSPLINKDSP}:g \
${S}/config/CURRENTCFG.MK
sed -i -e s:SED_ME_CROSS:${STAGING_INCDIR}:g \
diff --git a/packages/dsplink/files/CURRENTCFG.MK b/packages/dsplink/files/CURRENTCFG.MK
index ff109de482..c9b000b0ef 100644
--- a/packages/dsplink/files/CURRENTCFG.MK
+++ b/packages/dsplink/files/CURRENTCFG.MK
@@ -47,8 +47,8 @@ export DSPPLATFORM := SED_ME_PLATFORM
# =========================================================
# Target GPP and DSP devices
# =========================================================
-export GPPDEVICE := Davinci
-export DSPDEVICE := C64XX
+export GPPDEVICE := SED_ME_PLATFORM
+export DSPDEVICE := SED_ME_DSP
# =========================================================