> -----Original Message----- > From: Stoicescu, CorneliuX > Sent: Monday, May 19, 2014 1:20 AM > To: Kamble, Nitin A; [email protected] > Subject: RE: [meta-intel] NUC + efi > > > -----Original Message----- > > From: Kamble, Nitin A > > Sent: Friday, May 16, 2014 7:18 PM > > To: Stoicescu, CorneliuX; [email protected] > > Subject: Re: [meta-intel] NUC + efi > > > > > > On 5/16/2014 7:50 AM, Stoicescu, CorneliuX wrote: > > > 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? > > It is ok, if it does not break the BPS. > > > > Nitin > > > > What would be the required tests to see if it does or does not break the BSP? > Would a live boot + install be enough?
Yes, for this particular change, that should be enough. Nitin > > Regards, > Corneliu > > > > 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
