From: Khem Raj Date: Wed, 25 Apr 2012 22:32:12 +0000 (-0700) Subject: insane.bbclass: Add mips64{el} to known machines X-Git-Tag: 2015-4~10619 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=77dc886107e1b9cdaf6803141dc97c3ebfc22910;p=openembedded-core.git insane.bbclass: Add mips64{el} to known machines Signed-off-by: Khem Raj --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 8c4a83a34f..49e904a27f 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),