[yocto] [PATCH 1/1] meta-fri2: add video acceleration

Tom Zanussi tom.zanussi at intel.com
Wed Jun 6 14:19:29 PDT 2012


OK, this has been pulled into meta-intel/master and meta-intel/denzil.

Should be ok to start a new build...

Tom

On Wed, 2012-06-06 at 12:41 -0700, Darren Hart wrote:
> 
> On 06/06/2012 12:29 PM, tom.zanussi at intel.com wrote:
> > From: Tom Zanussi <tom.zanussi at intel.com>
> > 
> > This adds the video acceleration components needed to enable EMGD
> > video acceleration.
> > 
> > Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
> 
> Looks good, I assume a build has completed? Has any testing been done?
> If there is an image available I can boot it. If not, I can build and
> test, probably tomorrow. I'm mostly out today.
> 
> Acked-by: Darren Hart <dvhart at linux.intel.com>
> 
> > ---
> >  meta-fri2/conf/machine/fri2.conf |    6 ++++--
> >  1 files changed, 4 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
> > index 547fe6a..f90deb3 100644
> > --- a/meta-fri2/conf/machine/fri2.conf
> > +++ b/meta-fri2/conf/machine/fri2.conf
> > @@ -7,8 +7,10 @@
> >  require conf/machine/include/tune-atom.inc
> >  require conf/machine/include/ia32-base.inc
> >  
> > -MACHINE_FEATURES += "wifi 3g pcbios efi"
> > -MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5"
> > +VA_FEATURES ?= "gst-va-intel va-intel"
> > +
> > +MACHINE_FEATURES += "wifi 3g pcbios efi gst-va-mixvideo"
> > +MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5 ${VA_FEATURES}"
> >  
> >  PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> >  PREFERRED_VERSION_linux-yocto = "3.2%"
> 





More information about the yocto mailing list