poky.conf: Don't force DISTRO_TYPE to a value

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@534 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-07-21 12:12:01 +00:00
parent bae63d32a2
commit 64f45a4e05
1 changed files with 1 additions and 4 deletions

View File

@ -5,10 +5,7 @@ DISTRO = "poky"
DISTRO_NAME = "OpenedHand Linux (Poky)"
DISTRO_VERSION = "0.0-snapshot-${DATE}"
# DISTRO_VERSION = "3.5.4"
DISTRO_TYPE = "debug"
# DISTRO_TYPE = "release"
DISTRO_TYPE ?= "release"
INHERIT += " package_ipk debian multimachine poky "
# For some reason, this doesn't work