[oe-commits] org.oe.dev siteinfo.bbclass: Add mips (MSB) architecture

florian commit openembedded-commits at lists.openembedded.org
Thu Sep 6 17:00:33 UTC 2007


siteinfo.bbclass: Add mips (MSB) architecture

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

#
# mt diff -r5cca19f60a761cd1b4ec84d916a7eb7f46c8b563 -rfca56676689c4a1a1f975ddcd6773e1d7f13d7c1
#
# 
# 
# patch "classes/siteinfo.bbclass"
#  from [036f68c0ea1d77a2539e566e20adbb9310abd475]
#    to [12a7c72c9a63a94e4f6bc81705c78b04597df2a7]
# 
============================================================
--- classes/siteinfo.bbclass	036f68c0ea1d77a2539e566e20adbb9310abd475
+++ classes/siteinfo.bbclass	12a7c72c9a63a94e4f6bc81705c78b04597df2a7
@@ -42,6 +42,8 @@ def get_siteinfo_list(d):
                "i686-linux-uclibc":       "endian-little bit-32 common-uclibc ix86-common",\
                "mipsel-linux":            "endian-little bit-32 common-glibc",\
                "mipsel-linux-uclibc":     "endian-little bit-32 common-uclibc",\
+               "mips-linux":              "endian-big bit-32 common-glibc",\
+               "mips-linux-uclibc":       "endian-big bit-32 common-uclibc",\
                "powerpc-darwin":          "endian-big bit-32 common-darwin",\
                "ppc-linux":               "endian-big bit-32 common-glibc powerpc-common",\ 
 	       "powerpc-linux":           "endian-big bit-32 common-glibc powerpc-common",\






More information about the Openembedded-commits mailing list