aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-02-04 23:00:42 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-07 18:18:53 +0000
commit8ce83f71618d0734aca7acf2ff6750985b3cd4b5 (patch)
tree7783f4dc1c8cb2f1f62c21695a5a396d5c3141ad
parent0c3619ad6759fcb5fd7551b470c2595f02dacf5c (diff)
downloadmeta-handheld-8ce83f71618d0734aca7acf2ff6750985b3cd4b5.tar.gz
zaurus.inc: always provide kernel in /boot
* 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@gmail.com>
-rw-r--r--conf/machine/include/zaurus.inc3
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)