From 45b05bb04942a38b2a058d815974c45137fca314 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 29 Jan 2013 10:00:06 -0800 Subject: nuc.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 Signed-off-by: Tom Zanussi --- meta-nuc/conf/machine/nuc.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'meta-nuc') diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 9e3b4f3d..c37b4644 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 = "" -- cgit v1.2.3-54-g00ecf