diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-17 16:33:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-27 11:26:57 +0000 |
commit | d515df2d73defb73eb87b9df1b163a161c3e6e4e (patch) | |
tree | 10a9e027e9e4e3ade521c0771fd39826b22579b3 /meta/recipes-kernel/kexec | |
parent | cbe878b646ca728e97204a0eff6f1d8ccb16b523 (diff) | |
download | openembedded-core-d515df2d73defb73eb87b9df1b163a161c3e6e4e.tar.gz openembedded-core-d515df2d73defb73eb87b9df1b163a161c3e6e4e.tar.bz2 openembedded-core-d515df2d73defb73eb87b9df1b163a161c3e6e4e.zip |
kexec-tools: update to 2.0.11
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/kexec')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb (renamed from meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb index f21121733f..717376703f 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb @@ -9,8 +9,8 @@ SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch \ file://0001-purgatory-Pass-r-directly-to-linker.patch \ " -SRC_URI[md5sum] = "6cb4d22bcec71b6e070aa8e9d990a5e6" -SRC_URI[sha256sum] = "c31bb83deef9547a28e8cfc1f0916e70f8e6b92a6bd2ef7077e12e3338239af3" +SRC_URI[md5sum] = "86de066859f289048f1b286af6f03f78" +SRC_URI[sha256sum] = "84f652ebf1de3f7b9de757a50cdbf6d5639d88c1d5b5ef9f525edde5ef9590c2" PACKAGES =+ "kexec kdump vmcore-dmesg" |