aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.9.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-13 14:44:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-14 22:26:07 +0000
commitd397ba39e6a5a7d42641d489917033c779816a1a (patch)
tree8e67636fe3c304b1c59181cc7fe83ccb226a256f /meta/recipes-kernel/kexec/kexec-tools_2.0.9.bb
parent6e48bc5fbd834f19bdcac17007d27a750cc5f331 (diff)
downloadopenembedded-core-contrib-d397ba39e6a5a7d42641d489917033c779816a1a.tar.gz
kexec-tools: 2.0.8 -> 2.0.9
Adjust the patch since it was partially applied upstream (in a different form) but not completely since the ppc specific part was not applied. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.9.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.9.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.9.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.9.bb
new file mode 100644
index 0000000000..c0c27279e4
--- /dev/null
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.9.bb
@@ -0,0 +1,19 @@
+require kexec-tools.inc
+export LDFLAGS = "-L${STAGING_LIBDIR}"
+EXTRA_OECONF = " --with-zlib=yes"
+
+SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch \
+ file://kexec-aarch64.patch \
+ "
+
+SRC_URI[md5sum] = "4ecb7ab7ad9eb6ce413899bdb07a8426"
+SRC_URI[sha256sum] = "c2c6d204fe0911ebd304c40100163237feca4c5a854a2cca382ee36916a573d8"
+
+PACKAGES =+ "kexec kdump vmcore-dmesg"
+
+ALLOW_EMPTY_${PN} = "1"
+RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg"
+
+FILES_kexec = "${sbindir}/kexec"
+FILES_kdump = "${sbindir}/kdump"
+FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg"