aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/bug.conf
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-02-12 18:30:51 +0100
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-02-13 02:04:11 +0100
commitcb40fbe4b6eddd4cbbab51ab537b742c27a65e14 (patch)
tree3d3b8d7161df8e3dbc0a173470307fb59cd26eb6 /conf/machine/bug.conf
parent60af72f1aff5d64d6f4841d1259d7c437c12e9cd (diff)
downloadopenembedded-cb40fbe4b6eddd4cbbab51ab537b742c27a65e14.tar.gz
bug.conf: added screen resolution
some recipes depend on MACHINE_DISPLAY_WIDTH_PIXELS and MACHINE_DISPLAY_HEIGHT_PIXELS like wesnoth for instance
Diffstat (limited to 'conf/machine/bug.conf')
-rw-r--r--conf/machine/bug.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
index d79cf15129..204b55c61f 100644
--- a/conf/machine/bug.conf
+++ b/conf/machine/bug.conf
@@ -15,6 +15,9 @@ require conf/machine/include/tune-arm1136jf-s.inc
KERNEL_IMAGETYPE = "uImage"
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
+
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
xf86-input-evdev \