summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-01-29 09:59:26 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-02-01 09:39:52 -0600
commit3e1b223e81af3f6605e7722f474ac36b076500d7 (patch)
tree0bc81b38da1d22da06cee56e76a0570f2ac3b43a
parent6d3353ad10f9c5e0b09bee6b1ff0525948a277da (diff)
downloadmeta-intel-3e1b223e81af3f6605e7722f474ac36b076500d7.tar.gz
chiefriver.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>
-rw-r--r--meta-chiefriver/conf/machine/chiefriver.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chiefriver.conf
index 754acdaa..1d517fb7 100644
--- a/meta-chiefriver/conf/machine/chiefriver.conf
+++ b/meta-chiefriver/conf/machine/chiefriver.conf
@@ -12,11 +12,11 @@ MACHINE_FEATURES += "va-impl-intel"
12require conf/machine/include/tune-x86_64.inc 12require conf/machine/include/tune-x86_64.inc
13require conf/machine/include/ia32-base.inc 13require conf/machine/include/ia32-base.inc
14 14
15MACHINE_HWCODECS ?= "va-intel gst-va-intel"
16
15XSERVER ?= "${XSERVER_IA32_BASE} \ 17XSERVER ?= "${XSERVER_IA32_BASE} \
16 ${XSERVER_IA32_EXT} \ 18 ${XSERVER_IA32_EXT} \
17 ${XSERVER_IA32_I965} \ 19 ${XSERVER_IA32_I965} \
18 " 20 "
19 21
20VA_FEATURES ?= "gst-va-intel va-intel" 22MACHINE_EXTRA_RRECOMMENDS += "lms"
21
22MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms"