On 06/06/2012 12:29 PM, [email protected] wrote: > From: Tom Zanussi <[email protected]> > > This adds the video acceleration components needed to enable EMGD > video acceleration. > > Signed-off-by: Tom Zanussi <[email protected]>
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 <[email protected]> > --- > 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%" -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
