mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user