From 8048b714cd57c89aecfac438af3c7094a770fb9b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Feb 2011 15:52:02 +0000 Subject: local.conf.sample: Handle the case the user incomments a machine entry and expects it to override the default Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 9cd1d7d21..65b508717 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" -- cgit v1.2.3