insane.bbclass: Add powerpc64 entries.
authorTom Rini <tom_rini@mentor.com>
Mon, 21 Feb 2011 16:19:52 +0000 (09:19 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 21 Feb 2011 16:23:54 +0000 (09:23 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/insane.bbclass

index 7364fb1..014dafc 100644 (file)
@@ -52,6 +52,7 @@ def package_qa_get_machine_dict():
                         "mips64el":   (    8,     0,    0,          True,          False),
                         "nios2":      (  113,     0,    0,          True,          True),
                         "powerpc":    (   20,     0,    0,          False,         True),
+                        "powerpc64":  (   20,     0,    0,          False,         False),
                         "s390":       (   22,     0,    0,          False,         True),
                         "sh4":        (   42,     0,    0,          True,          True),
                         "sparc":      (    2,     0,    0,          False,         True),
@@ -71,6 +72,7 @@ def package_qa_get_machine_dict():
                         "mips64el":   (    8,     0,    0,          True,          False),
                         "nios2":      (  113,     0,    0,          True,          True),
                         "powerpc":    (   20,     0,    0,          False,         True),
+                        "powerpc64":  (   20,     0,    0,          False,         False),
                         "sh4":        (   42,     0,    0,          True,          True),
                       },
             "uclinux-uclibc" : {