From: Guo Hongruan Date: Sat, 2 Jan 2010 09:28:37 +0000 (+0800) Subject: Add mips entry for linux-uclibc into package_qa_get_machine_dict of insane.bbclass X-Git-Tag: Release-2010-05/1~1084^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876b2550d343bf0bcbb8f7c708b14fae5d4ae62d;p=openembedded.git Add mips entry for linux-uclibc into package_qa_get_machine_dict of insane.bbclass * Without it the insance check will fail due to key miss exception. Signed-off-by: Guo Hongruan --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 495c3a53aa..804caf06ee 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -61,6 +61,7 @@ def package_qa_get_machine_dict(): "i486": ( 3, 0, 0, True, True), "i586": ( 3, 0, 0, True, True), "i686": ( 3, 0, 0, True, True), + "mips": ( 8, 0, 0, False, True), "mipsel": ( 8, 0, 0, True, True), "avr32": (6317, 0, 0, False, True), "sh4": (42, 0, 0, True, True),