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/conf | |
parent | 42d0243f7f44f0c449a118141eae9c01ff549f12 (diff) | |
download | poky-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')
-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" | |||
24 | #MACHINE ?= "nokia770" | 24 | #MACHINE ?= "nokia770" |
25 | 25 | ||
26 | 26 | ||
27 | DISTRO = "poky" | 27 | DISTRO ?= "poky" |
28 | # For bleeding edge / experimental / unstable package versions | 28 | # For bleeding edge / experimental / unstable package versions |
29 | # DISTRO = "poky-bleeding" | 29 | # DISTRO ?= "poky-bleeding" |
30 | 30 | ||
31 | # IMAGE_FEATURES configuration of the generated images | 31 | # IMAGE_FEATURES configuration of the generated images |
32 | # (Some of these are automatically added to certain image types) | 32 | # (Some of these are automatically added to certain image types) |