systemd-boot: move into core area

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>
This commit is contained in:
Christopher Larson
2017-06-16 08:46:13 +05:00
parent 03d0a1654f
commit da3bab11dd

View File

@@ -0,0 +1,7 @@
# Ensure -m32/-m64 are passed for EFI, as the buildsystem currently relies on
# the default for the toolchain, which isn't necessarily correct for an
# external toolchain.
EFI_TUNE_ARCH = "-m32"
EFI_TUNE_ARCH_x86-64 = "-m64"
EFI_CC = "${@'${CC}'.split()[0]} ${EFI_TUNE_ARCH}"
EXTRA_OECONF += "'EFI_CC=${EFI_CC}'"