From: Martin Jansa Date: Wed, 6 Jan 2010 21:25:00 +0000 (+0100) Subject: shr.conf: switch to release DISTRO_TYPE X-Git-Tag: Release-2010-05/1~920 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5fd96b66e2551d9599726e3d26f51fe93471c2;p=openembedded.git shr.conf: switch to release DISTRO_TYPE Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index b99c895dc2..74526d0296 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -25,8 +25,8 @@ DISTRO_NAME = "shr" DISTRO_VERSION = "-${DATE}" DISTRO_REVISION = "2" DISTRO_PR = ".4" -#DISTRO_TYPE = "release" -DISTRO_TYPE = "debug" +DISTRO_TYPE = "release" +#DISTRO_TYPE = "debug" DISTRO = "shr" DISTRO_SSH_DAEMON = "openssh"