diff options
-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), |