diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-20 17:22:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-20 17:22:39 +0000 |
commit | ec8e59f043d9c9c76ed07ccc37702d20c9ef5bcc (patch) | |
tree | 05c6bc811c756a5a0b9db13729b764a47be0a8b8 /build | |
parent | 42d0243f7f44f0c449a118141eae9c01ff549f12 (diff) | |
download | openembedded-core-ec8e59f043d9c9c76ed07ccc37702d20c9ef5bcc.tar.gz openembedded-core-ec8e59f043d9c9c76ed07ccc37702d20c9ef5bcc.tar.bz2 openembedded-core-ec8e59f043d9c9c76ed07ccc37702d20c9ef5bcc.zip |
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')
-rw-r--r-- | build/conf/local.conf.sample | 4 |
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) |