diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-01-29 09:58:10 -0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-02-01 09:39:31 -0600 |
commit | 6d3353ad10f9c5e0b09bee6b1ff0525948a277da (patch) | |
tree | a959927ae01d815f261ebb89f8cd80c53c44d893 /meta-sugarbay | |
parent | 4f676959c35cbd0ed9ac6a1817993d38611859e1 (diff) | |
download | meta-intel-6d3353ad10f9c5e0b09bee6b1ff0525948a277da.tar.gz |
sugarbay.conf: use the new method for specifying VA codecs
This replaces the old VA_FEATURES method for specifying codecs.
These VA codecs are included in the image when the image has 'hwcodec'
in the IMAGE_FEATURES variable.
One can disable the VA features by redefining the IMAGE_FEATURES
variable in local.conf.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sugarbay')
-rw-r--r-- | meta-sugarbay/conf/machine/sugarbay.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index afa33282..ac4b646a 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf | |||
@@ -13,11 +13,9 @@ PREFERRED_VERSION_linux-yocto ?= "3.4%" | |||
13 | require conf/machine/include/tune-x86_64.inc | 13 | require conf/machine/include/tune-x86_64.inc |
14 | require conf/machine/include/ia32-base.inc | 14 | require conf/machine/include/ia32-base.inc |
15 | 15 | ||
16 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | ||
17 | |||
16 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 18 | XSERVER ?= "${XSERVER_IA32_BASE} \ |
17 | ${XSERVER_IA32_EXT} \ | 19 | ${XSERVER_IA32_EXT} \ |
18 | ${XSERVER_IA32_I965} \ | 20 | ${XSERVER_IA32_I965} \ |
19 | " | 21 | " |
20 | |||
21 | VA_FEATURES ?= "gst-va-intel va-intel" | ||
22 | |||
23 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" | ||