mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
chiefriver.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>
This commit is contained in:
parent
6d3353ad10
commit
3e1b223e81
|
@ -12,11 +12,11 @@ MACHINE_FEATURES += "va-impl-intel"
|
||||||
require conf/machine/include/tune-x86_64.inc
|
require conf/machine/include/tune-x86_64.inc
|
||||||
require conf/machine/include/ia32-base.inc
|
require conf/machine/include/ia32-base.inc
|
||||||
|
|
||||||
|
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
|
||||||
|
|
||||||
XSERVER ?= "${XSERVER_IA32_BASE} \
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
||||||
${XSERVER_IA32_EXT} \
|
${XSERVER_IA32_EXT} \
|
||||||
${XSERVER_IA32_I965} \
|
${XSERVER_IA32_I965} \
|
||||||
"
|
"
|
||||||
|
|
||||||
VA_FEATURES ?= "gst-va-intel va-intel"
|
MACHINE_EXTRA_RRECOMMENDS += "lms"
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user