From a0ca03a32bbe5cbc8433330c28f2044d0ff30ae8 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 26 Jun 2017 09:40:01 -0700 Subject: meta-intel: Add override for EFI_PROVIDER and x32 Since the existing rmc library does not build correctly for x32 target disable it with an ARCH based OVERRIDE. Signed-off-by: Saul Wold --- conf/machine/include/meta-intel.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index c00dcf69..7568f91a 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -38,6 +38,7 @@ MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald" INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" EFI_PROVIDER ?= "rmc-boot" +EFI_PROVIDER_x86_64_x32-intel-common ?= "systemd-boot" # Add general MACHINEOVERRIDE for meta-intel MACHINEOVERRIDES =. "intel-x86-common:" -- cgit v1.2.3-54-g00ecf