kexecboot git: enable uImage support for omap3
authorKoen Kooi <koen@openembedded.org>
Mon, 11 Jan 2010 19:39:56 +0000 (20:39 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Jan 2010 19:41:39 +0000 (20:41 +0100)
recipes/kexecboot/kexecboot.inc
recipes/kexecboot/kexecboot_git.bb

index 679c4a3..5db3414 100644 (file)
@@ -21,6 +21,8 @@ EXTRA_OECONF_spitz = "--with-zaurus"
 EXTRA_OECONF_poodle = "--with-zaurus"
 EXTRA_OECONF_tosa = "--with-zaurus"
 
+EXTRA_OECONF_omap3 = "--with-uimage"
+
 do_configure_prepend () {
     install -m 0644 ${WORKDIR}/logo-img.h ${S}/res/
     install -m 0644 ${WORKDIR}/logo.png ${S}/res/
index 88fd8cf..3cccd1c 100644 (file)
@@ -1,5 +1,5 @@
 PV = "0.5"
-PR = "r10+gitr${SRCREV}"
+PR = "r11+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
 SRCREV = "76f764cebe1fb0207b44850b52eb5f57ece6f363"