summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/kexecboot.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc
index deaccb3add..0a9f209fe2 100644
--- a/conf/machine/include/kexecboot.inc
+++ b/conf/machine/include/kexecboot.inc
@@ -5,6 +5,7 @@
MACHINE_FEATURES_append = " kexecboot "
IMAGE_FSTYPES += " tar.gz "
+EXTRA_IMAGEDEPENDS += "linux-kexecboot"
# Include Kernel image in kexecboot enabled images
RDEPENDS_kernel-base = "kernel-image"