Add mips entry for linux-uclibc into package_qa_get_machine_dict of insane.bbclass
authorGuo Hongruan <camelguo@gmail.com>
Sat, 2 Jan 2010 09:28:37 +0000 (17:28 +0800)
committerPhil Blundell <philb@gnu.org>
Sat, 2 Jan 2010 10:08:36 +0000 (10:08 +0000)
* Without it the insance check will fail due to key miss exception.

Signed-off-by: Guo Hongruan <camelguo@gmail.com>
classes/insane.bbclass

index 495c3a5..804caf0 100644 (file)
@@ -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),