[oe-commits] org.oe.dev dsplink : Install files in build source tree.

crofton commit oe at amethyst.openembedded.net
Thu May 15 15:15:11 UTC 2008


dsplink : Install files in build source tree.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 92366ccb09c8d809619c585c91fe69a2046e1396
ViewMTN: http://monotone.openembedded.org/revision/info/92366ccb09c8d809619c585c91fe69a2046e1396
Files:
1
packages/dsplink/dsplink_1.50.bb
Diffs:

#
# mt diff -r8ff075180f05eb65665c25f901a2ae04d34e32a1 -r92366ccb09c8d809619c585c91fe69a2046e1396
#
#
#
# patch "packages/dsplink/dsplink_1.50.bb"
#  from [8605e4c2d95046344dcb3569b519cf96cd4d594e]
#    to [690567ce000323a321b99c98052f290712e824c2]
#
============================================================
--- packages/dsplink/dsplink_1.50.bb	8605e4c2d95046344dcb3569b519cf96cd4d594e
+++ packages/dsplink/dsplink_1.50.bb	690567ce000323a321b99c98052f290712e824c2
@@ -7,13 +7,21 @@ SRC_URI ="http://install.tarball.in.sour
 # 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
 }
 






More information about the Openembedded-commits mailing list