[OE-core] [PATCH] openssl: Add mapping for nios2

Marek Vasut marex at denx.de
Tue Sep 22 00:05:49 UTC 2015


Map nios2 architecture to linux-generic32 target.

Signed-off-by: Marek Vasut <marex at denx.de>
---
 meta/recipes-connectivity/openssl/openssl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 53dcfd9..8af423f 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -118,7 +118,7 @@ do_configure () {
         linux-*-mips64)
                target=linux-mips
                 ;;
-	linux-microblaze*)
+	linux-microblaze*|linux-nios2*)
 		target=linux-generic32
 		;;
 	linux-powerpc)
-- 
2.1.4




More information about the Openembedded-core mailing list