On 10/17/2016 03:02 PM, Saul Wold wrote:
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 <s...@linux.intel.com>
---
  conf/machine/include/meta-intel.inc | 5 +++++
  1 file changed, 5 insertions(+)

diff --git a/conf/machine/include/meta-intel.inc 
b/conf/machine/include/meta-intel.inc
index 94dab6e..0d6e119 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -31,3 +31,8 @@ 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"
+

Probably don't need this extra whitespace at the end of the file.

---
Cal

--
_______________________________________________
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to