[oe] [PATCH] Add mips entry for linux-uclibc into package_qa_get_machine_dict of insane.bbclass

Guo Hongruan camelguo at gmail.com
Sat Jan 2 09:28:37 UTC 2010


* Without it the insance check will fail due to key miss exception.

Signed-off-by: Guo Hongruan <camelguo at gmail.com>
---
 classes/insane.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index 495c3a5..804caf0 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),
-- 
1.5.4.3





More information about the Openembedded-devel mailing list