summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2018-08-31 15:41:25 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-31 06:55:43 -0700
commit8eae2f8c8655b1d8641ce3f8e85bad89397b281c (patch)
tree6a02eaf6035ec54f904eebbe7f7c63627c6dd99e /meta-initramfs
parentb5d062af3d72fce33b5e220ffa97ed696e11d2d3 (diff)
downloadmeta-openembedded-8eae2f8c8655b1d8641ce3f8e85bad89397b281c.tar.gz
kexec-tools-klibc: upgrade to latest master
as of b9de21ef51a7ceab7122a707c188602eae22c4ee we can remove obsoleted kdump and get the --no-checks option. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
index 14edec2d1..4518e707c 100644
--- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
+++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
@@ -13,7 +13,7 @@ DEPENDS = "zlib xz"
13inherit klibc autotools 13inherit klibc autotools
14 14
15SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" 15SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
16SRCREV = "0481e9ed61ef80b3d851bb96b0c70a3d4a112c8b" 16SRCREV = "b9de21ef51a7ceab7122a707c188602eae22c4ee"
17 17
18BUILD_PATCHES = "file://0001-force-static-build.patch \ 18BUILD_PATCHES = "file://0001-force-static-build.patch \
19 file://0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch" 19 file://0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch"
@@ -82,10 +82,9 @@ do_compile_prepend() {
82 done 82 done
83} 83}
84 84
85PACKAGES =+ "kexec-klibc kdump-klibc" 85PACKAGES =+ "kexec-klibc"
86 86
87FILES_kexec-klibc = "${sbindir}/kexec" 87FILES_kexec-klibc = "${sbindir}/kexec"
88FILES_kdump-klibc = "${sbindir}/kdump"
89 88
90INSANE_SKIP_${PN} = "arch" 89INSANE_SKIP_${PN} = "arch"
91 90