kexecboot: bump to e951750b09eb0e1ba81f1bf71d6108c8d3288f91
authorAndrea Adami <andrea.adami@gmail.com>
Thu, 13 Jan 2011 00:12:58 +0000 (01:12 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Thu, 13 Jan 2011 00:27:38 +0000 (01:27 +0100)
* sync with upstream
* new configure option to add a delay before device detection
* Zaurus spitz needs 2 secs because of slow internal HD init (with empty mtd's)
* bump PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/kexecboot/kexecboot-klibc_git.bb
recipes/kexecboot/kexecboot.inc
recipes/kexecboot/kexecboot_git.bb

index 3cd0849..4b70e88 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec-klibc"
 PV = "0.5"
-PR = "r23+gitr${SRCREV}"
+PR = "r24+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "92403e305a57154c7c779d6d47600387116a7988"
+SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"
 S = "${WORKDIR}/git"
 
 # the binary is statically linked against klibc
index ff5e603..2a9a63f 100644 (file)
@@ -28,15 +28,17 @@ inherit autotools
 #                          [default=no]
 #  --enable-timeout        allow to boot 1st kernel after timeout in seconds
 #                          [default=no]
-#  --enable-bpp            enable support of specified bpp modes 
+#  --enable-delay          specify delay before device scanning, allowing
+#                          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]
 ############################
 
-EXTRA_OECONF_akita = "--enable-zaurus"
-EXTRA_OECONF_c7x0 = "--enable-zaurus"
-EXTRA_OECONF_spitz = "--enable-zaurus"
-EXTRA_OECONF_poodle = "--enable-zaurus"
-EXTRA_OECONF_tosa = "--enable-zaurus"
+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_omap3 = "--enable-uimage"
 
 do_configure_prepend () {
index bb3cc04..8e90ffd 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec"
 PV = "0.5"
-PR = "r23+gitr${SRCREV}"
+PR = "r24+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "92403e305a57154c7c779d6d47600387116a7988"
+SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc