[meta-intel] [PATCH 2/5] meta-haswell-wc: provide machine configuration for haswell-wc

Ong, Boon Leong boon.leong.ong at intel.com
Thu Oct 31 17:58:44 PDT 2013



> -----Original Message-----
> From: Zanussi, Tom
> Sent: Friday, November 01, 2013 12:51 AM
> To: Ong, Boon Leong
> Cc: meta-intel at yoctoproject.org
> Subject: Re: [meta-intel] [PATCH 2/5] meta-haswell-wc: provide machine
> configuration for haswell-wc
> 
> On Thu, 2013-10-31 at 18:47 +0800, boon.leong.ong at intel.com wrote:
> > From: Ong Boon Leong <boon.leong.ong at intel.com>
> >
> > Create a new machine named 'haswell-wc'.
> >
> > Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
> > ---
> >  .../meta-haswell-wc/conf/machine/haswell-wc.conf   |   24
> ++++++++++++++++++++
> >  1 file changed, 24 insertions(+)
> >  create mode 100644
> > meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
> >
> > diff --git a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
> > b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
> > new file mode 100644
> > index 0000000..716269b
> > --- /dev/null
> > +++ b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
> > @@ -0,0 +1,24 @@
> > +#@TYPE: Machine
> > +#@NAME: haswell-wc
> > +
> > +#@WEBTITLE: 4th Generation Intel Core Processors with Mobile # Intel
> > +QM87 and HM86 Chipsets (Formerly Shark Bay)
> > +
> > +#@DESCRIPTION: Machine configuration for "Walnut Canyon", # a Shark
> > +Bay development kit.
> > +
> > +
> > +PREFERRED_VERSION_linux-yocto ?= "3.10%"
> > +MACHINE_FEATURES += "pcbios efi va-impl-intel"
> > +
> > +require conf/machine/include/tune-x86_64.inc
> > +require conf/machine/include/ia32-base.inc
> > +
> > +MACHINE_HWCODECS ?= "va-intel gst-va-intel"
> > +
> > +XSERVER ?= "${XSERVER_IA32_BASE} \
> > +	    ${XSERVER_IA32_EXT} \
> > +	    ${XSERVER_IA32_I965} \
> > +	   "
> > +#This Kernel Option is required for Intel Quick Assist Technology Software.
> > +APPEND += "acpi_enforce_resources=lax"
> 
> Didn't you mention in the previous version that this wasn't needed?
[Ong, Boon Leong] 
Yes it can be removed. Fixed in v2 patchset. 
> 
> Tom



More information about the meta-intel mailing list