summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/classes')
-rw-r--r--meta-oe/classes/siteinfo.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/classes/siteinfo.bbclass b/meta-oe/classes/siteinfo.bbclass
index a081a5fcb..262d0c8a6 100644
--- a/meta-oe/classes/siteinfo.bbclass
+++ b/meta-oe/classes/siteinfo.bbclass
@@ -128,6 +128,7 @@ def get_siteinfo_list(d):
128 "i486-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ 128 "i486-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\
129 "i586-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ 129 "i586-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\
130 "i686-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ 130 "i686-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\
131 "microblaze-linux-gnu": "endian-big bit-32 common-glibc microblaze-common",\
131 "mipsel-linux": "endian-little bit-32 common-glibc mips-common",\ 132 "mipsel-linux": "endian-little bit-32 common-glibc mips-common",\
132 "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc mips-common",\ 133 "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc mips-common",\
133 "mips-linux": "endian-big bit-32 common-glibc mips-common",\ 134 "mips-linux": "endian-big bit-32 common-glibc mips-common",\
@@ -135,6 +136,7 @@ def get_siteinfo_list(d):
135 "powerpc-darwin": "endian-big bit-32 common-darwin",\ 136 "powerpc-darwin": "endian-big bit-32 common-darwin",\
136 "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\ 137 "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\
137 "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\ 138 "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\
139 "powerpc-linux-gnuspe": "endian-big bit-32 common-glibc powerpc-common",\
138 "powerpc-linux-uclibc": "endian-big bit-32 common-uclibc powerpc-common",\ 140 "powerpc-linux-uclibc": "endian-big bit-32 common-uclibc powerpc-common",\
139 "sh3-linux": "endian-little bit-32 common-glibc sh-common",\ 141 "sh3-linux": "endian-little bit-32 common-glibc sh-common",\
140 "sh4-linux": "endian-little bit-32 common-glibc sh-common",\ 142 "sh4-linux": "endian-little bit-32 common-glibc sh-common",\