diff options
author | 2016-11-02 13:44:46 -0700 | |
---|---|---|
committer | 2016-11-02 13:50:46 -0700 | |
commit | 233b271e1768e83f9bf6e9446cd888b1fc188453 (patch) | |
tree | a5421e929db20c16714872a72eda5ca6cbb4438b /conf | |
parent | da4795aa914bfa72984df5bc832ee5274765dfdd (diff) | |
download | meta-intel-233b271e1768e83f9bf6e9446cd888b1fc188453.tar.gz meta-intel-233b271e1768e83f9bf6e9446cd888b1fc188453.tar.bz2 meta-intel-233b271e1768e83f9bf6e9446cd888b1fc188453.zip |
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 9f8ba5be..4b8cc61c 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -32,6 +32,4 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE # 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" |