aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-01-15 00:32:21 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-01-15 01:23:13 +0100
commit018c23fd984bfcdd7d94f478811799a275bd5f64 (patch)
tree2d3bc3a1b920b513f5bd275aa7b69c97eb51be8e /recipes/kexecboot
parent276ed84e0cdd45cd946ae4974a7bb957a2769e58 (diff)
downloadopenembedded-018c23fd984bfcdd7d94f478811799a275bd5f64.tar.gz
kexecboot: increase delay before device detection for Zaurus.
* Kernels 2.6.3x boot more quickly so we have to compensate the slow * init of CF (or even slower internal HDD on spitz) adding more delay. * Bump PR. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot-klibc_git.bb2
-rw-r--r--recipes/kexecboot/kexecboot.inc10
-rw-r--r--recipes/kexecboot/kexecboot_git.bb2
3 files changed, 7 insertions, 7 deletions
diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 4b70e88373..34a96a71f0 100644
--- a/recipes/kexecboot/kexecboot-klibc_git.bb
+++ b/recipes/kexecboot/kexecboot-klibc_git.bb
@@ -1,6 +1,6 @@
RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5"
-PR = "r24+gitr${SRCREV}"
+PR = "r25+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 2a9a63f509..fccc29a3cf 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -34,11 +34,11 @@ inherit autotools
# (all,32,24,18,16,4,2,1) [default=all]
############################
-EXTRA_OECONF_akita = "--enable-zaurus --enable-delay=1"
-EXTRA_OECONF_c7x0 = "--enable-zaurus --enable-delay=1"
-EXTRA_OECONF_spitz = "--enable-zaurus --enable-delay=2"
-EXTRA_OECONF_poodle = "--enable-zaurus --enable-delay=1"
-EXTRA_OECONF_tosa = "--enable-zaurus --enable-delay=1"
+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_omap3 = "--enable-uimage"
do_configure_prepend () {
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 8e90ffd127..e62bf85f60 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,6 +1,6 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5"
-PR = "r24+gitr${SRCREV}"
+PR = "r25+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"