summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-06-16 11:20:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 08:56:11 +0100
commitd465fb6f8f1fff989a9e497f650328de6044b2f2 (patch)
tree271345662a4d1590024efe6cd86923af41211c37 /meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
parent4c9c737c1b93663a18e625918f32dfc2d4f9ca2f (diff)
downloadopenembedded-core-d465fb6f8f1fff989a9e497f650328de6044b2f2.tar.gz
kexec-tools: fix warning about patch could not be found
kexec-tools-klibc required kexec-tools.inc file. Put the patch of kexec-tools into bb file in order to fixing QA warning about files path. The patch only needed by kexec-tools. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
index 38a89479eb..5321dd4f73 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
@@ -2,6 +2,8 @@ require kexec-tools.inc
export LDFLAGS = "-L${STAGING_LIBDIR}"
EXTRA_OECONF = " --with-zlib=yes"
+SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch"
+
SRC_URI[md5sum] = "c39ea40a7598e49b6dc961ee7de38f57"
SRC_URI[sha256sum] = "a9c6cd9adc8c1c37b3272782f581cb8b4b4070d0e3e921a558a9083f68dcf29a"