diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-02-12 11:37:01 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:26 +0000 |
commit | 3dff11ca2c2af013b8033967b4a778390c784d42 (patch) | |
tree | 9e0590be77e08dc79fcc0b9330def9eb69be981b | |
parent | f562905cebc96807ede66b41deb4110ed8763142 (diff) | |
download | poky-3dff11ca2c2af013b8033967b4a778390c784d42.tar.gz |
openssl: Add mapping for microblaze architecture
Map the microblaze architecture to the linux-generic32 target.
(From OE-Core rev: 7ea1979f687777bcafec393b6ab126ec11017074)
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 31dfd8fea7..78ba5c8a22 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
@@ -114,6 +114,9 @@ do_configure () { | |||
114 | linux-*-mips64) | 114 | linux-*-mips64) |
115 | target=linux-mips | 115 | target=linux-mips |
116 | ;; | 116 | ;; |
117 | linux-microblaze*) | ||
118 | target=linux-generic32 | ||
119 | ;; | ||
117 | linux-powerpc) | 120 | linux-powerpc) |
118 | target=linux-ppc | 121 | target=linux-ppc |
119 | ;; | 122 | ;; |