summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass3
1 files changed, 3 insertions, 0 deletions
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):
68 "epiphany": (4643, 0, 0, True, 32), 68 "epiphany": (4643, 0, 0, True, 32),
69 "mips": ( 8, 0, 0, False, 32), 69 "mips": ( 8, 0, 0, False, 32),
70 "mipsel": ( 8, 0, 0, True, 32), 70 "mipsel": ( 8, 0, 0, True, 32),
71 "microblaze": (189, 0, 0, False, 32),
72 "microblazeeb":(189, 0, 0, False, 32),
73 "microblazeel":(189, 0, 0, True, 32),
71 }, 74 },
72 "linux" : { 75 "linux" : {
73 "aarch64" : (183, 0, 0, True, 64), 76 "aarch64" : (183, 0, 0, True, 64),