aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools.inc
diff options
context:
space:
mode:
authorWenlin Kang <wenlin.kang@windriver.com>2017-10-17 10:21:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 13:54:45 +0000
commita502e406c4e47b72eeb052ec2accba55fb6af972 (patch)
treebccb29260784f77bc68026717799f18a77d50c28 /meta/recipes-kernel/kexec/kexec-tools.inc
parent71fae8ac66f0aa3239b3daf5d21cba9bd31d85ad (diff)
downloadopenembedded-core-contrib-a502e406c4e47b72eeb052ec2accba55fb6af972.tar.gz
kexec-tools: add systemd support for kdump
Add file kdump.service to support kdump in systemd. Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools.inc')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc
index bdfe024a79..c689bec1f9 100644
--- a/meta/recipes-kernel/kexec/kexec-tools.inc
+++ b/meta/recipes-kernel/kexec/kexec-tools.inc
@@ -11,6 +11,7 @@ DEPENDS = "zlib xz"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz \
file://kdump \
file://kdump.conf \
+ file://kdump.service \
"
PR = "r1"