dsplink : Install files in build source tree.
authorPhilip Balister <philip@balister.org>
Thu, 15 May 2008 14:56:27 +0000 (14:56 +0000)
committerPhilip Balister <philip@balister.org>
Thu, 15 May 2008 14:56:27 +0000 (14:56 +0000)
packages/dsplink/dsplink_1.50.bb

index 3ae6fbc..1711fc5 100644 (file)
@@ -7,13 +7,21 @@ PR = "r0"
 # Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/link/index.html
 
 SRC_URI ="http://install.tarball.in.source.dir/dsplink_1_50.tar.gz \
+file://CURRENTCFG.MK \
+file://c64xx_5.xx_linux.mk \
+file://davinci_mvlpro5.0.mk \
 "
 
 S = "${WORKDIR}/dsplink_1_50"
 
 do_configure () {
+       cp ${WORKDIR}/CURRENTCFG.MK ${S}/dsplink/config
+       cp ${WORKDIR}/davinci_mvlpro5.0.mk ${S}/dsplink/make/Linux
+       cp ${WORKDIR}/c64xx_5.xx_linux.mk ${S}/dsplink/make/DspBios
 }
 
 do_compile () {
+       export DSPLINK=${S}/dsplink
+       make -C ${S}/dsplink/gpp/src
 }