diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-05-11 16:16:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:10:52 +0100 |
commit | 17ad93ee402f79607453fddaddcd17ae8b2e8d42 (patch) | |
tree | 3ecb4969687234f3958143fdf2baea9991442254 /meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb | |
parent | 94181dac072e8a688ef555036acffdf5dff9ef40 (diff) | |
download | poky-17ad93ee402f79607453fddaddcd17ae8b2e8d42.tar.gz |
kexec-tools: refresh patches with devtool
* to make it easier to rebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb index f65cd9f106..3439899070 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb | |||
@@ -10,15 +10,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ | |||
10 | DEPENDS = "zlib xz" | 10 | DEPENDS = "zlib xz" |
11 | 11 | ||
12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz \ | 12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz \ |
13 | file://kdump \ | 13 | file://kdump \ |
14 | file://kdump.conf \ | 14 | file://kdump.conf \ |
15 | file://kdump.service \ | 15 | file://kdump.service \ |
16 | file://0002-powerpc-change-the-memory-size-limit.patch \ | 16 | file://0001-powerpc-change-the-memory-size-limit.patch \ |
17 | file://0001-purgatory-Pass-r-directly-to-linker.patch \ | 17 | file://0002-purgatory-Pass-r-directly-to-linker.patch \ |
18 | file://0010-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch \ | 18 | file://0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch \ |
19 | file://kexec-x32.patch \ | 19 | file://0004-x86_64-Add-support-to-build-kexec-tools-with-x32-ABI.patch \ |
20 | file://0001-Disable-PIE-during-link.patch \ | 20 | file://0005-Disable-PIE-during-link.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[md5sum] = "052458f0a35c2a3b0d2302caa3318e9f" | 23 | SRC_URI[md5sum] = "052458f0a35c2a3b0d2302caa3318e9f" |
24 | SRC_URI[sha256sum] = "913c8dee918e5855a4ba60d609371390978144b4c8d15d6446ca0057b7bc5e58" | 24 | SRC_URI[sha256sum] = "913c8dee918e5855a4ba60d609371390978144b4c8d15d6446ca0057b7bc5e58" |