summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-12-22 17:23:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:25:10 +0000
commitc8dbc34e06bca596744e0e714980c669afccc2cf (patch)
treee8f064aeca94b2a2b7ac45ac40aa763728652718
parent539cd4a5fbb9e4507d90bfb1165fcb06907b46d8 (diff)
downloadopenembedded-core-c8dbc34e06bca596744e0e714980c669afccc2cf.tar.gz
local.conf: add aarch64 to the SDKMACHINE example values
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
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"
#