[oe-commits] Andrea Adami : kexecboot_git: bump to ac70f55e2b49f23963a8f057330eb47836a01c2f

git version control git at git.openembedded.org
Fri Jun 25 22:34:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c7276496446e802e3d852073251d9f6e39306e7f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c7276496446e802e3d852073251d9f6e39306e7f

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri Jun 25 23:56:19 2010 +0200

kexecboot_git: bump to ac70f55e2b49f23963a8f057330eb47836a01c2f

* add forgotten initrd/initramfs support,
* make package machine-specific
* (even if the binary itself is arch specific and could be run as standalone),
* bump PR.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

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

diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index 069019c..f3045f4 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -3,6 +3,10 @@ LICENSE = "GPL"
 DEPENDS = "klibc"
 RDEPENDS_${PN} = "kexec-klibc-static"
 
+# The binary itself is not machine-specific
+# but the EXTRA_OECONF overrides have this effect 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 inherit autotools
 
 # You can create your own *-img.h by doing
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 3cccd1c..9878c82 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,8 +1,8 @@
 PV = "0.5"
-PR = "r11+gitr${SRCREV}"
+PR = "r12+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "76f764cebe1fb0207b44850b52eb5f57ece6f363"
+SRCREV = "ac70f55e2b49f23963a8f057330eb47836a01c2f"
 
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list