[meta-intel] [PATCH v2 1/5] sugarbay.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:35 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-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 afa3328..ac4b646 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%"
 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}"
-- 
1.7.3.4




More information about the meta-intel mailing list