summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-07-26 18:11:46 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-28 11:07:33 +0100
commit2b096a024f99b167b97cd42f12c19777497f9ef0 (patch)
tree5dee97aba3c35531c2a9637753e60a1fe8fe58f0 /meta/recipes-connectivity/openssl
parentd902ba9e15613b90931f56fed4c4fa22c6cbe186 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_3.0.5.bb4
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)