diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-01-13 17:56:49 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:47:21 +0000 |
commit | 5fbb1228fbc380b55ec43cc368651dd4c2d1f855 (patch) | |
tree | ba58dc1e237130889baaf24656c47f7fa6b8abd7 | |
parent | a04bb6803b59d5e802520208a9532be7a13352c3 (diff) | |
download | poky-5fbb1228fbc380b55ec43cc368651dd4c2d1f855.tar.gz |
openssl: Use linux-aarch64 target for aarch64
aarch64 target was being configured for linux-generic64 but openssl has
linux-aarch64 target. Change to use linux-aarch64 as default.
(From OE-Core rev: 13e9a692510151383bc3243c3917154896b0e049)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 2ef8b38be8..5cca019e1d 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
@@ -84,7 +84,7 @@ do_configure () { | |||
84 | target=linux-elf-armeb | 84 | target=linux-elf-armeb |
85 | ;; | 85 | ;; |
86 | linux-aarch64*) | 86 | linux-aarch64*) |
87 | target=linux-generic64 | 87 | target=linux-aarch64 |
88 | ;; | 88 | ;; |
89 | linux-sh3) | 89 | linux-sh3) |
90 | target=debian-sh3 | 90 | target=debian-sh3 |