diff options
Diffstat (limited to 'conf/machine/include/meta-intel.inc')
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 16 |
1 files changed, 16 insertions, 0 deletions
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 | |||
