summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
new file mode 100644
index 0000000000..f0ece0d45b
--- /dev/null
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
@@ -0,0 +1,17 @@
1require kexec-tools.inc
2export LDFLAGS = "-L${STAGING_LIBDIR}"
3EXTRA_OECONF = " --with-zlib=yes"
4
5SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch"
6
7SRC_URI[md5sum] = "2309ba43981cb6d39d07ac3a9aac30ab"
8SRC_URI[sha256sum] = "dde5c38be39882c6c91f0129647349c4e1943b077d3020af1970b481ee954eb0"
9
10PACKAGES =+ "kexec kdump vmcore-dmesg"
11
12ALLOW_EMPTY_${PN} = "1"
13RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg"
14
15FILES_kexec = "${sbindir}/kexec"
16FILES_kdump = "${sbindir}/kdump"
17FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg"