diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-10 21:07:57 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-10 21:07:57 +0000 |
commit | 09be6bb208f5ecc2a00274038866f5fb3b25c5fd (patch) | |
tree | 85c28fadcdfd4172a9959486369fdd55a2fef130 /conf/distro/shr.conf | |
parent | 8a3b0c0dd65c3c2def554af01446b9ee09725355 (diff) | |
parent | f2934215635d101459eb15b3505843370c20c6ec (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'conf/distro/shr.conf')
-rw-r--r-- | conf/distro/shr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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" |