summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/qa.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/qa.py')
-rw-r--r--meta/lib/oe/qa.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oe/qa.py b/meta/lib/oe/qa.py
index 3231e60cea..59c72ce580 100644
--- a/meta/lib/oe/qa.py
+++ b/meta/lib/oe/qa.py
@@ -158,7 +158,8 @@ def elf_machine_to_string(machine):
158 0x2A: "SuperH", 158 0x2A: "SuperH",
159 0x32: "IA-64", 159 0x32: "IA-64",
160 0x3E: "x86-64", 160 0x3E: "x86-64",
161 0xB7: "AArch64" 161 0xB7: "AArch64",
162 0xF7: "BPF"
162 }[machine] 163 }[machine]
163 except: 164 except:
164 return "Unknown (%s)" % repr(machine) 165 return "Unknown (%s)" % repr(machine)