mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

BSPs using emgd graphics stack need to use older version of xserver. And these older xserver recipes still use modules which need to be specified in the meta-intel.inc. This is needed in addition to Ross's xorg packaging fixes in oecore. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
25 lines
581 B
HTML
25 lines
581 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_IA32_EXT = "xserver-xorg-extension-dri \
|
|
xserver-xorg-extension-dri2 \
|
|
xserver-xorg-extension-extmod \
|
|
xserver-xorg-extension-dbe \
|
|
"
|
|
|
|
XSERVER_IA32_EMGD = "emgd-driver-bin \
|
|
${OLD_XSERVER_IA32_EXT} \
|
|
"
|
|
|
|
XSERVER_IA32_MATROX_MGA = "xf86-video-mga \
|
|
"
|
|
|