mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
To be consistent with the renaming in oe-core, use X86 instead of IA32 in the XSERVER_X86* variables. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
25 lines
577 B
HTML
25 lines
577 B
HTML
#
|
|
# BSP variables and settings specific to the meta-intel layer.
|
|
# You must include the meta-intel layer in your bblayers.conf
|
|
# to use them.
|
|
#
|
|
|
|
#
|
|
# XSERVER subcomponents, used to build the XSERVER variable
|
|
#
|
|
|
|
# for Xserver older than 1.13.0
|
|
OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \
|
|
xserver-xorg-extension-dri2 \
|
|
xserver-xorg-extension-extmod \
|
|
xserver-xorg-extension-dbe \
|
|
"
|
|
|
|
XSERVER_X86_EMGD = "emgd-driver-bin \
|
|
${OLD_XSERVER_X86_EXT} \
|
|
"
|
|
|
|
XSERVER_X86_MATROX_MGA = "xf86-video-mga \
|
|
"
|
|
|