diff options
| author | Andrew F. Davis <afd@ti.com> | 2020-02-01 00:27:52 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-01-31 18:44:18 +0000 |
| commit | 76b0f118a383e18ebed7aa737c2c22798fd911ae (patch) | |
| tree | 053291fea59a9943a51f7ee26a97c3d18b8d2419 | |
| parent | 8556d16171f0d55e3af51b19cc72d943f608876a (diff) | |
| download | meta-ti-76b0f118a383e18ebed7aa737c2c22798fd911ae.tar.gz | |
xserver-xf86-config: Remove server-xf86-config xorg.conf configurations
This package adds the xorg.conf needed for some Xorg servers. Xorg does
not need these anymore as the automatic configuration will handle this.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
5 files changed, 0 insertions, 103 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/omap3/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/omap3/xorg.conf deleted file mode 100644 index 983bb082..00000000 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/omap3/xorg.conf +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | Section "Module" | ||
| 2 | Load "extmod" | ||
| 3 | Load "dbe" | ||
| 4 | Load "glx" | ||
| 5 | Load "freetype" | ||
| 6 | Load "type1" | ||
| 7 | Load "record" | ||
| 8 | Load "dri" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Monitor" | ||
| 12 | Identifier "Builtin Default Monitor" | ||
| 13 | EndSection | ||
| 14 | |||
| 15 | Section "Device" | ||
| 16 | Identifier "Builtin Default fbdev Device 0" | ||
| 17 | Driver "omapfb" | ||
| 18 | EndSection | ||
| 19 | |||
| 20 | Section "Screen" | ||
| 21 | Identifier "Builtin Default fbdev Screen 0" | ||
| 22 | Device "Builtin Default fbdev Device 0" | ||
| 23 | Monitor "Builtin Default Monitor" | ||
| 24 | EndSection | ||
| 25 | |||
| 26 | Section "ServerLayout" | ||
| 27 | Identifier "Builtin Default Layout" | ||
| 28 | Screen "Builtin Default fbdev Screen 0" | ||
| 29 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf deleted file mode 100644 index 87ded4dd..00000000 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | # more /usr/share/X11/xorg.conf.d/99-omap.conf | ||
| 2 | # X.Org X server configuration file | ||
| 3 | |||
| 4 | Section "Device" | ||
| 5 | Identifier "Video Device" | ||
| 6 | Driver "omap" | ||
| 7 | Option "Debug" "false" | ||
| 8 | Option "HWcursor" "false" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Screen" | ||
| 12 | Identifier "Screen" | ||
| 13 | Monitor "Monitor" | ||
| 14 | Device "Video Device" | ||
| 15 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/omapl138/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/omapl138/xorg.conf deleted file mode 100644 index 0d6ab435..00000000 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/omapl138/xorg.conf +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | Section "Module" | ||
| 2 | Load "extmod" | ||
| 3 | Load "dbe" | ||
| 4 | Load "glx" | ||
| 5 | Load "freetype" | ||
| 6 | Load "type1" | ||
| 7 | Load "record" | ||
| 8 | Load "dri" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Monitor" | ||
| 12 | Identifier "Builtin Default Monitor" | ||
| 13 | EndSection | ||
| 14 | |||
| 15 | Section "Device" | ||
| 16 | Identifier "Builtin Default fbdev Device 0" | ||
| 17 | Driver "fbdev" | ||
| 18 | EndSection | ||
| 19 | |||
| 20 | Section "Screen" | ||
| 21 | Identifier "Builtin Default fbdev Screen 0" | ||
| 22 | Device "Builtin Default fbdev Device 0" | ||
| 23 | Monitor "Builtin Default Monitor" | ||
| 24 | EndSection | ||
| 25 | |||
| 26 | Section "ServerLayout" | ||
| 27 | Identifier "Builtin Default Layout" | ||
| 28 | Screen "Builtin Default fbdev Screen 0" | ||
| 29 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti33x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti33x/xorg.conf deleted file mode 100644 index 0d6ab435..00000000 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti33x/xorg.conf +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | Section "Module" | ||
| 2 | Load "extmod" | ||
| 3 | Load "dbe" | ||
| 4 | Load "glx" | ||
| 5 | Load "freetype" | ||
| 6 | Load "type1" | ||
| 7 | Load "record" | ||
| 8 | Load "dri" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Monitor" | ||
| 12 | Identifier "Builtin Default Monitor" | ||
| 13 | EndSection | ||
| 14 | |||
| 15 | Section "Device" | ||
| 16 | Identifier "Builtin Default fbdev Device 0" | ||
| 17 | Driver "fbdev" | ||
| 18 | EndSection | ||
| 19 | |||
| 20 | Section "Screen" | ||
| 21 | Identifier "Builtin Default fbdev Screen 0" | ||
| 22 | Device "Builtin Default fbdev Device 0" | ||
| 23 | Monitor "Builtin Default Monitor" | ||
| 24 | EndSection | ||
| 25 | |||
| 26 | Section "ServerLayout" | ||
| 27 | Identifier "Builtin Default Layout" | ||
| 28 | Screen "Builtin Default fbdev Screen 0" | ||
| 29 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend deleted file mode 100644 index 72d991c7..00000000 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
