[oe-commits] Andrea Adami : kexecboot_git: move to daa68b5aaa56a036c24c7929e239ebd5edf8fdfe.

git version control git at git.openembedded.org
Tue Dec 15 13:46:19 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Dec 14 23:10:01 2009 +0100

kexecboot_git: move to daa68b5aaa56a036c24c7929e239ebd5edf8fdfe.

- clean up kexecboot.inc after klcc fixes.
- add EXTRA_OECONF_zaurus
- Bump PR.

---

 recipes/kexecboot/kexecboot.inc    |   10 ++++++----
 recipes/kexecboot/kexecboot_git.bb |    4 ++--
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index ebd193b..679c4a3 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -14,10 +14,12 @@ SRC_URI += "file://logo-img.h \
 
 export CC=${TARGET_PREFIX}klcc
 
-# standard oe cflags don't work with klcc
-export CFLAGS = ""
-export CPPFLAGS = ""
-export LDFLAGS = ""
+# for output on serial console: --enable-debug
+EXTRA_OECONF_akita = "--with-zaurus"
+EXTRA_OECONF_c7x0 = "--with-zaurus"
+EXTRA_OECONF_spitz = "--with-zaurus"
+EXTRA_OECONF_poodle = "--with-zaurus"
+EXTRA_OECONF_tosa = "--with-zaurus"
 
 do_configure_prepend () {
     install -m 0644 ${WORKDIR}/logo-img.h ${S}/res/
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 02e6d72..561706e 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,8 +1,8 @@
 PV = "0.5"
-PR = "r8+gitr${SRCREV}"
+PR = "r9+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "456e052144f58d3c1116a38cbb5caa44c070bce8"
+SRCREV = "daa68b5aaa56a036c24c7929e239ebd5edf8fdfe"
 
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list