From: Alexandru DAMIAN <[email protected]> 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 <[email protected]> --- 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" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
