]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: Handle the case the user incomments a machine entry and expects...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Feb 2011 15:52:02 +0000 (15:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Feb 2011 15:52:02 +0000 (15:52 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 9cd1d7d217d447145a91f397b902435941994ec2..65b508717f334adaaefcc1620359b15f2e1d9613 100644 (file)
@@ -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"