diff options
author | Mircea Pop <mircea.pop@nxp.com> | 2017-03-14 17:32:03 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-17 17:01:28 -0300 |
commit | 2a479f06f53217891b0e1f5f8d07de4b97a4ecfa (patch) | |
tree | e9c4b74d33447e1379cafd8098a973555535090d | |
parent | 4a9fa9a323cc0a3611a7e07a710eeadfee7f9883 (diff) | |
download | meta-freescale-2a479f06f53217891b0e1f5f8d07de4b97a4ecfa.tar.gz |
openssl: use linux-aarch64 target for aarch64
Update is required in order to exploit the ARM-CE primitives available on
ARMv8 platfom. Performance goes from 6 Gbps to 60Gbps for 8K frame length
Signed-off-by: Mircea Pop <mircea.pop@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc b/recipes-connectivity/openssl/openssl-qoriq.inc index dfafaaf0..e3b0e0f9 100644 --- a/recipes-connectivity/openssl/openssl-qoriq.inc +++ b/recipes-connectivity/openssl/openssl-qoriq.inc | |||
@@ -95,7 +95,7 @@ do_configure () { | |||
95 | target=linux-elf-armeb | 95 | target=linux-elf-armeb |
96 | ;; | 96 | ;; |
97 | linux-aarch64*) | 97 | linux-aarch64*) |
98 | target=linux-generic64 | 98 | target=linux-aarch64 |
99 | ;; | 99 | ;; |
100 | linux-sh3) | 100 | linux-sh3) |
101 | target=debian-sh3 | 101 | target=debian-sh3 |