[meta-intel] [PATCH v2 2/5] chiefriver.conf: use the new method for specifying VA codecs

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Thu Jan 31 10:31:36 PST 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

This replaces the old VA_FEATURES method to specify the codecs.

These VA codecs are included in the image when image has 'hwcodec'
in the IMAGE_FEATURES.

And one can disable the VA features by redefining the IMAGE_FEATURES
var in the local.conf .

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-chiefriver/conf/machine/chiefriver.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chiefriver.conf
index 754acda..1d517fb 100644
--- a/meta-chiefriver/conf/machine/chiefriver.conf
+++ b/meta-chiefriver/conf/machine/chiefriver.conf
@@ -12,11 +12,11 @@ MACHINE_FEATURES += "va-impl-intel"
 require conf/machine/include/tune-x86_64.inc
 require conf/machine/include/ia32-base.inc
 
+MACHINE_HWCODECS ?= "va-intel gst-va-intel"
+
 XSERVER ?= "${XSERVER_IA32_BASE} \
            ${XSERVER_IA32_EXT} \
            ${XSERVER_IA32_I965} \
            "
 
-VA_FEATURES ?= "gst-va-intel va-intel"
-
-MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms"
+MACHINE_EXTRA_RRECOMMENDS += "lms"
-- 
1.7.3.4




More information about the meta-intel mailing list