]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Add mips64{el} to known machines
authorKhem Raj <raj.khem@gmail.com>
Wed, 25 Apr 2012 22:32:12 +0000 (15:32 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 21 May 2012 03:24:36 +0000 (20:24 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/classes/insane.bbclass

index 8c4a83a34f3a5e1f6405e5817bccdbaeab860aff..49e904a27f837a95f56dbcd616b574ed07097110 100644 (file)
@@ -59,6 +59,8 @@ def package_qa_get_machine_dict():
                         "m68k":       ( 4,     0,    0,          False,         32),
                         "mips":       ( 8,     0,    0,          False,         32),
                         "mipsel":     ( 8,     0,    0,          True,          32),
+                        "mips64":     ( 8,     0,    0,          False,         64),
+                        "mips64el":   ( 8,     0,    0,          True,          64),
                         "s390":       (22,     0,    0,          False,         32),
                         "sh4":        (42,     0,    0,          True,          32),
                         "sparc":      ( 2,     0,    0,          False,         32),
@@ -74,6 +76,8 @@ def package_qa_get_machine_dict():
                         "x86_64":     (  62,     0,    0,          True,          64),
                         "mips":       (   8,     0,    0,          False,         32),
                         "mipsel":     (   8,     0,    0,          True,          32),
+                        "mips64":     (   8,     0,    0,          False,         64),
+                        "mips64el":   (   8,     0,    0,          True,          64),
                         "avr32":      (6317,     0,    0,          False,         32),
                        "sh4":        (42,       0,    0,          True,          32),