mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
This layer focuses on new recipes, so make it clear where the appends are by isolating them, even for oe-core. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
# This build relies on this matching up with HOST_PREFIX, as it doesn't seem
|
|
# to use CROSS_COMPILE everywhere. Align it here to fix the build.
|
|
HOST_SYS = "${@'${HOST_PREFIX}'[:-1]}"
|