diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-02-10 00:33:14 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:27 +0000 |
commit | 1c4a5dbcc738434bbd31f41c99e8acc72655839e (patch) | |
tree | f52e878e9cddffb64115a30ac4ea82e31cfcc929 /meta/classes/insane.bbclass | |
parent | 71a76dc29cf8938b79d356ec8d6bbe3e5375493a (diff) | |
download | openembedded-core-1c4a5dbcc738434bbd31f41c99e8acc72655839e.tar.gz openembedded-core-1c4a5dbcc738434bbd31f41c99e8acc72655839e.tar.bz2 openembedded-core-1c4a5dbcc738434bbd31f41c99e8acc72655839e.zip |
insane.bbclass: Support MicroBlaze with musl
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>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 47b441ad75..2bc931521f 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -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), |