[oe-commits] [openembedded-core] 32/76: insane: Add aarch64 baremetal mappings to the QA arch test

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:17 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e90a1c4b8fd7baa738eb4683e5eac60905e04296
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
AuthorDate: Wed Nov 23 14:03:49 2016 +0100

    insane: Add aarch64 baremetal mappings to the QA arch test
    
    Add mappings for aarch64-elf and aarch64_be-elf to binary lookup table
    which allows for the generation of baremetal toolchains.
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/insane.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index a5c93f3..d51e73e 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -63,6 +63,8 @@ def package_qa_get_machine_dict(d):
                         "arm" :       (40,     0,    0,          True,          32),
                       },
             "elf" : {
+                        "aarch64" :   (183,    0,    0,          True,          64),
+                        "aarch64_be" :(183,    0,    0,          False,         64),
                         "i586" :      (3,      0,    0,          True,          32),
                         "x86_64":     (62,     0,    0,          True,          64),
                         "epiphany":   (4643,   0,    0,          True,          32),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list