summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-10-14 09:41:15 -0700
committerSaul Wold <sgw@linux.intel.com>2016-10-20 11:12:30 -0700
commit3da6553f632c7aabb03f19bd51fe0402ea6f6b46 (patch)
treeb22172bcd3610f9d13eab6a16a1b5730045be48c /conf/machine/include
parente080f475b3f05ca193285d6538645147853f539f (diff)
downloadmeta-intel-3da6553f632c7aabb03f19bd51fe0402ea6f6b46.tar.gz
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 <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/meta-intel.inc4
1 files changed, 4 insertions, 0 deletions
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
31# for the early boot time kernel microcode loading support, 31# for the early boot time kernel microcode loading support,
32# merge the microcode data in the final initrd image. 32# merge the microcode data in the final initrd image.
33INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" 33INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}"
34
35# Enable Runtime Machine Config by default
36DISTRO_FEATURES_append = " rmc"
37EFI_PROVIDER ?= "rmc-systemd-boot"