summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-03-20 17:22:39 +0000
committerRichard Purdie <richard@openedhand.com>2007-03-20 17:22:39 +0000
commitec8e59f043d9c9c76ed07ccc37702d20c9ef5bcc (patch)
tree05c6bc811c756a5a0b9db13729b764a47be0a8b8 /build/conf/local.conf.sample
parent42d0243f7f44f0c449a118141eae9c01ff549f12 (diff)
downloadopenembedded-core-ec8e59f043d9c9c76ed07ccc37702d20c9ef5bcc.tar.gz
Allow DISTRO to be overridden from environment
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1372 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r--build/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 03513f7cb5..cf39996663 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -24,9 +24,9 @@ MACHINE ?= "qemuarm"
#MACHINE ?= "nokia770"
-DISTRO = "poky"
+DISTRO ?= "poky"
# For bleeding edge / experimental / unstable package versions
-# DISTRO = "poky-bleeding"
+# DISTRO ?= "poky-bleeding"
# IMAGE_FEATURES configuration of the generated images
# (Some of these are automatically added to certain image types)