kexecboot.inc: create kexecboot kernel on image build
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Feb 2009 18:07:45 +0000 (19:07 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Feb 2009 18:07:45 +0000 (19:07 +0100)
conf/machine/include/kexecboot.inc

index deaccb3..0a9f209 100644 (file)
@@ -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"