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:47 +0000 |
commit | d7faf673a422b0151f7da136341b9de084ef45a6 (patch) | |
tree | b7db974069e1b6a17bb36f15799210793ce5acf8 /meta/classes/insane.bbclass | |
parent | 9937c936193e25ef3c833a26aac23b92960b39a8 (diff) | |
download | poky-d7faf673a422b0151f7da136341b9de084ef45a6.tar.gz |
insane.bbclass: Support MicroBlaze with musl
MicroBlaze is supported by musl, add entries for the 3 variants.
(From OE-Core rev: 1c4a5dbcc738434bbd31f41c99e8acc72655839e)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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(): | |||
127 | "mipsel": ( 8, 0, 0, True, 32), | 127 | "mipsel": ( 8, 0, 0, True, 32), |
128 | "mips64": ( 8, 0, 0, False, 64), | 128 | "mips64": ( 8, 0, 0, False, 64), |
129 | "mips64el": ( 8, 0, 0, True, 64), | 129 | "mips64el": ( 8, 0, 0, True, 64), |
130 | "microblaze": (189, 0, 0, False, 32), | ||
131 | "microblazeeb":(189, 0, 0, False, 32), | ||
132 | "microblazeel":(189, 0, 0, True, 32), | ||
130 | }, | 133 | }, |
131 | "uclinux-uclibc" : { | 134 | "uclinux-uclibc" : { |
132 | "bfin": ( 106, 0, 0, True, 32), | 135 | "bfin": ( 106, 0, 0, True, 32), |