From 3da6553f632c7aabb03f19bd51fe0402ea6f6b46 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 14 Oct 2016 09:41:15 -0700 Subject: meta-intel: Enable RMC by default This enables the Runtime Machine Configuration feature, which allows use to support multiple machines that have different kernel commandline option as well as different startup requirements to work from the base MACHINE configuration. Signed-off-by: Saul Wold --- conf/machine/include/meta-intel.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine/include') diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 94dab6e7..9f8ba5be 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -31,3 +31,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE # for the early boot time kernel microcode loading support, # merge the microcode data in the final initrd image. INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" + +# Enable Runtime Machine Config by default +DISTRO_FEATURES_append = " rmc" +EFI_PROVIDER ?= "rmc-systemd-boot" -- cgit v1.2.3-54-g00ecf