----------------------------------------------------------------- Revision: 4bba6a7effab4844d2a8fec7a7062c087ed12827 Ancestor: 975cd9b9a7689be84aaeab11b69b0cc1b920fbcb Author: koen@openembedded.org Date: 2008-08-08T16:55:12 Branch: org.openembedded.dev Added files: packages/dsplink/ti-paths.inc Modified files: packages/dsplink/codec-engine_2.10.bb packages/dsplink/dsplink.inc ChangeLog: dsplink, codec-engine: put common paths in a .inc file so more recipes can share them ============================================================ --- 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"