[oe-commits] org.oe.dev siteinfo.bbclass: add support for oldstyle powerpc hosts

koen commit openembedded-commits at lists.openembedded.org
Mon Feb 12 13:18:23 UTC 2007


siteinfo.bbclass: add support for oldstyle powerpc hosts

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: dede9079788e02b5f4efb62d0efbe5df90c32ee0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dede9079788e02b5f4efb62d0efbe5df90c32ee0
Files:
1
classes/siteinfo.bbclass
Diffs:

#
# mt diff -rff3c6ff73d993a4c30802411d5db1ecf7513949e -rdede9079788e02b5f4efb62d0efbe5df90c32ee0
#
# 
# 
# patch "classes/siteinfo.bbclass"
#  from [70d43d3dd9061fb850f861b73df29e3f3b19302b]
#    to [5589e5bd158b6aad00801ad2b828fa10af4f9cba]
# 
============================================================
--- classes/siteinfo.bbclass	70d43d3dd9061fb850f861b73df29e3f3b19302b
+++ classes/siteinfo.bbclass	5589e5bd158b6aad00801ad2b828fa10af4f9cba
@@ -40,7 +40,8 @@ def get_siteinfo_list(d):
                "mipsel-linux":            "endian-little bit-32 common-glibc",\
                "mipsel-linux-uclibc":     "endian-little bit-32 common-uclibc",\
                "powerpc-darwin":          "endian-big bit-32 common-darwin",\
-               "powerpc-linux":           "endian-big bit-32 common-glibc",\
+               "ppc-linux":               "endian-big bit-32 common-glibc",\ 
+	       "powerpc-linux":           "endian-big bit-32 common-glibc",\
                "powerpc-linux-uclibc":    "endian-big bit-32 common-uclibc",\
                "sh3-linux":               "endian-little bit-32 common-glibc sh-common",\
                "sh4-linux":               "endian-little bit-32 common-glibc sh-common",\






More information about the Openembedded-commits mailing list