[oe-commits] org.oe.dev dsplink, codec-engine: put common paths in a .inc file so more recipes can share them

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:00:58 UTC 2008


dsplink, codec-engine: put common paths in a .inc file so more recipes can share them

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4bba6a7effab4844d2a8fec7a7062c087ed12827
ViewMTN: http://monotone.openembedded.org/revision/info/4bba6a7effab4844d2a8fec7a7062c087ed12827
Files:
1
packages/dsplink/ti-paths.inc
packages/dsplink/codec-engine_2.10.bb
packages/dsplink/dsplink.inc
Diffs:

#
# mt diff -r975cd9b9a7689be84aaeab11b69b0cc1b920fbcb -r4bba6a7effab4844d2a8fec7a7062c087ed12827
#
#
#
# add_file "packages/dsplink/ti-paths.inc"
#  content [584034b3c16762059bf95548d5196155a94a9b70]
# 
# patch "packages/dsplink/codec-engine_2.10.bb"
#  from [163e8a7925cf09ffaea2ad9d8caba979718cd2d4]
#    to [846c6f171816202a1a0272c77475004c4d84ca46]
# 
# patch "packages/dsplink/dsplink.inc"
#  from [6da19209ce466c39c415f57e67acc29ab812f470]
#    to [e7d942ce0648f150ca776fe95cff5e1cb7a31c2b]
#
============================================================
--- packages/dsplink/ti-paths.inc	584034b3c16762059bf95548d5196155a94a9b70
+++ packages/dsplink/ti-paths.inc	584034b3c16762059bf95548d5196155a94a9b70
@@ -0,0 +1,8 @@
+# Path to the dir where the TI tools are unpacked
+TITOOLSDIR ?= "/OE/TI"
+# Path under TITOOLSDIR where dspbios is unpacked
+TIBIOSDIR ?= "bios_5_32_03"
+TIXDCTOOLSDIR ?= "${TIBIOSDIR}/xdctools"
+# Path under TITOOLSDIR where the dsp toolchain is unpacked
+TICGTOOLSDIR ?= "cg6x_6_1_2"
+
============================================================
--- packages/dsplink/codec-engine_2.10.bb	163e8a7925cf09ffaea2ad9d8caba979718cd2d4
+++ packages/dsplink/codec-engine_2.10.bb	846c6f171816202a1a0272c77475004c4d84ca46
@@ -18,13 +18,7 @@ S = "${WORKDIR}/codec_engine_2_10_01"
 
 S = "${WORKDIR}/codec_engine_2_10_01"
 
-# Path to the dir where the TI tools are unpacked
-TITOOLSDIR ?= "/OE/TI"
-# Path under TITOOLSDIR where dspbios is unpacked
-TIBIOSDIR ?= "bios_5_32_03"
-TIXDCTOOLSDIR ?= "${TIBIOSDIR}/xdctools"
-# Path under TITOOLSDIR where the dsp toolchain is unpacked
-TICGTOOLSDIR ?= "cg6x_6_1_2"
+require ti-paths.inc
 
 PARALLEL_MAKE = ""
 
============================================================
--- packages/dsplink/dsplink.inc	6da19209ce466c39c415f57e67acc29ab812f470
+++ packages/dsplink/dsplink.inc	e7d942ce0648f150ca776fe95cff5e1cb7a31c2b
@@ -11,12 +11,7 @@ export DSPLINK = "${S}"
 # Needed for buildscripts
 export DSPLINK = "${S}"
 
-# Path to the dir where the TI tools are unpacked
-TITOOLSDIR ?= "/OE/TI"
-# Path under TITOOLSDIR where dspbios is unpacked 
-TIBIOSDIR ?= "bios_5_32_03"
-# Path under TITOOLSDIR where the dsp toolchain is unpacked
-TICGTOOLSDIR ?= "cg6x_6_1_2"
+require ti-paths.inc
 
 DSPLINKPLATFORM ?= "Davinci"
 






More information about the Openembedded-commits mailing list