[oe-commits] Tom Rini : insane.bbclass: Add powerpc64 entries.

git version control git at git.openembedded.org
Mon Feb 21 16:24:43 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6574dbdc24fc3e76cd2426da160a2a7b4473af2d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6574dbdc24fc3e76cd2426da160a2a7b4473af2d

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Feb 21 09:19:52 2011 -0700

insane.bbclass: Add powerpc64 entries.

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

---

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

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





More information about the Openembedded-commits mailing list