Hello, In order to make the NUC BSP compatible with the hardware automation features in Yocto 1.6, we need it to have EFI support. As such, would it be agreeable to have the following patch added to the meta-intel layer?
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index fdbbbda..2b1b9a3 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf @@ -7,7 +7,7 @@ # i.e. Ivy Bridge + Panther Point PREFERRED_VERSION_linux-yocto ?= "3.14%" -MACHINE_FEATURES += "va-impl-intel wifi" +MACHINE_FEATURES += "va-impl-intel wifi efi" require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc Regards, Corneliu Yocto QA -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
