mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02: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.:
|
# Also, make can be passed flags so it run parallel threads e.g.:
|
||||||
# PARALLEL_MAKE = "-j 4"
|
# PARALLEL_MAKE = "-j 4"
|
||||||
|
|
||||||
# The machine to target
|
# Set a default machine to target unless a machine is selected from the
|
||||||
MACHINE ?= "qemux86"
|
# lists below.
|
||||||
|
MACHINE ??= "qemux86"
|
||||||
|
|
||||||
# Supported emulation machines
|
# Supported emulation machines
|
||||||
#MACHINE ?= "qemuarm"
|
#MACHINE ?= "qemuarm"
|
||||||
|
|||||||
Reference in New Issue
Block a user