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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/qa.py b/meta/lib/oe/qa.py
index ea831b930a..e8a854a302 100644
--- a/meta/lib/oe/qa.py
+++ b/meta/lib/oe/qa.py
@@ -156,6 +156,7 @@ def elf_machine_to_string(machine):
156 """ 156 """
157 try: 157 try:
158 return { 158 return {
159 0x00: "Unset",
159 0x02: "SPARC", 160 0x02: "SPARC",
160 0x03: "x86", 161 0x03: "x86",
161 0x08: "MIPS", 162 0x08: "MIPS",