git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be5a0e
)
Add mips entry for linux-uclibc into package_qa_get_machine_dict of insane.bbclass
author
Guo Hongruan
<camelguo@gmail.com>
Sat, 2 Jan 2010 09:28:37 +0000
(17:28 +0800)
committer
Phil 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
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
495c3a5
..
804caf0
100644
(file)
--- 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),