summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 19:10:02 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 19:10:02 +0200
commitac746db3bc038172c4b4f17b0950d23888ef57db (patch)
tree663e148f579f13dfa462b76b612702aed30d952e /recipes
parent7b02d1749ca0a0bf32d7547110281ab750f70fd4 (diff)
colibri-vf50: add the machine, kernel and u-boot
- also add the relevant configuration files
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config/colibri-vf50/xorg.conf12
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend2
2 files changed, 13 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-vf50/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf50/xorg.conf
new file mode 100644
index 0000000..79b6c0f
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf50/xorg.conf
@@ -0,0 +1,12 @@
+Section "Device"
+ Identifier "Kernel Framebuffer Device"
+ Driver "fbdev"
+ Option "fbdev" "/dev/fb0"
+EndSection
+
+Section "ServerFlags"
+ Option "BlankTime" "0"
+ Option "StandbyTime" "0"
+ Option "SuspendTime" "0"
+ Option "OffTime" "0"
+EndSection
diff --git a/recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend
index 6772d6b..687747b 100644
--- a/recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,3 +1,3 @@
-PRINC = "4"
+PRINC = "6"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"