summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-07-08 18:36:06 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-08 18:36:06 -0700
commitfe4eff06ac6a197486f15647833e4f897fee34eb (patch)
tree0e62246a92dc50bac9a1d911387fe6cc8de5b968 /conf/machine/include
parentb767b5cb2f374630136b1903dba7d86dddff362d (diff)
downloadmeta-intel-fe4eff06ac6a197486f15647833e4f897fee34eb.tar.gz
Revert "meta-intel: Add override for EFI_PROVIDER and x32"
The recent patch from Todor to split the RMC recipe into lib and efi app allows us to revert this override. This reverts commit a0ca03a32bbe5cbc8433330c28f2044d0ff30ae8. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/meta-intel.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index 7568f91a..c00dcf69 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -38,7 +38,6 @@ MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald"
38INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" 38INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}"
39 39
40EFI_PROVIDER ?= "rmc-boot" 40EFI_PROVIDER ?= "rmc-boot"
41EFI_PROVIDER_x86_64_x32-intel-common ?= "systemd-boot"
42 41
43# Add general MACHINEOVERRIDE for meta-intel 42# Add general MACHINEOVERRIDE for meta-intel
44MACHINEOVERRIDES =. "intel-x86-common:" 43MACHINEOVERRIDES =. "intel-x86-common:"