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.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 061ce5b620..ab7ca3b64b 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -53,6 +53,13 @@ def package_qa_get_machine_dict():
53 "darwin9" : { 53 "darwin9" : {
54 "arm" : (40, 0, 0, True, 32), 54 "arm" : (40, 0, 0, True, 32),
55 }, 55 },
56 "eabi" : {
57 "arm" : (40, 0, 0, True, 32),
58 },
59 "elf" : {
60 "i586" : (3, 0, 0, True, 32),
61 "x86_64": (62, 0, 0, True, 64),
62 },
56 "linux" : { 63 "linux" : {
57 "aarch64" : (183, 0, 0, True, 64), 64 "aarch64" : (183, 0, 0, True, 64),
58 "aarch64_be" :(183, 0, 0, False, 64), 65 "aarch64_be" :(183, 0, 0, False, 64),