diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 08:17:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 22:24:11 +0100 |
commit | e91ce729735f7465afe09fd8fdce0112978f6945 (patch) | |
tree | 2618e5f5eaf21c67bcc5a8d6f13d74965571c6de /meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb | |
parent | 020f33ca2a982fdf249a71c7aa8e59996475caf1 (diff) | |
download | poky-e91ce729735f7465afe09fd8fdce0112978f6945.tar.gz |
kexec-tools: 2.0.9 -> 2.0.10
Drop patch merged upstream and part of x32 patch merged upstream.
Refresh patches.
(From OE-Core rev: ae831faa25fa7bbe8ebff313f1ae6e862bcbe602)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb new file mode 100644 index 0000000000..dd7bba7031 --- /dev/null +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | require kexec-tools.inc | ||
2 | export LDFLAGS = "-L${STAGING_LIBDIR}" | ||
3 | EXTRA_OECONF = " --with-zlib=yes" | ||
4 | |||
5 | SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch \ | ||
6 | file://kexec-aarch64.patch \ | ||
7 | file://kexec-x32.patch \ | ||
8 | file://0002-powerpc-change-the-memory-size-limit.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "6cb4d22bcec71b6e070aa8e9d990a5e6" | ||
12 | SRC_URI[sha256sum] = "c31bb83deef9547a28e8cfc1f0916e70f8e6b92a6bd2ef7077e12e3338239af3" | ||
13 | |||
14 | PACKAGES =+ "kexec kdump vmcore-dmesg" | ||
15 | |||
16 | ALLOW_EMPTY_${PN} = "1" | ||
17 | RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg" | ||
18 | |||
19 | FILES_kexec = "${sbindir}/kexec" | ||
20 | FILES_kdump = "${sbindir}/kdump" | ||
21 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" | ||