All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: tom.zanussi@intel.com
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 1/1] meta-fri2: add video acceleration
Date: Wed, 06 Jun 2012 12:41:14 -0700	[thread overview]
Message-ID: <4FCFB25A.9000800@linux.intel.com> (raw)
In-Reply-To: <a97d2219fa67e2326952c9c065eff5947576765d.1339010751.git.tom.zanussi@intel.com>



On 06/06/2012 12:29 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
> 
> This adds the video acceleration components needed to enable EMGD
> video acceleration.
> 
> Signed-off-by: Tom Zanussi <tom.zanussi@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@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%"

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


  reply	other threads:[~2012-06-06 19:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-06 19:29 [PATCH 0/1] add video acceleration to fri2 tom.zanussi
2012-06-06 19:29 ` [PATCH 1/1] meta-fri2: add video acceleration tom.zanussi
2012-06-06 19:41   ` Darren Hart [this message]
2012-06-06 19:45     ` Tom Zanussi
2012-06-06 21:19     ` Tom Zanussi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FCFB25A.9000800@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.