From 217cccd0af91dbe82990d727566c8cb3f482d1ec Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 22 Sep 2015 02:05:49 +0200 Subject: openssl: Add mapping for nios2 Map nios2 architecture to linux-generic32 target. (From OE-Core rev: f601a0df106fb1da188a4b1f1155d85fad4627bb) Signed-off-by: Marek Vasut Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 53dcfd9f37..8af423f1a7 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) -- cgit v1.2.3-54-g00ecf