mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00

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 . The gst-va-intel package pulls in emgd driver and x11 pieces, hence it is moved to the XSERVERCODECS var. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: sys940x
|
|
|
|
#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics
|
|
|
|
#@DESCRIPTION: Machine configuration for Inforce SYS940x systems
|
|
|
|
require conf/machine/include/tune-atom.inc
|
|
require conf/machine/include/ia32-base.inc
|
|
require conf/machine/include/meta-intel.inc
|
|
|
|
# Add "pcbios" if you have a non-efi version of the firmware
|
|
MACHINE_FEATURES += "efi pcbios gst-va-mixvideo"
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|
|
|
|
MACHINE_HWCODECS ?= "va-intel"
|
|
XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \
|
|
emgd-gst-plugins-mixvideo gst-va-intel"
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_EMGD} \
|
|
"
|
|
|
|
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
|
|
PREFERRED_VERSION_mesa-dri ?= "8.0.4"
|
|
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
|
PREFERRED_VERSION_emgd-driver-bin ?= "1.14"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
APPEND += "console=ttyS0,115200 console=tty0"
|