diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2023-06-06 01:15:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-06 23:41:13 +0100 |
commit | e16d16ffa6e39f53aea73187a4b96320e4420d22 (patch) | |
tree | 1f27536652d1f19fc4b550e801f073ebd816b405 /meta/recipes-connectivity | |
parent | 6e6fdfd542a0b56a97ab79eced59548b13dcec6f (diff) | |
download | poky-e16d16ffa6e39f53aea73187a4b96320e4420d22.tar.gz |
openssl: fix building on riscv32
On riscv32 configurations OpenSSL fails to build with "undefined
reference to `__atomic_foo'" kind of errors. Change OpenSSL recipe to
use linux-latomic configuration instead of linux-generic32.
(From OE-Core rev: e8ce80fc6d6579554bca2eba057e65d4b12c0793)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_3.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.1.1.bb b/meta/recipes-connectivity/openssl/openssl_3.1.1.bb index dca6f18e74..f5f3f32a97 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.1.1.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.1.1.bb | |||
@@ -118,7 +118,7 @@ do_configure () { | |||
118 | target=linux-ppc64le | 118 | target=linux-ppc64le |
119 | ;; | 119 | ;; |
120 | linux-riscv32) | 120 | linux-riscv32) |
121 | target=linux-generic32 | 121 | target=linux-latomic |
122 | ;; | 122 | ;; |
123 | linux-riscv64) | 123 | linux-riscv64) |
124 | target=linux-generic64 | 124 | target=linux-generic64 |