[meta-ti] [Patch v2] Conditionally set ${TOOLCHAIN_PATH} used by some recipes
Ash Charles
ashcharles at gmail.com
Fri Jun 27 12:03:01 PDT 2014
Signed-off-by: Ash Charles <ashcharles at gmail.com>
---
Oops...neglected to email the mailing list first time around.
recipes-ti/includes/ti-paths.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index 511b5ae..4e6227e 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -1,5 +1,6 @@
installdir = "${datadir}/ti"
+export TOOLCHAIN_PATH ?= "${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_SYS}"
# This is where do_install will put it
export AUDIO_SOC_INSTALL_DIR_RECIPE = "${installdir}/ti-audio-soc-example-tree"
export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree"
--
1.8.3.2
More information about the meta-ti
mailing list