From b41c69e3b57d0150f02839151fcd67a778fb80c3 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 28 May 2013 09:39:46 +0200 Subject: [PATCH] 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 --- meta-digi-del/recipes-core/images/del-image-minimal.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-digi-del/recipes-core/images/del-image-minimal.bb b/meta-digi-del/recipes-core/images/del-image-minimal.bb index fc4262ed2..a223b3f6e 100644 --- a/meta-digi-del/recipes-core/images/del-image-minimal.bb +++ b/meta-digi-del/recipes-core/images/del-image-minimal.bb @@ -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"