]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Additional "mips" and "mipsel" machine definitions
authorJuro Bystricky <juro.bystricky@intel.com>
Tue, 11 Oct 2016 16:56:24 +0000 (09:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Oct 2016 08:52:30 +0000 (09:52 +0100)
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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass

index 17c92843911dbe87be4ddca8d1dac213095e6c3f..29687d0a3948ea66e1162946dba3a7097f9cea68 100644 (file)
@@ -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),