diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-10-05 17:50:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:21 +0000 |
commit | 8cae1ede30e6341f2165f009e008f9d2049e46be (patch) | |
tree | 8ccc75d6aff0d67a8c35d1cb2d4e5efe81f82794 /meta/recipes-connectivity/openssl | |
parent | a71ed807cb507eefc987577303ee53ce6db9ccf2 (diff) | |
download | poky-8cae1ede30e6341f2165f009e008f9d2049e46be.tar.gz |
openssl: Add support for riscv32/riscv64
(From OE-Core rev: ba6e739ca9099a6d3603e197474e16c75013106b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl10.inc | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.0f.bb | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc index a710e9e25a..469775582b 100644 --- a/meta/recipes-connectivity/openssl/openssl10.inc +++ b/meta/recipes-connectivity/openssl/openssl10.inc | |||
@@ -135,6 +135,12 @@ do_configure () { | |||
135 | linux-powerpc64) | 135 | linux-powerpc64) |
136 | target=linux-ppc64 | 136 | target=linux-ppc64 |
137 | ;; | 137 | ;; |
138 | linux-riscv64) | ||
139 | target=linux-generic64 | ||
140 | ;; | ||
141 | linux-riscv32) | ||
142 | target=linux-generic32 | ||
143 | ;; | ||
138 | linux-supersparc) | 144 | linux-supersparc) |
139 | target=linux-sparcv8 | 145 | target=linux-sparcv8 |
140 | ;; | 146 | ;; |
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0f.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0f.bb index 711a95985a..4517f8734a 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.0f.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.0f.bb | |||
@@ -95,6 +95,12 @@ do_configure () { | |||
95 | linux-powerpc64) | 95 | linux-powerpc64) |
96 | target=linux-ppc64 | 96 | target=linux-ppc64 |
97 | ;; | 97 | ;; |
98 | linux-riscv64) | ||
99 | target=linux-generic64 | ||
100 | ;; | ||
101 | linux-riscv32) | ||
102 | target=linux-generic32 | ||
103 | ;; | ||
98 | linux-supersparc) | 104 | linux-supersparc) |
99 | target=linux-sparcv9 | 105 | target=linux-sparcv9 |
100 | ;; | 106 | ;; |