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:
a290eaf
)
insane.bbclass: added ia64, alpha, hppa, m68k, mips, s390, sparc based on Debian...
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 19 Feb 2007 08:29:34 +0000
(08:29 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 19 Feb 2007 08:29:34 +0000
(08:29 +0000)
classes/insane.bbclass
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
c0c1516
..
e8f7dfc
100644
(file)
--- a/
classes/insane.bbclass
+++ b/
classes/insane.bbclass
@@
-39,6
+39,13
@@
def package_qa_get_machine_dict():
"powerpc": (20, 0, 0, False),
"i386": ( 3, 0, 0, True),
"x64_64": (62, 0, 0, True),
+ "ia64": (50, 0, 0, True),
+ "alpha": (36902, 0, 0, True),
+ "hppa": (15, 3, 0, False),
+ "m68k": ( 4, 0, 0, False),
+ "mips": ( 8, 0, 0, False),
+ "s390": (22, 0, 0, False),
+ "sparc": ( 2, 0, 0, False),
},
"linux-uclibc" : { "arm" : (40, 97, 0, True),
"armeb": (40, 97, 0, False),