package/kexec-lite: update to latest version
authorJeremy Kerr <jk@ozlabs.org>
Thu, 29 Oct 2015 12:53:17 +0000 (23:23 +1030)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 29 Oct 2015 19:02:56 +0000 (20:02 +0100)
Upstream now supports little endian, so enable for little-endian
powerpc.

[Peter: add hash]
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kexec-lite/Config.in
package/kexec-lite/kexec-lite.hash [new file with mode: 0644]
package/kexec-lite/kexec-lite.mk

index ede5cba43ce890d29ffc218af29d56a88a078d96..fcc0d88be56539ce4064c2890933e19c6988fdc5 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_KEXEC_LITE
        bool "kexec-lite"
-       depends on BR2_powerpc || BR2_powerpc64
+       depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
        depends on !BR2_STATIC_LIBS # dtc, elfutils
        depends on BR2_USE_WCHAR # elfutils
        depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
diff --git a/package/kexec-lite/kexec-lite.hash b/package/kexec-lite/kexec-lite.hash
new file mode 100644 (file)
index 0000000..e8179b7
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 2300187bf25616c382cb2f191a2eb13033e019511854794ce234a76cf9f5ad6b  kexec-lite-783fb4a811d0b0f8cc2ed68fa7872dcad56a3944.tar.gz
index 7e3c8d30f8ce935daa68e4a167cf699876a8dbdf..27bc20485d5ba3cadddda8b118f69af7e7d0ca6f 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KEXEC_LITE_VERSION = fb8543fea3beb0522b5a63a74ea1a845dbd7b954
+KEXEC_LITE_VERSION = 783fb4a811d0b0f8cc2ed68fa7872dcad56a3944
 KEXEC_LITE_SITE = $(call github,antonblanchard,kexec-lite,$(KEXEC_LITE_VERSION))
 KEXEC_LITE_LICENSE = GPLv2+
 KEXEC_LITE_DEPENDENCIES = elfutils dtc