From 15958eeb0921a90ae1d9a9144280bc30d21c529c Mon Sep 17 00:00:00 2001 From: Esben Haabendal <esben.haabendal@huawei.com> Date: Thu, 28 Apr 2022 10:33:56 +0200 Subject: [PATCH] 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: Esben Haabendal <esben.haabendal@huawei.com> --- conf/local.conf.sample | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 46651f1b..d09a4186 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -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 -- GitLab