From ec8e59f043d9c9c76ed07ccc37702d20c9ef5bcc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Mar 2007 17:22:39 +0000 Subject: Allow DISTRO to be overridden from environment git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1372 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- build/conf/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') 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) -- cgit v1.2.3-54-g00ecf