diff options
| author | Ong Boon Leong <boon.leong.ong@intel.com> | 2013-10-24 17:06:32 +0800 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-10-24 14:20:15 -0500 |
| commit | 82567949e049ce466c6e0b1422ce1ecaef069e3d (patch) | |
| tree | 7ef3016ecc6cc1f54fa6d0e6fd7dd56ace430e99 | |
| parent | 1e9c182b80b057482d0ec139209370e7be1cbcab (diff) | |
| download | meta-intel-82567949e049ce466c6e0b1422ce1ecaef069e3d.tar.gz | |
meta-romley: remove xserver-xf86-config
Remove xorg.conf from romley BSP because the BSP can depend on X to
auto-configure itself.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
3 files changed, 0 insertions, 53 deletions
diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/xorg.conf b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/xorg.conf deleted file mode 100644 index 28ad0bf7..00000000 --- a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/xorg.conf +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | Section "Device" | ||
| 2 | Identifier "Matrox MGA" | ||
| 3 | Driver "mga" | ||
| 4 | EndSection | ||
| 5 | |||
| 6 | Section "Monitor" | ||
| 7 | Identifier "Generic Monitor" | ||
| 8 | Option "DPMS" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Screen" | ||
| 12 | Identifier "Default Screen" | ||
| 13 | Device "Matrox MGA" | ||
| 14 | Monitor "Generic Monitor" | ||
| 15 | DefaultDepth 24 | ||
| 16 | EndSection | ||
| 17 | |||
| 18 | Section "ServerLayout" | ||
| 19 | Identifier "Default Layout" | ||
| 20 | Screen "Default Screen" | ||
| 21 | EndSection | ||
| 22 | |||
| 23 | Section "ServerFlags" | ||
| 24 | Option "DontZap" "0" | ||
| 25 | Option "AutoAddDevices" "False" | ||
| 26 | EndSection | ||
diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf deleted file mode 100644 index 28ad0bf7..00000000 --- a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | Section "Device" | ||
| 2 | Identifier "Matrox MGA" | ||
| 3 | Driver "mga" | ||
| 4 | EndSection | ||
| 5 | |||
| 6 | Section "Monitor" | ||
| 7 | Identifier "Generic Monitor" | ||
| 8 | Option "DPMS" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Screen" | ||
| 12 | Identifier "Default Screen" | ||
| 13 | Device "Matrox MGA" | ||
| 14 | Monitor "Generic Monitor" | ||
| 15 | DefaultDepth 24 | ||
| 16 | EndSection | ||
| 17 | |||
| 18 | Section "ServerLayout" | ||
| 19 | Identifier "Default Layout" | ||
| 20 | Screen "Default Screen" | ||
| 21 | EndSection | ||
| 22 | |||
| 23 | Section "ServerFlags" | ||
| 24 | Option "DontZap" "0" | ||
| 25 | Option "AutoAddDevices" "False" | ||
| 26 | EndSection | ||
diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend deleted file mode 100644 index 72d991c7..00000000 --- a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
