diff options
| author | Saul Wold <sgw@linux.intel.com> | 2017-06-26 09:40:01 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2017-06-26 09:40:01 -0700 |
| commit | a0ca03a32bbe5cbc8433330c28f2044d0ff30ae8 (patch) | |
| tree | b1054b527c6fd45a751f847b3b1f1e1382ef4bc7 /conf/machine | |
| parent | cbf13b7374422abf1f981f5122b926c0bc85c0a4 (diff) | |
| download | meta-intel-a0ca03a32bbe5cbc8433330c28f2044d0ff30ae8.tar.gz | |
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 <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 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" | ||
| 41 | 42 | ||
| 42 | # Add general MACHINEOVERRIDE for meta-intel | 43 | # Add general MACHINEOVERRIDE for meta-intel |
| 43 | MACHINEOVERRIDES =. "intel-x86-common:" | 44 | MACHINEOVERRIDES =. "intel-x86-common:" |
