[OE-core] [PATCH] insane.bbclass: Additional "mips" and "mipsel" machine definitions

Khem Raj raj.khem at gmail.com
Mon Oct 17 23:37:54 UTC 2016


> On Oct 11, 2016, at 9:56 AM, Juro Bystricky <juro.bystricky at intel.com> wrote:
> 
> Add "mips" and "mipsel" to "machdata" table.
> Although there is a way to add entries to the "machdata" table
> from a BSP without modifying the insane.bbclass directly, MIPS is
> already supported in poky and as such the relevant entries should be
> present in insane.bbclass.

perhaps say s/poky/openembedded-core/ here since thats where the patch
is going to go.

> 
> Signed-off-by: Juro Bystricky <juro.bystricky 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 b347638..21c5cda 100644
> --- a/meta/classes/insane.bbclass
> +++ b/meta/classes/insane.bbclass
> @@ -66,6 +66,8 @@ def package_qa_get_machine_dict(d):
>                         "i586" :      (3,      0,    0,          True,          32),
>                         "x86_64":     (62,     0,    0,          True,          64),
>                         "epiphany":   (4643,   0,    0,          True,          32),
> +                        "mips":       ( 8,     0,    0,          False,         32),
> +                        "mipsel":     ( 8,     0,    0,          True,          32),
>                       },
>             "linux" : {
>                         "aarch64" :   (183,    0,    0,          True,          64),
> --
> 2.7.4
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161017/12a9fd3f/attachment-0002.sig>


More information about the Openembedded-core mailing list