From 4e17ed6921720f6ee999eee65169691766d4eab6 Mon Sep 17 00:00:00 2001 From: Ash Charles Date: Sat, 28 Jun 2014 01:03:01 +0000 Subject: [PATCH] Conditionally set ${TOOLCHAIN_PATH} used by some recipes Signed-off-by: Ash Charles Signed-off-by: Denys Dmytriyenko --- 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 511b5ae1..4e6227ea 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"