[oe-commits] Andrea Adami : initramfs-kexecboot.inc: apply sane defaults

git version control git at git.openembedded.org
Tue Feb 16 22:43:47 UTC 2010


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Feb 16 23:42:52 2010 +0100

initramfs-kexecboot.inc: apply sane defaults

---

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

diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc
index 81cceaa..bc9cd51 100644
--- a/conf/machine/include/initramfs-kexecboot.inc
+++ b/conf/machine/include/initramfs-kexecboot.inc
@@ -4,13 +4,13 @@
 # If set here, each image will also build linux-kexecboot.
 # Usually the machine-installer recipe already DEPENDS on it
 #
-# EXTRA_IMAGEDEPENDS += "linux-kexecboot"
+EXTRA_IMAGEDEPENDS += "linux-kexecboot"
 
 
 # Force inclusion of kernel in target images
 # (done by default)
 #
-# RDEPENDS_kernel-base = "kernel-image"
+RDEPENDS_kernel-base = "kernel-image"
 
 
 # Install /boot/boot.cfg in target images





More information about the Openembedded-commits mailing list