diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-31 16:23:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-31 22:28:09 +0100 |
commit | 0d0d02af4429bd0fd0e585e8474165be9cf1d6cf (patch) | |
tree | a21bdd3e55c7c6a70aad690094172581e7a4b4c1 /meta/classes/insane.bbclass | |
parent | 240a797dde9f7f49beea5bf567db9bd3c49ac9a6 (diff) | |
download | poky-0d0d02af4429bd0fd0e585e8474165be9cf1d6cf.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: bf628a2fb1da704ff2a0f24c774eafdd12a081fb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 7 |
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), |