aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:52:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:52:02 +0000
commit8048b714cd57c89aecfac438af3c7094a770fb9b (patch)
treea11ac3e0080c1cf3fdde133429f7da3e17e8b9d5 /meta/conf/local.conf.sample
parent673abd92f999829bdd67d0273c43570a62123a63 (diff)
downloadopenembedded-core-8048b714cd57c89aecfac438af3c7094a770fb9b.tar.gz
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>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r--meta/conf/local.conf.sample5
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"