[meta-intel] [PATCH 3/5] nuc.conf: use the new method for specifying VA codecs

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed Jan 30 13:59:02 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-nuc/conf/machine/nuc.conf |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf
index 9e3b4f3..c37b464 100644
--- a/meta-nuc/conf/machine/nuc.conf
+++ b/meta-nuc/conf/machine/nuc.conf
@@ -12,15 +12,14 @@ MACHINE_FEATURES += "va-impl-intel wifi"
 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 \
-                              linux-firmware-iwlwifi-6000g2b-6"
+MACHINE_EXTRA_RRECOMMENDS += "lms linux-firmware-iwlwifi-6000g2b-6"
 
 # disable the serial port configuration
 SERIAL_CONSOLE = ""
-- 
1.7.3.4




More information about the meta-intel mailing list