[meta-intel] [PATCH] meta-intel: Enable RMC by default

Cal Sullivan california.l.sullivan at intel.com
Mon Oct 17 15:04:36 PDT 2016



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 <sgw at 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



More information about the meta-intel mailing list