diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-19 08:29:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-19 08:29:34 +0000 |
commit | f618c8db1217ae016bdba9a644fa9250514097a2 (patch) | |
tree | fcfaa06f53a741483227154cd7a186473100ddc9 /classes/insane.bbclass | |
parent | a290eafb5fe4cc033597745271adf06c31420e8c (diff) |
insane.bbclass: added ia64, alpha, hppa, m68k, mips, s390, sparc based on Debian packages
Diffstat (limited to 'classes/insane.bbclass')
-rw-r--r-- | classes/insane.bbclass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass index c0c1516838..e8f7dfc5ec 100644 --- 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), |