From patchwork Mon Dec 17 10:48:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Core image base ssh access and package management Date: Mon, 17 Dec 2012 10:48:07 -0000 From: Alexandru DAMIAN X-Patchwork-Id: 41185 Message-Id: <1355741287-8655-1-git-send-email-alexandru.damian@intel.com> To: openembedded-core@lists.openembedded.org, paul.eggleton@linux.intel.com, richard.purdie@linuxfoundation.org Cc: Alexandru DAMIAN From: Alexandru DAMIAN Since core-image-base is a default image that developers should use for developing headless applications, it should have package management and ssh access. Signed-off-by: Alexandru DAMIAN --- meta/recipes-core/images/core-image-base.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/core-image-base.bb b/meta/recipes-core/images/core-image-base.bb index 8ef3376..a78417f 100644 --- a/meta/recipes-core/images/core-image-base.bb +++ b/meta/recipes-core/images/core-image-base.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A console-only image that fully supports the target device \ hardware." -IMAGE_FEATURES += "splash" +IMAGE_FEATURES += "splash package-management ssh-server-dropbear" LICENSE = "MIT"