]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: add microblaze-*-elf to machine dictionary
authorNathan Rossi <nathan@nathanrossi.com>
Fri, 10 Nov 2017 16:58:16 +0000 (02:58 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Nov 2017 13:02:37 +0000 (13:02 +0000)
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>
meta/classes/insane.bbclass

index def9c707a40b35b6de7d8b11f22fc9770474d3f8..535d41077e90a0b9c9d23c7c5e53e9331bc4b1cf 100644 (file)
@@ -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),