diff options
-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 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" |