From: Nathan Rossi Date: Fri, 10 Nov 2017 16:58:16 +0000 (+1000) Subject: insane.bbclass: add microblaze-*-elf to machine dictionary X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0104e47217e3a46d319a76929aec5b45c3ea6f9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: add microblaze-*-elf to machine dictionary Add the definitions for microblaze-*-elf targets to the machine dictionary. Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index def9c707a40..535d41077e9 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -68,6 +68,9 @@ def package_qa_get_machine_dict(d): "epiphany": (4643, 0, 0, True, 32), "mips": ( 8, 0, 0, False, 32), "mipsel": ( 8, 0, 0, True, 32), + "microblaze": (189, 0, 0, False, 32), + "microblazeeb":(189, 0, 0, False, 32), + "microblazeel":(189, 0, 0, True, 32), }, "linux" : { "aarch64" : (183, 0, 0, True, 64),