aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2018-09-05 19:43:10 +0200
committerKhem Raj <raj.khem@gmail.com>2018-09-05 13:59:16 -0700
commit005093bac5d84be258409ffbd4d3ec0859996e2f (patch)
treeedf6fd559318ce98c29a14973369ec587168856f /meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
parentd1efc0181d5a2bcee3099a96d9b7f2c890029d87 (diff)
downloadmeta-openembedded-contrib-005093bac5d84be258409ffbd4d3ec0859996e2f.tar.gz
kexec-tools-klibc: remove unneeded x86-64 patch
The issue with -mcmodel=large is already solved by the oe-core's patch "kexec-x32.patch" so we can remove this one. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb')
-rw-r--r--meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb3
1 files changed, 1 insertions, 2 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 4bbda4c9e1..92ab7e615a 100644
--- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
+++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
@@ -46,8 +46,7 @@ SRC_URI_append_x86 = " file://x86_sys_io.patch file://x86_basename.patch \
file://x86_vfscanf.patch file://x86_kexec_test.patch"
SRC_URI_append_x86-64 = " file://x86_sys_io.patch file://x86_basename.patch \
- file://x86_vfscanf.patch file://x86_kexec_test.patch \
- file://x86-64-purgatory-Makefile-remove-unknown-flags.patch"
+ file://x86_vfscanf.patch file://x86_kexec_test.patch"
SRC_URI_append_aarch64 = " file://arm64_purgatory-Makefile-remove-unknown-flags.patch \
file://arm64_kexec-image-header.h-add-missing-le64toh.patch \