From 864d52f9c8d19edc70dc394b2a85cb95e1608a8b Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 27 Jan 2015 09:04:51 -0700 Subject: [PATCH] tcmode: drop sdk toolchain removal This is more a distro/user decision, I think, so move it there. Also this was insufficient, as just removing `packagegroup-cross-canadian-${MACHINE}` without adding back in `meta-environment-${MACHINE}` results in an sdk which hangs on install. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 37c0da2..717080d 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -9,10 +9,6 @@ EXTERNAL_TOOLCHAIN ?= "UNDEFINED" # errors or warnings. NO32LIBS ?= "0" -# We don't need or want to build a cross-compiler to ship in the sdk/ade, as -# we expect folks to use the Sourcery G++ toolchain on the SDKMACHINE as well. -TOOLCHAIN_HOST_TASK_remove = "packagegroup-cross-canadian-${MACHINE}" - # Ensure that we only attempt to package up locales which are available in the # external toolchain. In the future, we should examine the external toolchain # sysroot and determine this accurately.