diff options
-rw-r--r-- | conf/machine/include/meta-intel.inc | 4 |
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. |
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 | |||
35 | # Enable Runtime Machine Config by default | ||
36 | DISTRO_FEATURES_append = " rmc" | ||
37 | EFI_PROVIDER ?= "rmc-systemd-boot" | ||