[oe-commits] Guo Hongruan : Add mips entry for linux-uclibc into package_qa_get_machine_dict of insane .bbclass

git version control git at git.openembedded.org
Sat Jan 2 10:08:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 876b2550d343bf0bcbb8f7c708b14fae5d4ae62d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=876b2550d343bf0bcbb8f7c708b14fae5d4ae62d

Author: Guo Hongruan <camelguo at gmail.com>
Date:   Sat Jan  2 17:28:37 2010 +0800

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 <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),





More information about the Openembedded-commits mailing list