[oe-commits] Denis 'Gnutoo' Carikli : bug.conf: added screen resolution

git version control git at git.openembedded.org
Mon Feb 15 06:23:42 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: cb40fbe4b6eddd4cbbab51ab537b742c27a65e14
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cb40fbe4b6eddd4cbbab51ab537b742c27a65e14

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Feb 12 18:30:51 2010 +0100

bug.conf: added screen resolution

some recipes depend on MACHINE_DISPLAY_WIDTH_PIXELS and MACHINE_DISPLAY_HEIGHT_PIXELS
  like wesnoth for instance

---

 conf/machine/bug.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
index d79cf15..204b55c 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 \





More information about the Openembedded-commits mailing list