From 6d3353ad10f9c5e0b09bee6b1ff0525948a277da Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 29 Jan 2013 09:58:10 -0800 Subject: sugarbay.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-sugarbay/conf/machine/sugarbay.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-sugarbay') diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index afa33282..ac4b646a 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}" -- cgit v1.2.3-54-g00ecf