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>
This commit is contained in:
Ong Boon Leong 2013-10-24 17:06:32 +08:00 committed by Tom Zanussi
parent 1e9c182b80
commit 82567949e0
3 changed files with 0 additions and 53 deletions

View File

@ -1,26 +0,0 @@
Section "Device"
Identifier "Matrox MGA"
Driver "mga"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Matrox MGA"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "ServerFlags"
Option "DontZap" "0"
Option "AutoAddDevices" "False"
EndSection

View File

@ -1,26 +0,0 @@
Section "Device"
Identifier "Matrox MGA"
Driver "mga"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Matrox MGA"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "ServerFlags"
Option "DontZap" "0"
Option "AutoAddDevices" "False"
EndSection

View File

@ -1 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"