summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes
diff options
context:
space:
mode:
authorAsh Charles <ashcharles@gmail.com>2014-06-28 01:03:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-02 15:41:38 -0400
commit8836c5a33bdc5832e8438e951b2989234c23cd13 (patch)
treef793d866f318457c6caba14cf9ce0b8444895f48 /recipes-ti/includes
parentaf07567111c7a9dc6bb63f19a3d7c9363b774752 (diff)
downloadmeta-ti-8836c5a33bdc5832e8438e951b2989234c23cd13.tar.gz
Conditionally set ${TOOLCHAIN_PATH} used by some recipes
Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/includes')
-rw-r--r--recipes-ti/includes/ti-paths.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index 511b5ae1..4e6227ea 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -1,5 +1,6 @@
1installdir = "${datadir}/ti" 1installdir = "${datadir}/ti"
2 2
3export TOOLCHAIN_PATH ?= "${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_SYS}"
3# This is where do_install will put it 4# This is where do_install will put it
4export AUDIO_SOC_INSTALL_DIR_RECIPE = "${installdir}/ti-audio-soc-example-tree" 5export AUDIO_SOC_INSTALL_DIR_RECIPE = "${installdir}/ti-audio-soc-example-tree"
5export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree" 6export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree"