[oe-commits] [openembedded-core] 12/32: insane.bbclass: Additional "mips" and "mipsel" machine definitions

git at git.openembedded.org git at git.openembedded.org
Sat Oct 15 09:05:57 UTC 2016


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

commit 3ba03d1affa6f647e9a03c8ba4389606a0da8e8b
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Tue Oct 11 09:56:24 2016 -0700

    insane.bbclass: Additional "mips" and "mipsel" machine definitions
    
    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.
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.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 17c9284..29687d0 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),

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


More information about the Openembedded-commits mailing list