[oe-commits] Richard Purdie : insane: Add baremetal mappings to the QA arch test

git at git.openembedded.org git at git.openembedded.org
Tue Mar 31 21:31:17 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: bf628a2fb1da704ff2a0f24c774eafdd12a081fb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bf628a2fb1da704ff2a0f24c774eafdd12a081fb

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Mar 31 16:23:14 2015 +0100

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/insane.bbclass | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 061ce5b..ab7ca3b 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -53,6 +53,13 @@ def package_qa_get_machine_dict():
             "darwin9" : { 
                         "arm" :       (40,     0,    0,          True,          32),
                       },
+            "eabi" : {
+                        "arm" :       (40,     0,    0,          True,          32),
+                      },
+            "elf" : {
+                        "i586" :      (3,      0,    0,          True,          32),
+                        "x86_64":     (62,     0,    0,          True,          64),
+                      },
             "linux" : { 
                         "aarch64" :   (183,    0,    0,          True,          64),
                         "aarch64_be" :(183,    0,    0,          False,         64),



More information about the Openembedded-commits mailing list