From: Klaus Kurzmann Date: Mon, 30 Nov 2009 08:47:58 +0000 (+0100) Subject: shr.conf: use openssh as DISTRO_SSH_DAEMON X-Git-Tag: Release-2010-05/1~1559 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e479e13e17bd88d3d632dc18cd10037bdadb0ea;p=openembedded.git shr.conf: use openssh as DISTRO_SSH_DAEMON Signed-off-by: Klaus Kurzmann --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 5b0b29a175..2a33427e30 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -29,6 +29,8 @@ DISTRO_PR = ".4" DISTRO_TYPE = "debug" DISTRO = "shr" +DISTRO_SSH_DAEMON = "openssh" + #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable ENABLE_BINARY_LOCALE_GENERATION ?= "1"