diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-08-23 22:42:50 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-08-29 10:28:48 -0500 |
| commit | 7bf3db42625f473d09c47f87ed25de297b39cb35 (patch) | |
| tree | ff0af8960e8d9f812229de1693eafa1de89bda2c /conf/machine | |
| parent | eaf696e19ed97745a879e42fffb94423aabe27e4 (diff) | |
| download | meta-intel-7bf3db42625f473d09c47f87ed25de297b39cb35.tar.gz | |
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>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/ia32-base.inc | 7 | ||||
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 16 |
2 files changed, 16 insertions, 7 deletions
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index f8b7b94c..af583ae1 100644 --- a/conf/machine/include/ia32-base.inc +++ b/conf/machine/include/ia32-base.inc | |||
| @@ -55,11 +55,4 @@ XSERVER_IA32_I965 = "xf86-video-intel \ | |||
| 55 | mesa-dri-driver-i965 \ | 55 | mesa-dri-driver-i965 \ |
| 56 | " | 56 | " |
| 57 | 57 | ||
| 58 | XSERVER_IA32_EMGD = "emgd-driver-bin \ | ||
| 59 | " | ||
| 60 | |||
| 61 | XSERVER_IA32_VESA = "xf86-video-vesa" | 58 | XSERVER_IA32_VESA = "xf86-video-vesa" |
| 62 | |||
| 63 | XSERVER_IA32_MATROX_MGA = "xserver-xorg-module-xaa \ | ||
| 64 | xf86-video-mga \ | ||
| 65 | " | ||
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc new file mode 100644 index 00000000..f0e538d4 --- /dev/null +++ b/conf/machine/include/meta-intel.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # | ||
| 2 | # BSP variables and settings specific to the meta-intel layer. | ||
| 3 | # You must include the meta-intel layer in your bblayers.conf | ||
| 4 | # to use them. | ||
| 5 | # | ||
| 6 | |||
| 7 | # | ||
| 8 | # XSERVER subcomponents, used to build the XSERVER variable | ||
| 9 | # | ||
| 10 | XSERVER_IA32_EMGD = "emgd-driver-bin \ | ||
| 11 | " | ||
| 12 | |||
| 13 | XSERVER_IA32_MATROX_MGA = "xserver-xorg-module-xaa \ | ||
| 14 | xf86-video-mga \ | ||
| 15 | " | ||
| 16 | |||
