summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-11-11 02:58:16 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 13:02:37 +0000
commita0104e47217e3a46d319a76929aec5b45c3ea6f9 (patch)
tree08b4c8cd597fe73d70f534a9920d8d5639775c3d /meta/classes/insane.bbclass
parent4ff12a8bf2b8d094085afbe8fa1d43f781cfa79d (diff)
downloadopenembedded-core-a0104e47217e3a46d319a76929aec5b45c3ea6f9.tar.gz
insane.bbclass: add microblaze-*-elf to machine dictionary
Add the definitions for microblaze-*-elf targets to the machine dictionary. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index def9c707a4..535d41077e 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),