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