* 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@gmail.com>
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
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"