[OE-core] [PATCH 01/14] insane.bbclass: Add mips64{el} to known machines

Khem Raj raj.khem at gmail.com
Mon May 21 03:35:36 UTC 2012


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/classes/insane.bbclass |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 8c4a83a..49e904a 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -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),
 
-- 
1.7.5.4





More information about the Openembedded-core mailing list