diff options
author | Marek Vasut <marex@denx.de> | 2015-09-22 02:05:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-28 12:00:19 +0100 |
commit | 217cccd0af91dbe82990d727566c8cb3f482d1ec (patch) | |
tree | 7dde1be602823b79876a6340e847a7861bc495a0 /meta | |
parent | 3408d0dc87d5cbaa80b7f090ca9c5063b6c5d56b (diff) | |
download | poky-217cccd0af91dbe82990d727566c8cb3f482d1ec.tar.gz |
openssl: Add mapping for nios2
Map nios2 architecture to linux-generic32 target.
(From OE-Core rev: f601a0df106fb1da188a4b1f1155d85fad4627bb)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
118 | linux-*-mips64) | 118 | linux-*-mips64) |
119 | target=linux-mips | 119 | target=linux-mips |
120 | ;; | 120 | ;; |
121 | linux-microblaze*) | 121 | linux-microblaze*|linux-nios2*) |
122 | target=linux-generic32 | 122 | target=linux-generic32 |
123 | ;; | 123 | ;; |
124 | linux-powerpc) | 124 | linux-powerpc) |