]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf: add aarch64 to the SDKMACHINE example values
authorRoss Burton <ross@burtonini.com>
Tue, 22 Dec 2020 17:23:15 +0000 (17:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Dec 2020 08:25:10 +0000 (08:25 +0000)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 22d43b20d41b30298ff6b388d9d1e92dec470bfb..3318e983a78f786471c74bb0d31c2cfa5dd191a0 100644 (file)
@@ -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"
 
 #