conf/distro/minimal.conf: assign DISTRO_TYPE only weakly
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 19 May 2009 10:38:00 +0000 (12:38 +0200)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 19 May 2009 14:03:27 +0000 (16:03 +0200)
conf/distro/minimal.conf

index f1f04e5..c05676c 100644 (file)
@@ -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")