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-08-31 17:31:50 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-31 09:42:01 -0700
commit28d225b58148a3f90fe90ffb6ba9122e824d49e7 (patch)
tree2eeba1afd24eb7370b59a26114c3f177fa65a080 /meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
parentc56b2fc960eded6969ee5bc2f684f73376ccd260 (diff)
downloadmeta-openembedded-28d225b58148a3f90fe90ffb6ba9122e824d49e7.tar.gz
kexec-tools-klibc: add kexec-x32.patch from oe-core
This is the last patch borrowed from the actual oe-core recipe. 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, 2 insertions, 1 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 7558b571c4..d6d3dc8352 100644
--- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
+++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
@@ -35,7 +35,8 @@ KLIBC_PATCHES += " \
WARNING_FIXES = ""
FROM_OE_CORE = "file://arm_crashdump-fix-buffer-align.patch \
- file://powerpc_change-the-memory-size-limit.patch"
+ file://powerpc_change-the-memory-size-limit.patch \
+ file://kexec-x32.patch"
SRC_URI += "${BUILD_PATCHES} ${KLIBC_PATCHES} ${WARNING_FIXES} ${FROM_OE_CORE}"