diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-18 11:41:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-19 23:49:39 +0000 |
commit | ed4bb02a8f5dd48f1720a9c8988b22608098c326 (patch) | |
tree | bd6850809cb97e96136db26167b694b018b84c1e | |
parent | c2f78e062f6eb2350b0ad9b109b1001b7e23a6c5 (diff) | |
download | poky-ed4bb02a8f5dd48f1720a9c8988b22608098c326.tar.gz |
openssl: Add powerpc64 LE support
(From OE-Core rev: a77c76566dbffaccd2692e9110fca440c8eca53e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb index 458ae7daf4..7fd0f9a269 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | |||
@@ -102,6 +102,9 @@ do_configure () { | |||
102 | linux-powerpc64) | 102 | linux-powerpc64) |
103 | target=linux-ppc64 | 103 | target=linux-ppc64 |
104 | ;; | 104 | ;; |
105 | linux-powerpc64le) | ||
106 | target=linux-ppc64le | ||
107 | ;; | ||
105 | linux-riscv32) | 108 | linux-riscv32) |
106 | target=linux-generic32 | 109 | target=linux-generic32 |
107 | ;; | 110 | ;; |