diff options
| -rw-r--r-- | meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb index d5f6738d7f..7558b571c4 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | |||
| @@ -84,9 +84,10 @@ do_compile_prepend() { | |||
| 84 | done | 84 | done |
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | PACKAGES =+ "kexec-klibc" | 87 | PACKAGES =+ "kexec-klibc vmcore-dmesg-klibc" |
| 88 | 88 | ||
| 89 | FILES_kexec-klibc = "${sbindir}/kexec" | 89 | FILES_kexec-klibc = "${sbindir}/kexec" |
| 90 | FILES_vmcore-dmesg-klibc = "${sbindir}/vmcore-dmesg" | ||
| 90 | 91 | ||
| 91 | INSANE_SKIP_${PN} = "arch" | 92 | INSANE_SKIP_${PN} = "arch" |
| 92 | 93 | ||
