insane.bbclass: added ia64, alpha, hppa, m68k, mips, s390, sparc based on Debian...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 19 Feb 2007 08:29:34 +0000 (08:29 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 19 Feb 2007 08:29:34 +0000 (08:29 +0000)
classes/insane.bbclass

index c0c1516..e8f7dfc 100644 (file)
@@ -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),