summaryrefslogtreecommitdiffstats
path: root/meta-poky
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:23:33 +0000
commit14245dad40d3466c61a87fea52a675e5248508f4 (patch)
treec41d20f950e43efb18d9a7cacd6f701e089d988e /meta-poky
parent3b298e6ddde2a988a82039db9ce45eaf66d89a3f (diff)
downloadpoky-14245dad40d3466c61a87fea52a675e5248508f4.tar.gz
local.conf: add aarch64 to the SDKMACHINE example values
(From meta-yocto rev: 05922833d04205b8b5288b6ccd5f8e32cf1b3bb0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 68e71b930b..096359ee8a 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -112,7 +112,7 @@ PACKAGE_CLASSES ?= "package_rpm"
112# This variable specifies the architecture to build SDK items for and means 112# This variable specifies the architecture to build SDK items for and means
113# you can build the SDK packages for architectures other than the machine you are 113# you can build the SDK packages for architectures other than the machine you are
114# running the build on (i.e. building i686 packages on an x86_64 host). 114# running the build on (i.e. building i686 packages on an x86_64 host).
115# Supported values are i686 and x86_64 115# Supported values are i686, x86_64, aarch64
116#SDKMACHINE ?= "i686" 116#SDKMACHINE ?= "i686"
117 117
118# 118#