]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
openssl: Move microblaze to linux-latomic config
authorMark Hatle <mark.hatle@kernel.crashing.org>
Wed, 12 Apr 2023 08:35:30 +0000 (08:35 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 13 Apr 2023 19:31:05 +0000 (09:31 -1000)
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-connectivity/openssl/openssl_3.0.8.bb

index e1f30d7a47cd85130e705e8c5691265feb12a2fb..82f3e18dd7beb88ef2bbe9e80807886204b3b97e 100644 (file)
@@ -80,7 +80,7 @@ do_configure () {
        esac
        target="$os-${HOST_ARCH}"
        case $target in
-       linux-arc)
+       linux-arc | linux-microblaze*)
                target=linux-latomic
                ;;
        linux-arm*)
@@ -108,7 +108,7 @@ do_configure () {
        linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el)
                target=linux64-mips64
                ;;
-       linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*)
+       linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*)
                target=linux-generic32
                ;;
        linux-powerpc)