diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-19 16:21:34 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-19 16:21:34 +0200 |
commit | eb376e5b84ebd87c1f1e9e25d51a4ad77ccffb86 (patch) | |
tree | adf769e6d4f6bfc42482acab4b3b8916313c4c62 /conf/distro | |
parent | ea19b9d74d63552653dd74713777472f80c9d35a (diff) | |
parent | fe80a43e570761e2b5788fdc886bae24bb673c7b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/minimal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index f1f04e5e6a..c05676cb50 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -13,7 +13,7 @@ DISTRO_NAME ?= "minimal" DISTRO_VERSION = ".dev-snapshot-${SRCDATE}" #DISTRO_TYPE = "release" -DISTRO_TYPE = "debug" +DISTRO_TYPE ?= "debug" # Ensure some form of release config, so error out if someone thinks he knows better DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION") |