From: Ross Burton Date: Tue, 22 Dec 2020 17:23:15 +0000 (+0000) Subject: local.conf: add aarch64 to the SDKMACHINE example values X-Git-Tag: uninative-2.10~391 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c8dbc34e06bca596744e0e714980c669afccc2cf;p=openembedded-core.git local.conf: add aarch64 to the SDKMACHINE example values Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 22d43b20d4..3318e983a7 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -90,7 +90,7 @@ PACKAGE_CLASSES ?= "package_ipk" # 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 +# Supported values are i686, x86_64, aarch64 #SDKMACHINE ?= "i686" #