mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel.inc: new file
Move a couple intel-specific variables into a new meta-intel.inc include file. meta-intel.inc is meant to contain variables and definitions that only make sense and are only available if the meta-intel layer is included in bblayers.conf. This is in preparation for moving the rest into oe-core. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
eaf696e19e
commit
7bf3db4262
|
@ -55,11 +55,4 @@ XSERVER_IA32_I965 = "xf86-video-intel \
|
|||
mesa-dri-driver-i965 \
|
||||
"
|
||||
|
||||
XSERVER_IA32_EMGD = "emgd-driver-bin \
|
||||
"
|
||||
|
||||
XSERVER_IA32_VESA = "xf86-video-vesa"
|
||||
|
||||
XSERVER_IA32_MATROX_MGA = "xserver-xorg-module-xaa \
|
||||
xf86-video-mga \
|
||||
"
|
||||
|
|
16
conf/machine/include/meta-intel.inc
Normal file
16
conf/machine/include/meta-intel.inc
Normal file
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
XSERVER_IA32_EMGD = "emgd-driver-bin \
|
||||
"
|
||||
|
||||
XSERVER_IA32_MATROX_MGA = "xserver-xorg-module-xaa \
|
||||
xf86-video-mga \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user