diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-06-28 01:03:01 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-07-02 15:41:38 -0400 |
commit | 8836c5a33bdc5832e8438e951b2989234c23cd13 (patch) | |
tree | f793d866f318457c6caba14cf9ce0b8444895f48 /recipes-ti | |
parent | af07567111c7a9dc6bb63f19a3d7c9363b774752 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-ti/includes/ti-paths.inc | 1 |
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 @@ | |||
1 | installdir = "${datadir}/ti" | 1 | installdir = "${datadir}/ti" |
2 | 2 | ||
3 | export 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 |
4 | export AUDIO_SOC_INSTALL_DIR_RECIPE = "${installdir}/ti-audio-soc-example-tree" | 5 | export AUDIO_SOC_INSTALL_DIR_RECIPE = "${installdir}/ti-audio-soc-example-tree" |
5 | export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree" | 6 | export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree" |