Comments
Patch
@@ -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 \
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@no-log.org> --- recipes-opie/images/opie-image.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)