From: Nathan Rossi Date: Tue, 9 Feb 2016 14:33:14 +0000 (+1000) Subject: insane.bbclass: Support MicroBlaze with musl X-Git-Tag: yocto-4.0~22622 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c4a5dbcc738434bbd31f41c99e8acc72655839e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: Support MicroBlaze with musl MicroBlaze is supported by musl, add entries for the 3 variants. Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 47b441ad75b..2bc931521f4 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -127,6 +127,9 @@ def package_qa_get_machine_dict(): "mipsel": ( 8, 0, 0, True, 32), "mips64": ( 8, 0, 0, False, 64), "mips64el": ( 8, 0, 0, True, 64), + "microblaze": (189, 0, 0, False, 32), + "microblazeeb":(189, 0, 0, False, 32), + "microblazeel":(189, 0, 0, True, 32), }, "uclinux-uclibc" : { "bfin": ( 106, 0, 0, True, 32),