From c8dbc34e06bca596744e0e714980c669afccc2cf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 22 Dec 2020 17:23:15 +0000 Subject: local.conf: add aarch64 to the SDKMACHINE example values Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/local.conf.sample') 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" # -- cgit 1.2.3-korg