meta-digi-del: Add virtual ssh server.

This commit allows for the ssh server to be selected by the user in the
project's local.conf.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-05-28 09:39:46 +02:00
parent 7dd9c33154
commit b41c69e3b5
1 changed files with 2 additions and 4 deletions

View File

@ -18,11 +18,9 @@ LICENSE = "MIT"
inherit core-image
inherit del-image
# These features will move to the project's local.conf
# where they can be customized by platform.
# Only common features to remain here.
IMAGE_FEATURES += "ssh-server-dropbear"
VIRTUAL_RUNTIME_ssh_server ?= "ssh-server-dropbear"
IMAGE_FEATURES += "${VIRTUAL_RUNTIME_ssh_server}"
IMAGE_FEATURES += "del-network"
IMAGE_FEATURES += "package-management"