mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
This is to enable ASPEED Technology graphic card
that is bundled inside certain Intel customer reference
board.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
(cherry picked from commit 3107e68de1)
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
27 lines
638 B
HTML
27 lines
638 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 \
|
|
"
|
|
|
|
XSERVER_IA32_ASPEED_AST = "xf86-video-ast \
|
|
"
|