From 20849ef50168fe690626ab34a16afd7eab65b643 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 22 Aug 2013 00:04:10 +0100 Subject: opie-image: add to IMAGE_FEATURES instead of setting it This allows EXTRA_IMAGE_FEATURES to work (and thus enables the default debug-tweaks feature to be enabled, providing a blank password for debugging.) Signed-off-by: Paul Eggleton --- recipes-opie/images/opie-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-opie/images/opie-image.bb b/recipes-opie/images/opie-image.bb index c73b6fa..ea85060 100644 --- a/recipes-opie/images/opie-image.bb +++ b/recipes-opie/images/opie-image.bb @@ -4,7 +4,7 @@ IMAGE_LINGUAS = "" DEPENDS = "packagegroup-base packagegroup-opie" -IMAGE_FEATURES = "ssh-server-dropbear" +IMAGE_FEATURES += "ssh-server-dropbear" ANGSTROM_EXTRA_INSTALL ?= "" IMAGE_INSTALL = "packagegroup-core-boot packagegroup-base ${ROOTFS_PKGMANAGE} \ -- cgit 1.2.3-korg