From patchwork Fri Feb 24 17:23:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-opie] recipe-opie: opie-image: also install the kernel and the machine extra rrecommends Date: Fri, 24 Feb 2012 17:23:23 -0000 From: Denis Carikli X-Patchwork-Id: 21953 Message-Id: <1330104203-12137-1-git-send-email-GNUtoo@no-log.org> To: openembedded-devel@lists.openembedded.org 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 --- 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 \