[oe-commits] Koen Kooi : kexecboot git: enable uImage support for omap3

git version control git at git.openembedded.org
Tue Jan 12 23:56:52 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: e6dd3f754d6bd130ce5a0dbbaad3dc0d06718746
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6dd3f754d6bd130ce5a0dbbaad3dc0d06718746

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan 11 20:39:56 2010 +0100

kexecboot git: enable uImage support for omap3

---

 recipes/kexecboot/kexecboot.inc    |    2 ++
 recipes/kexecboot/kexecboot_git.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 679c4a3..5db3414 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -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/
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 88fd8cf..3cccd1c 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -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"





More information about the Openembedded-commits mailing list