diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-18 15:52:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-18 15:52:02 +0000 |
commit | 8048b714cd57c89aecfac438af3c7094a770fb9b (patch) | |
tree | a11ac3e0080c1cf3fdde133429f7da3e17e8b9d5 | |
parent | 673abd92f999829bdd67d0273c43570a62123a63 (diff) | |
download | openembedded-core-8048b714cd57c89aecfac438af3c7094a770fb9b.tar.gz openembedded-core-8048b714cd57c89aecfac438af3c7094a770fb9b.tar.bz2 openembedded-core-8048b714cd57c89aecfac438af3c7094a770fb9b.zip |
local.conf.sample: Handle the case the user incomments a machine entry and expects it to override the default
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/local.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 9cd1d7d217..65b508717f 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -15,8 +15,9 @@ CONF_VERSION = "1" # Also, make can be passed flags so it run parallel threads e.g.: # PARALLEL_MAKE = "-j 4" -# The machine to target -MACHINE ?= "qemux86" +# Set a default machine to target unless a machine is selected from the +# lists below. +MACHINE ??= "qemux86" # Supported emulation machines #MACHINE ?= "qemuarm" |