summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-05 16:06:05 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-11 16:47:43 -0400
commitc586bd9a663c6b77478b7b38ff771f6b8360edea (patch)
tree4e080e5f861a7a1ab118e243c42a3b6d54a858d4 /recipes-graphics/xorg-xserver
parentf5b282271c7545929c47f0c9c087a9f55dc8df93 (diff)
downloadmeta-ti-c586bd9a663c6b77478b7b38ff771f6b8360edea.tar.gz
ti81x: remove platform configs, kernel, u-boot, since ti81x is not supported
* There is no support for these platforms from meta-ti. * If someone is willing to maintain them, please let us know or feel free to take it to a separate layer. * Therefore, remove SoC and machine configs, kernel, u-boot and X11 configs Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf29
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf29
2 files changed, 0 insertions, 58 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf
deleted file mode 100644
index 0d6ab435..00000000
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf
+++ /dev/null
@@ -1,29 +0,0 @@
1Section "Module"
2 Load "extmod"
3 Load "dbe"
4 Load "glx"
5 Load "freetype"
6 Load "type1"
7 Load "record"
8 Load "dri"
9EndSection
10
11Section "Monitor"
12 Identifier "Builtin Default Monitor"
13EndSection
14
15Section "Device"
16 Identifier "Builtin Default fbdev Device 0"
17 Driver "fbdev"
18EndSection
19
20Section "Screen"
21 Identifier "Builtin Default fbdev Screen 0"
22 Device "Builtin Default fbdev Device 0"
23 Monitor "Builtin Default Monitor"
24EndSection
25
26Section "ServerLayout"
27 Identifier "Builtin Default Layout"
28 Screen "Builtin Default fbdev Screen 0"
29EndSection
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf
deleted file mode 100644
index 0d6ab435..00000000
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf
+++ /dev/null
@@ -1,29 +0,0 @@
1Section "Module"
2 Load "extmod"
3 Load "dbe"
4 Load "glx"
5 Load "freetype"
6 Load "type1"
7 Load "record"
8 Load "dri"
9EndSection
10
11Section "Monitor"
12 Identifier "Builtin Default Monitor"
13EndSection
14
15Section "Device"
16 Identifier "Builtin Default fbdev Device 0"
17 Driver "fbdev"
18EndSection
19
20Section "Screen"
21 Identifier "Builtin Default fbdev Screen 0"
22 Device "Builtin Default fbdev Device 0"
23 Monitor "Builtin Default Monitor"
24EndSection
25
26Section "ServerLayout"
27 Identifier "Builtin Default Layout"
28 Screen "Builtin Default fbdev Screen 0"
29EndSection