[oe-commits] Tom Rini : insane.bbclass: Fix a thinko in powerpc64 support

git version control git at git.openembedded.org
Tue Feb 22 01:33:28 UTC 2011


Module: openembedded.git
Branch: trini/simplify-target-flags
Commit: d74ffffd27ce2e3b75a6009f680e4e35d0b6ef85
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d74ffffd27ce2e3b75a6009f680e4e35d0b6ef85

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Feb 21 11:03:10 2011 -0700

insane.bbclass: Fix a thinko in powerpc64 support

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 classes/insane.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index 014dafc..11e671c 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -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" : {





More information about the Openembedded-commits mailing list