From 8503c74c98b8caf5ff58bc81657470a5d9f1d79b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 14 May 2012 00:11:51 +0100 Subject: opie-image: pull in task-base task-base pulls in a lot of items right now but most of it is dictated by DISTRO_FEATURES and MACHINE_FEATURES which we really need to be honouring. Signed-off-by: Paul Eggleton --- recipes-opie/images/opie-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-opie/images/opie-image.bb b/recipes-opie/images/opie-image.bb index dd654c1..f39b108 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 task-base ${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 \ -- cgit 1.2.3-korg