aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-02 19:07:45 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-02 19:07:45 +0100
commite63550e3b306bc6d6261ebdad7ff639ae128a90c (patch)
treee5cf2324c3b12e0eb29db14dc16c0fe39a3f9678 /conf/machine
parent48efe36d1ad6e091a7a73ac74c42141599d0e489 (diff)
downloadopenembedded-e63550e3b306bc6d6261ebdad7ff639ae128a90c.tar.gz
kexecboot.inc: create kexecboot kernel on image build
Diffstat (limited to 'conf/machine')
-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"