From 018c23fd984bfcdd7d94f478811799a275bd5f64 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 15 Jan 2011 00:32:21 +0100 Subject: [PATCH] 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 --- recipes/kexecboot/kexecboot-klibc_git.bb | 2 +- recipes/kexecboot/kexecboot.inc | 10 +++++----- recipes/kexecboot/kexecboot_git.bb | 2 +- 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" -- 2.39.5