kexec: bump to 2.0.16
authorTony Lindgren <tony@atomide.com>
Sun, 3 Dec 2017 22:39:42 +0000 (14:39 -0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Dec 2017 10:25:41 +0000 (11:25 +0100)
In 2.0.16 we now have uncompressed kernel size available
for ARM starting v4.14 and later kernels.

Let's also remove the extra space after the checksum while at it.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kexec/kexec.hash
package/kexec/kexec.mk

index 0e39e7cff7f9448238598fddc914f6b90a75939b..eaa9d7b96e557cb0c30c3dba5a27bb345b9df863 100644 (file)
@@ -1,2 +1,2 @@
 # From https://www.kernel.org/pub/linux/utils/kernel/kexec/sha256sums.asc
-sha256 899b7b861431eb51886d0c12866e91b036228244d35a5fb04762dd1a3c0194e7  kexec-tools-2.0.15.tar.xz
+sha256 5b103351ad752c9badd1d65b00eb6de4bce579f944f4df4e3ef3a755ba567010 kexec-tools-2.0.16.tar.xz
index 79c4b7362342e2b73feb75bb473241154ebef0aa..3ce1ed2eac0f60a04f0d5599cc4e4ecb48a5fd7b 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KEXEC_VERSION = 2.0.15
+KEXEC_VERSION = 2.0.16
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz
 KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
 KEXEC_LICENSE = GPL-2.0