insane.bbclass: Fix a thinko in powerpc64 support
authorTom Rini <tom_rini@mentor.com>
Mon, 21 Feb 2011 18:03:10 +0000 (11:03 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 21 Feb 2011 18:03:10 +0000 (11:03 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/insane.bbclass

index 014dafc..11e671c 100644 (file)
@@ -52,7 +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),
+                        "powerpc64":  (   21,     0,    0,          False,         False),
                         "s390":       (   22,     0,    0,          False,         True),
                         "sh4":        (   42,     0,    0,          True,          True),
                         "sparc":      (    2,     0,    0,          False,         True),
@@ -72,7 +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),
+                        "powerpc64":  (   21,     0,    0,          False,         False),
                         "sh4":        (   42,     0,    0,          True,          True),
                       },
             "uclinux-uclibc" : {