[OE-core] [PATCH] insane.bbclass: add microblaze-*-elf to machine dictionary

Nathan Rossi nathan at nathanrossi.com
Fri Nov 10 16:58:16 UTC 2017


Add the definitions for microblaze-*-elf targets to the machine
dictionary.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 meta/classes/insane.bbclass | 3 +++
 1 file changed, 3 insertions(+)

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),
-- 
2.15.0





More information about the Openembedded-core mailing list