mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
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 <chris_larson@mentor.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user