diff options
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 | ;; |