summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-12-03 14:39:42 -0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-04 11:25:41 +0100
commit5764dc89385a7ab08ccef214c45dc73bb9b93836 (patch)
tree5dcd2897d998d5cc9021e0d0e2104cbf3b574be3
parent29458dca787106112ad66f8e6178ed530241b999 (diff)
downloadbuildroot-5764dc89385a7ab08ccef214c45dc73bb9b93836.tar.gz
buildroot-5764dc89385a7ab08ccef214c45dc73bb9b93836.zip
kexec: bump to 2.0.16
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>
-rw-r--r--package/kexec/kexec.hash2
-rw-r--r--package/kexec/kexec.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/kexec/kexec.hash b/package/kexec/kexec.hash
index 0e39e7cff7..eaa9d7b96e 100644
--- a/package/kexec/kexec.hash
+++ b/package/kexec/kexec.hash
@@ -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
diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk
index 79c4b73623..3ce1ed2eac 100644
--- a/package/kexec/kexec.mk
+++ b/package/kexec/kexec.mk
@@ -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
OpenPOWER on IntegriCloud