]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane: Add baremetal mappings to the QA arch test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Mar 2015 15:23:14 +0000 (16:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Mar 2015 21:27:52 +0000 (22:27 +0100)
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@linuxfoundation.org>
meta/classes/insane.bbclass

index 061ce5b620291625fb076865ada2bc77ba46bd24..ab7ca3b64b357a86635e371e6e1ac9a0957ae28f 100644 (file)
@@ -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),