summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/insane.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 4f87c937ad..5e9cba1384 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -44,6 +44,7 @@ def package_qa_get_machine_dict():
44 "arm" : (40, 0, 0, True, 32), 44 "arm" : (40, 0, 0, True, 32),
45 }, 45 },
46 "linux" : { 46 "linux" : {
47 "aarch64" : (183, 0, 0, True, 64),
47 "arm" : (40, 97, 0, True, 32), 48 "arm" : (40, 97, 0, True, 32),
48 "armeb": (40, 97, 0, False, 32), 49 "armeb": (40, 97, 0, False, 32),
49 "powerpc": (20, 0, 0, False, 32), 50 "powerpc": (20, 0, 0, False, 32),