summaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample
diff options
context:
space:
mode:
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"
15# Also, make can be passed flags so it run parallel threads e.g.: 15# Also, make can be passed flags so it run parallel threads e.g.:
16# PARALLEL_MAKE = "-j 4" 16# PARALLEL_MAKE = "-j 4"
17 17
18# The machine to target 18# Set a default machine to target unless a machine is selected from the
19MACHINE ?= "qemux86" 19# lists below.
20MACHINE ??= "qemux86"
20 21
21# Supported emulation machines 22# Supported emulation machines
22#MACHINE ?= "qemuarm" 23#MACHINE ?= "qemuarm"