[oe-commits] Andrea Adami : kexecboot: add new FB UI width/height to the inc file

git version control git at git.openembedded.org
Thu Apr 28 20:01:21 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 5d6662ac30236f5da34c5f832b1987e64af9a4cb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5d6662ac30236f5da34c5f832b1987e64af9a4cb

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Apr 28 19:03:10 2011 +0200

kexecboot: add new FB UI width/height to the inc file

* customize for Zaurus clamshells

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/kexecboot/kexecboot.inc |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 2cfbec5..ef11066 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -3,6 +3,8 @@
 #
 #  --enable-static-linking compile kexecboot as static executable [default=no]
 #  --enable-fbui           support framebuffer menu [default=yes]
+#  --enable-fbui-width     limit FB UI width to specified value [default=no]
+#  --enable-fbui-height    limit FB UI height to specified value [default=no]
 #  --enable-textui         support console text user interface [default=no]
 #  --enable-cfgfiles       support config files [default=yes]
 #  --enable-icons          support custom icons (depends on fbui) [default=yes]
@@ -32,9 +34,12 @@ LICENSE = "GPL"
 
 inherit autotools
 
-EXTRA_OECONF_akita = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250"
-EXTRA_OECONF_c7x0 = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250"
-EXTRA_OECONF_spitz = "--enable-zaurus --enable-delay=3 --enable-evdev-rate=1000,250"
+#
+# Zaurus clamshells looks better at 480x480
+
+EXTRA_OECONF_akita = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250 --enable-fbui-width=480"
+EXTRA_OECONF_c7x0 = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250 --enable-fbui-width=480"
+EXTRA_OECONF_spitz = "--enable-zaurus --enable-delay=3 --enable-evdev-rate=1000,250 --enable-fbui-width=480"
 EXTRA_OECONF_poodle = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250"
 EXTRA_OECONF_tosa = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250"
 EXTRA_OECONF_collie = "--enable-delay=2 --enable-evdev-rate=1000,250"





More information about the Openembedded-commits mailing list