From: Thomas Kunze Date: Sun, 22 Apr 2007 14:15:51 +0000 (+0000) Subject: insane.bbclass: support mipsel - close #2119 X-Git-Tag: Release-2010-05/1~8868^2~667^2~4^2^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7c1a204eedc618616ac7c2a0b1d88b5f4e7274;p=openembedded.git insane.bbclass: support mipsel - close #2119 --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 21348a8bb6..8ef4858aa4 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -47,6 +47,7 @@ def package_qa_get_machine_dict(): "hppa": (15, 3, 0, False, True), "m68k": ( 4, 0, 0, False, True), "mips": ( 8, 0, 0, False, True), + "mipsel": ( 8, 0, 0, True, True), "s390": (22, 0, 0, False, True), "sh4": (42, 0, 0, True, True), "sparc": ( 2, 0, 0, False, True),