tcmode-external-oe-sdk: default to locale-utf8-is-default

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2022-04-05 21:50:00 +00:00
parent bf05861401
commit 19d849555e

View File

@@ -3,6 +3,9 @@ require conf/distro/include/tcmode-external.inc
# OE-built toolchains default to this, so don't pass it explicitly
TARGET_LDFLAGS_BUILD_ID = ""
# OE-built toolchains assume en_US is utf8
EXTERNAL_TOOLCHAIN_FEATURES_DEFAULT ??= "locale-utf8-is-default"
TCMODEOVERRIDES .= ":tcmode-external-oe-sdk"
EXTERNAL_TARGET_SYS ?= "${TARGET_SYS}"