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:
parent
7dd9c33154
commit
b41c69e3b5
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue