[oe] [meta-opie] recipe-opie: opie-image: also install the kernel and the machine extra rrecommends

Denis 'GNUtoo' Carikli GNUtoo at no-log.org
Fri Feb 24 17:23:23 UTC 2012


Without that fix most of the machines won't boot(because the kernel is
  absent on the rootfs and the bootloader won't find it) and won't
  have any kernel modules or firmwares on the rootfs either
  (from MACHINE_EXTRA_RRECOMMENDS ).

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 recipes-opie/images/opie-image.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes-opie/images/opie-image.bb b/recipes-opie/images/opie-image.bb
index dd654c1..ef8080f 100644
--- a/recipes-opie/images/opie-image.bb
+++ b/recipes-opie/images/opie-image.bb
@@ -7,7 +7,8 @@ DEPENDS = "task-base task-opie"
 IMAGE_FEATURES = "ssh-server-dropbear"
 
 ANGSTROM_EXTRA_INSTALL ?= ""
-IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE} task-opie-base task-opie-base-applets \
+IMAGE_INSTALL = "task-core-boot kernel ${MACHINE_EXTRA_RRECOMMENDS} \
+		    ${ROOTFS_PKGMANAGE} task-opie-base task-opie-base-applets \
 		    task-opie-base-inputmethods task-opie-base-apps \
 		    task-opie-base-settings task-opie-base-decorations \
 		    task-opie-base-styles task-opie-base-pim \
-- 
1.7.4.1





More information about the Openembedded-devel mailing list