]> code.ossystems Code Review - openembedded-core.git/commitdiff
Allow DISTRO to be overridden from environment
authorRichard Purdie <richard@openedhand.com>
Tue, 20 Mar 2007 17:22:39 +0000 (17:22 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 20 Mar 2007 17:22:39 +0000 (17:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1372 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 03513f7cb5994f99dd9acb74ced365ab21c66ca1..cf399966637823f0e7d6fbaf43b0492da9972d16 100644 (file)
@@ -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)