aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-03-04 00:07:13 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-03-04 00:26:04 +0100
commit60ede7b913a2398039f482839b6636e05ea7a400 (patch)
treedf5bbc8b7c6e21e563bc5a9324a6c57cec613e49 /recipes/kexecboot
parentf54d43fc6da86ec51ec220ddb4c3796ea041b219 (diff)
downloadopenembedded-60ede7b913a2398039f482839b6636e05ea7a400.tar.gz
kexecboot.inc: update configure options.
* --enable-evdev-rate default is disabled so readd it to Zaurus machines Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot.inc17
1 files changed, 11 insertions, 6 deletions
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 4931e45b8e..e859d97f5c 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -13,6 +13,7 @@ inherit autotools
#
# --enable-static-linking compile kexecboot as static executable [default=no]
# --enable-fbui support framebuffer menu [default=yes]
+# --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]
# --enable-zaurus compile Sharp Zaurus specific code [default=no]
@@ -32,14 +33,18 @@ inherit autotools
# initialization of old CF/SD cards [default=1]
# --enable-bpp enable support of specified bpp modes
# (all,32,24,18,16,4,2,1) [default=all]
+# --enable-evdev-rate change evdev (keyboard/mouse) repeat rate
+ in milliseconds e.g. "1000,250" [default=no]
+# --with-kexec-binary look for kexec binary at path
+# [default="/usr/sbin/kexec"]
############################
-EXTRA_OECONF_akita = "--enable-zaurus --enable-delay=2"
-EXTRA_OECONF_c7x0 = "--enable-zaurus --enable-delay=2"
-EXTRA_OECONF_spitz = "--enable-zaurus --enable-delay=3"
-EXTRA_OECONF_poodle = "--enable-zaurus --enable-delay=2"
-EXTRA_OECONF_tosa = "--enable-zaurus --enable-delay=2"
-EXTRA_OECONF_collie = "--enable-delay=2"
+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"
+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"
EXTRA_OECONF_ben-nanonote = "--enable-uimage"
EXTRA_OECONF_omap3 = "--enable-uimage"