summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 16:23:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:28:35 +0100
commit8db54a9cfafcacd90e535d7ef2458ba6e4be7701 (patch)
treef2730f340792befa9aaed4e55886e4b72d3bc81b /meta
parent77b1711afb5f18a4d07c11aaf0eef793f8688d7d (diff)
downloadpoky-8db54a9cfafcacd90e535d7ef2458ba6e4be7701.tar.gz
insane: Add baremetal mappings to the QA arch test
Add mappings for i586-elf, x86_64-elf and arm-eabi to binary lookup table which allows for a variety of baremetal toolchain generation. (From OE-Core rev: a570052f012298f895fb88be5b0a064bad04024c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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),