]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Support MicroBlaze with musl
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 9 Feb 2016 14:33:14 +0000 (00:33 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:27:27 +0000 (12:27 +0000)
MicroBlaze is supported by musl, add entries for the 3 variants.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass

index 47b441ad75b435498f102e7995aada173e777a86..2bc931521f42a2906d7270d1edcaf4dad7606438 100644 (file)
@@ -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),