diff options
| -rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.11.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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" | |||
| 22 | FILES_kdump = "${sbindir}/kdump" | 22 | FILES_kdump = "${sbindir}/kdump" |
| 23 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" | 23 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" |
| 24 | 24 | ||
| 25 | inherit update-rc.d | ||
| 26 | |||
| 27 | INITSCRIPT_PACKAGES = "kdump" | ||
| 28 | INITSCRIPT_NAME_kdump = "kdump" | ||
| 29 | INITSCRIPT_PARAMS_kdump = "start 56 2 3 4 5 . stop 56 0 1 6 ." | ||
| 30 | |||
| 25 | do_install_append () { | 31 | do_install_append () { |
| 26 | install -d ${D}${sysconfdir}/init.d | 32 | install -d ${D}${sysconfdir}/init.d |
| 27 | install -m 0755 ${WORKDIR}/kdump ${D}${sysconfdir}/init.d/kdump | 33 | install -m 0755 ${WORKDIR}/kdump ${D}${sysconfdir}/init.d/kdump |
