mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel.inc: remove setting rmc in DISTRO_FEATURES
We should not be changing DISTRO_FEATUES within a layer. Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
da4795aa91
commit
233b271e17
|
@ -32,6 +32,4 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE
|
||||||
# merge the microcode data in the final initrd image.
|
# 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)}"
|
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"
|
EFI_PROVIDER ?= "rmc-systemd-boot"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user