diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-07-08 18:36:06 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-07-08 18:36:06 -0700 |
commit | fe4eff06ac6a197486f15647833e4f897fee34eb (patch) | |
tree | 0e62246a92dc50bac9a1d911387fe6cc8de5b968 /conf/machine | |
parent | b767b5cb2f374630136b1903dba7d86dddff362d (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 1 |
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" | |||
38 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" | 38 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" |
39 | 39 | ||
40 | EFI_PROVIDER ?= "rmc-boot" | 40 | EFI_PROVIDER ?= "rmc-boot" |
41 | EFI_PROVIDER_x86_64_x32-intel-common ?= "systemd-boot" | ||
42 | 41 | ||
43 | # Add general MACHINEOVERRIDE for meta-intel | 42 | # Add general MACHINEOVERRIDE for meta-intel |
44 | MACHINEOVERRIDES =. "intel-x86-common:" | 43 | MACHINEOVERRIDES =. "intel-x86-common:" |