From 4b4bb1e905cc20462f4fbc1105ac3fac7af93b15 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Wed, 20 Jan 2016 16:39:30 +0800 Subject: kexec-tools: inherit update-rc.d init script kdump is added, so inherit update-rc.d Signed-off-by: Roy Li Signed-off-by: Ross Burton --- meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb index 717376703f..866441b531 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb @@ -22,6 +22,12 @@ FILES_kexec = "${sbindir}/kexec" FILES_kdump = "${sbindir}/kdump" FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" +inherit update-rc.d + +INITSCRIPT_PACKAGES = "kdump" +INITSCRIPT_NAME_kdump = "kdump" +INITSCRIPT_PARAMS_kdump = "start 56 2 3 4 5 . stop 56 0 1 6 ." + do_install_append () { install -d ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/kdump ${D}${sysconfdir}/init.d/kdump -- cgit 1.2.3-korg