[oe] [meta-handheld][PATCH] zaurus.inc: always provide kernel in /boot

Andrea Adami andrea.adami at gmail.com
Sat Feb 4 22:00:42 UTC 2012


* install kernel and symlink as expected by kexecboot
* for compatibility with images using minimal tasks
* (kexec)boot tested: opie-image and core-image-minimal

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/include/zaurus.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index e833ecc..bd0d6f4 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -82,7 +82,8 @@ MACHINE_EXTRA_RDEPENDS_collie = "zaurusd"
 # Install /boot/boot.cfg in target images
 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg "
 
-
+# Install kernel and symlink in /boot, add kernel-modules metapackage
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " kernel-base kernel-image "
 
 # FIXME
 # blindly import from linux-rp.inc (2.6.2x)
-- 
1.7.3.4





More information about the Openembedded-devel mailing list