[OE-core] insane: Add baremetal mappings to the QA arch test

Khem Raj raj.khem at gmail.com
Tue Mar 31 18:03:10 UTC 2015


> On Mar 31, 2015, at 8:23 AM, Richard Purdie <richard.purdie at linuxfoundation.org> wrote:
> 
> 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>
> 
> diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
> index 061ce5b..d0c6fea 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),
> +                      },

IIRC fsl ppc also uses eabi for baremetal

> +            "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),
> 
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list