All of lore.kernel.org
 help / color / mirror / Atom feed
* insane: Add baremetal mappings to the QA arch test
@ 2015-03-31 15:23 Richard Purdie
  2015-03-31 18:03 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2015-03-31 15:23 UTC (permalink / raw)
  To: openembedded-core

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>

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),
+                      },
+            "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),




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: insane: Add baremetal mappings to the QA arch test
  2015-03-31 15:23 insane: Add baremetal mappings to the QA arch test Richard Purdie
@ 2015-03-31 18:03 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2015-03-31 18:03 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core


> On Mar 31, 2015, at 8:23 AM, Richard Purdie <richard.purdie@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-31 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31 15:23 insane: Add baremetal mappings to the QA arch test Richard Purdie
2015-03-31 18:03 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.