diff options
| author | Todor Minchev <todor.minchev@linux.intel.com> | 2016-12-13 14:56:49 -0800 |
|---|---|---|
| committer | California Sullivan <california.l.sullivan@intel.com> | 2016-12-15 10:27:18 -0800 |
| commit | 48c335a46e03b46540a83a365fea76b92940927b (patch) | |
| tree | 6099fbb24fea8271eb63569903a755e34193211e /conf | |
| parent | 3d218385a7d8509fbb66b6aa92efef185d1cfcde (diff) | |
| download | meta-intel-48c335a46e03b46540a83a365fea76b92940927b.tar.gz | |
rmc: add support for alternative EFI bootloaders
RMC was previously configured to work only with the systemd-boot EFI
bootloader. With this commit we can specify alternative bootloaders by
setting the RMC_BOOTLOADER variable in local.conf. If RMC_BOOTLOADER is
not set systemd-boot will be used by default.
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index c7555ce9..fd0a792a 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
| @@ -32,7 +32,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE | |||
| 32 | # merge the microcode data in the final initrd image. | 32 | # merge the microcode data in the final initrd image. |
| 33 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" | 33 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" |
| 34 | 34 | ||
| 35 | EFI_PROVIDER ?= "rmc-systemd-boot" | 35 | EFI_PROVIDER ?= "rmc-boot" |
| 36 | 36 | ||
| 37 | # Add general MACHINEOVERRIDE for meta-intel | 37 | # Add general MACHINEOVERRIDE for meta-intel |
| 38 | MACHINEOVERRIDES =. "intel-x86-common:" | 38 | MACHINEOVERRIDES =. "intel-x86-common:" |
