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-14 22:26:09 +0000 |
commit | 7ea1979f687777bcafec393b6ab126ec11017074 (patch) | |
tree | 71bc48fab1681fb2e1cf78df9b25f99f1c2e7616 /meta | |
parent | 89dddaf7c763f7bf6236857a6638efc2cb93b78e (diff) | |
download | openembedded-core-7ea1979f687777bcafec393b6ab126ec11017074.tar.gz openembedded-core-7ea1979f687777bcafec393b6ab126ec11017074.tar.bz2 openembedded-core-7ea1979f687777bcafec393b6ab126ec11017074.zip |
openssl: Add mapping for microblaze architecture
Map the microblaze architecture to the linux-generic32 target.
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 () { linux-*-mips64) target=linux-mips ;; + linux-microblaze*) + target=linux-generic32 + ;; linux-powerpc) target=linux-ppc ;; |