* 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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
