From: Khem Raj Date: Fri, 6 Oct 2017 00:50:49 +0000 (-0700) Subject: openssl: Add support for riscv32/riscv64 X-Git-Tag: uninative-1.8~1318 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ba6e739ca9099a6d3603e197474e16c75013106b;p=openembedded-core.git openssl: Add support for riscv32/riscv64 Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- 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 () { linux-powerpc64) target=linux-ppc64 ;; + linux-riscv64) + target=linux-generic64 + ;; + linux-riscv32) + target=linux-generic32 + ;; linux-supersparc) target=linux-sparcv8 ;; 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 () { linux-powerpc64) target=linux-ppc64 ;; + linux-riscv64) + target=linux-generic64 + ;; + linux-riscv32) + target=linux-generic32 + ;; linux-supersparc) target=linux-sparcv9 ;;