[oe-commits] Koen Kooi : kexecboot.inc: create kexecboot kernel on image build

GIT User account git at amethyst.openembedded.net
Mon Feb 2 18:16:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e63550e3b306bc6d6261ebdad7ff639ae128a90c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e63550e3b306bc6d6261ebdad7ff639ae128a90c

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb  2 19:07:45 2009 +0100

kexecboot.inc: create kexecboot kernel on image build

---

 conf/machine/include/kexecboot.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc
index deaccb3..0a9f209 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" 





More information about the Openembedded-commits mailing list