summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-04-19 16:30:07 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-20 07:56:09 +0100
commit7bde854ef77a683e92941fb6fc2f6592f5d3c29a (patch)
treeb431a6f071e318aca4a2062309bfa3577cf82f92
parentbecf5aeefce72c85a6d50c9f7e34dcfe654d98b7 (diff)
downloadpoky-7bde854ef77a683e92941fb6fc2f6592f5d3c29a.tar.gz
kexec-tools: Add again the x32 patch
kexec-tools upstream previously integrated the patch into master rev 587778e24c9 but for a bug report it was remove [1][2], after an intensive testing on OpenSUSE 13.1 64 bits and in poky variants: qemux86 [3], qemux86-64-x32 [4] and generix86-64 (minnow) [5] it worked. I think that the upstream revert was due to some integration issue while testing into OpenSUSE [2], i will try to push again to upstream. [1] http://lists.infradead.org/pipermail/kexec/2015-March/013482.html [2] https://github.com/horms/kexec-tools/commit/5041d45b1c6b66a0e6c48f6121c24cd9be506c68 [3] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11050#c3 [4] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11050#c4 [5] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11050#c4 [YOCTO #11050] (From OE-Core rev: c6cd5865b6914521a841ae0c9f4e2bcda99beff2) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
index 1062457760..90d5985801 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
@@ -18,6 +18,7 @@ SRC_URI += "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.g
18 file://0010-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch \ 18 file://0010-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch \
19 file://0001-x86-x86_64-Fix-format-warning-with-die.patch \ 19 file://0001-x86-x86_64-Fix-format-warning-with-die.patch \
20 file://0002-ppc-Fix-format-warning-with-die.patch \ 20 file://0002-ppc-Fix-format-warning-with-die.patch \
21 file://kexec-x32.patch \
21 " 22 "
22 23
23SRC_URI[md5sum] = "b2b2c5e6b29d467d6e99d587fb6b7cf5" 24SRC_URI[md5sum] = "b2b2c5e6b29d467d6e99d587fb6b7cf5"