[oe-commits] Marek Vasut : openssl: Add mapping for nios2

git at git.openembedded.org git at git.openembedded.org
Sat Sep 26 17:14:28 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 41fcc4b5ef2c7352fc80c621b73b39f6cdad3897
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=41fcc4b5ef2c7352fc80c621b73b39f6cdad3897

Author: Marek Vasut <marex at denx.de>
Date:   Tue Sep 22 02:05:49 2015 +0200

openssl: Add mapping for nios2

Map nios2 architecture to linux-generic32 target.

Signed-off-by: Marek Vasut <marex at denx.de>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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)



More information about the Openembedded-commits mailing list