summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-09-17 11:10:13 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-17 11:10:13 +0200
commitf99ad0105b79186972415a4782b2be5cb869c939 (patch)
treeb6b520d99274513244919d2140adf53dbf77780d /recipes-graphics
parentbd27a3f50465d42fcb2366472307bddf461fd92d (diff)
downloadmeta-ti-f99ad0105b79186972415a4782b2be5cb869c939.tar.gz
xserver-xf86-config: add config for OMAP3 SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/omap3/xorg.conf29
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend5
2 files changed, 34 insertions, 0 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
new file mode 100644
index 00000000..983bb082
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/omap3/xorg.conf
@@ -0,0 +1,29 @@
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 "omapfb"
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_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
new file mode 100644
index 00000000..73c440e8
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -0,0 +1,5 @@
1PRINC = "1"
2
3THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
4FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
5