diff options
| author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2023-04-12 08:35:30 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-04-19 04:45:00 -1000 |
| commit | 29f64c072cccf826b2f4d5120206d536e1420a4c (patch) | |
| tree | 7ba0bd5885b075a7f74b9ba2d80ad60f0ebcacf8 | |
| parent | 217a47bdb4bf8e5f812428fdd234bbe2696c02bd (diff) | |
| download | poky-29f64c072cccf826b2f4d5120206d536e1420a4c.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)
(From OE-Core rev: 26b4db753c4f2080a132fb176b514efafa3ff8e3)
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-connectivity/openssl/openssl_3.0.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.8.bb b/meta/recipes-connectivity/openssl/openssl_3.0.8.bb index e1f30d7a47..82f3e18dd7 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.0.8.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.0.8.bb | |||
| @@ -80,7 +80,7 @@ do_configure () { | |||
| 80 | esac | 80 | esac |
| 81 | target="$os-${HOST_ARCH}" | 81 | target="$os-${HOST_ARCH}" |
| 82 | case $target in | 82 | case $target in |
| 83 | linux-arc) | 83 | linux-arc | linux-microblaze*) |
| 84 | target=linux-latomic | 84 | target=linux-latomic |
| 85 | ;; | 85 | ;; |
| 86 | linux-arm*) | 86 | linux-arm*) |
| @@ -108,7 +108,7 @@ do_configure () { | |||
| 108 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) | 108 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) |
| 109 | target=linux64-mips64 | 109 | target=linux64-mips64 |
| 110 | ;; | 110 | ;; |
| 111 | linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) | 111 | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) |
| 112 | target=linux-generic32 | 112 | target=linux-generic32 |
| 113 | ;; | 113 | ;; |
| 114 | linux-powerpc) | 114 | linux-powerpc) |
