summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-01-29 10:00:06 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-02-01 09:40:59 -0600
commit45b05bb04942a38b2a058d815974c45137fca314 (patch)
tree503e8d1a0ec63001fe4d6d580b80b3b3322fb469
parent3e1b223e81af3f6605e7722f474ac36b076500d7 (diff)
downloadmeta-intel-45b05bb04942a38b2a058d815974c45137fca314.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-nuc/conf/machine/nuc.conf7
1 files changed, 3 insertions, 4 deletions
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"
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 linux-firmware-iwlwifi-6000g2b-6"
21
22MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms \
23 linux-firmware-iwlwifi-6000g2b-6"
24 23
25# disable the serial port configuration 24# disable the serial port configuration
26SERIAL_CONSOLE = "" 25SERIAL_CONSOLE = ""