From: Andrea Adami Date: Fri, 14 Jan 2011 23:32:21 +0000 (+0100) Subject: kexecboot: increase delay before device detection for Zaurus. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018c23fd984bfcdd7d94f478811799a275bd5f64;p=openembedded.git 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 --- 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"