diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-26 18:11:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-28 11:07:33 +0100 |
commit | 2b096a024f99b167b97cd42f12c19777497f9ef0 (patch) | |
tree | 5dee97aba3c35531c2a9637753e60a1fe8fe58f0 | |
parent | d902ba9e15613b90931f56fed4c4fa22c6cbe186 (diff) | |
download | poky-2b096a024f99b167b97cd42f12c19777497f9ef0.tar.gz |
openssl: Move microblaze to linux-latomic config
When building with the previous a number of atomic functions come back as
undefined. Switching to linux-latomic fixes this.
(From OE-Core rev: 88d5bf78ffb1d120df48139b1ed3c2e3fa8310d0)
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_3.0.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.5.bb b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb index e50ff7f8c5..04aff04fab 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.0.5.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb | |||
@@ -77,7 +77,7 @@ do_configure () { | |||
77 | esac | 77 | esac |
78 | target="$os-${HOST_ARCH}" | 78 | target="$os-${HOST_ARCH}" |
79 | case $target in | 79 | case $target in |
80 | linux-arc) | 80 | linux-arc | linux-microblaze*) |
81 | target=linux-latomic | 81 | target=linux-latomic |
82 | ;; | 82 | ;; |
83 | linux-arm*) | 83 | linux-arm*) |
@@ -105,7 +105,7 @@ do_configure () { | |||
105 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) | 105 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) |
106 | target=linux64-mips64 | 106 | target=linux64-mips64 |
107 | ;; | 107 | ;; |
108 | linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) | 108 | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) |
109 | target=linux-generic32 | 109 | target=linux-generic32 |
110 | ;; | 110 | ;; |
111 | linux-powerpc) | 111 | linux-powerpc) |