From 7ea1979f687777bcafec393b6ab126ec11017074 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 12 Feb 2015 11:37:01 +1000 Subject: openssl: Add mapping for microblaze architecture Map the microblaze architecture to the linux-generic32 target. Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton --- meta/recipes-connectivity/openssl/openssl.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta') 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 ;; -- cgit 1.2.3-korg