From: Koen Kooi Date: Sun, 22 Jun 2008 14:26:51 +0000 (+0000) Subject: dsplink: more tweaks for Omap X-Git-Tag: Release-2010-05/1~6646^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420cb94e6cd8153253cb944edd1695bf7f5003ee;p=openembedded.git dsplink: more tweaks for Omap --- 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 # =========================================================