summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/insane.bbclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 3eff4df420..bd6f1204ab 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -89,9 +89,6 @@ def package_qa_get_machine_dict():
89 "arm" : (40, 0, 0, True, 32), 89 "arm" : (40, 0, 0, True, 32),
90 "armeb" : (40, 0, 0, False, 32), 90 "armeb" : (40, 0, 0, False, 32),
91 }, 91 },
92 "linux-gnu" : {
93 "powerpc": (20, 0, 0, False, 32),
94 },
95 "linux-gnuspe" : { 92 "linux-gnuspe" : {
96 "powerpc": (20, 0, 0, False, 32), 93 "powerpc": (20, 0, 0, False, 32),
97 }, 94 },
@@ -99,8 +96,10 @@ def package_qa_get_machine_dict():
99 "powerpc": (20, 0, 0, False, 32), 96 "powerpc": (20, 0, 0, False, 32),
100 }, 97 },
101 "linux-gnu" : { 98 "linux-gnu" : {
99 "powerpc": (20, 0, 0, False, 32),
102 "microblaze": (47787, 0, 0, False, 32), 100 "microblaze": (47787, 0, 0, False, 32),
103 "microblazeel": (47787, 0, 0, True, 32), 101 "microblazeel": (47787, 0, 0, True, 32),
102 "sh4": (42, 0, 0, True, 32),
104 }, 103 },
105 "linux-gnux32" : { 104 "linux-gnux32" : {
106 "x86_64": (62, 0, 0, True, 32), 105 "x86_64": (62, 0, 0, True, 32),