mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-06 07:54:37 +02:00
tcmode: kill the TOOLCHAIN_HOST_TASK override
This means we won't be able to build meta-toolchain with an external toolchain, but it does mean we don't screw up buildtools-tarball. If we need a functional meta-toolchain in the future, we can resurrect a superior implementation of this. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
EXTERNAL_TOOLCHAIN ?= "UNDEFINED"
|
||||
|
||||
# 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}"
|
||||
# FIXME: find a way to do this just for the recipes which include those
|
||||
# binaries. Potentially we could replace the packagegroup with an alternative
|
||||
# version which includes nothing, or provide a bbclass which filters it out at
|
||||
# RecipeParsed time.
|
||||
#TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-sdk-host meta-environment-${TRANSLATED_TARGET_ARCH}"
|
||||
|
||||
# Add the external toolchain to the sdk setup script PATH
|
||||
INHERIT += "toolchain-scripts-external"
|
||||
|
||||
Reference in New Issue
Block a user