From 04461e52055ff755920a64c2cde36bf662a1dd57 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 29 Oct 2012 17:44:22 -0700 Subject: [PATCH] tcmode: don't ship a toolchain in the sdk for now Long term, may want to add the ability to ship the cross-canadian content from the external toolchain. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 43e4bc5..12215bf 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -12,6 +12,9 @@ python () { d.setVar('TOOLCHAIN_PATH_ADD', '') } +# Don't ship any toolchain binaries in the sdk for the time being +TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-sdk-host meta-environment-${TRANSLATED_TARGET_ARCH}" + localedir = "${exec_prefix}/lib/locale" CSL_TARGET_SYS_powerpc ?= "powerpc-linux-gnu powerpc-mentor-linux-gnu"