Skip to content
Snippets Groups Projects
Commit 15958eeb authored by Esben Haabendal's avatar Esben Haabendal
Browse files

local.conf.sample: Minor fixup and improvement


Instead of hard-coding a default to x86_64 for SDK images, leave it to host
architecture and have commented out example of how to choose something specific.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent a1bc2672
No related branches found
No related tags found
No related merge requests found
......@@ -23,12 +23,17 @@
#
#MACHINE ?= "qemuarma7"
#
# This sets the default machine to aries if no other machine is selected:
# This sets the default machine to qemuarma7 if no other machine is selected:
MACHINE ??= "qemuarma7"
# SDK architecture
#
SDKMACHINE ?= "x86_64"
# SDK target architecture
#
# This variable specifies the architecture to build SDK items for and means
# you can build the SDK packages for architectures other than the machine you are
# running the build on (i.e. building i686 packages on an x86_64 host).
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"
#
# Default policy config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment