diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-10-17 19:57:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:59:14 +0100 |
commit | 137d141ee39c5345755e79705266c686c3341b10 (patch) | |
tree | 28413926ee8de522288017475f390da4f739455e /meta/recipes-connectivity/openssl/openssl.inc | |
parent | c9fc9b9444c3a7617cd63c60d2f8ae81a64568e4 (diff) | |
download | poky-137d141ee39c5345755e79705266c686c3341b10.tar.gz |
openssl: use linux-generic64 target for Aarch64 (LE and BE)
Update configure-targets.patch:
- drop linux-aarch64 configuration
Update do_configure():
- add linux-aarch64* case to cover linux-aarch64 and linux-aarch64_be
- use linux-generic64 target in above case
Backport initial-aarch64-bits.patch:
- first order optimizations for Aarch64
(From OE-Core rev: 3252110ee5c8272a1f09563f2a794cac545e29d5)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl.inc')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 78ff7ae2f1..b208eb0998 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
@@ -66,6 +66,9 @@ do_configure () { | |||
66 | linux-armeb) | 66 | linux-armeb) |
67 | target=linux-elf-armeb | 67 | target=linux-elf-armeb |
68 | ;; | 68 | ;; |
69 | linux-aarch64*) | ||
70 | target=linux-generic64 | ||
71 | ;; | ||
69 | linux-sh3) | 72 | linux-sh3) |
70 | target=debian-sh3 | 73 | target=debian-sh3 |
71 | ;; | 74 | ;; |