mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
3b298e6ddd
commit
14245dad40
|
@ -112,7 +112,7 @@ PACKAGE_CLASSES ?= "package_rpm"
|
||||||
# This variable specifies the architecture to build SDK items for and means
|
# 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
|
# 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).
|
# 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"
|
#SDKMACHINE ?= "i686"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user