summaryrefslogtreecommitdiffstats
path: root/meta/classes/siteinfo.bbclass
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-07-06 23:14:02 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 22:05:20 -0700
commitf516cfcac0b2d56aebe1da2a00301c669ca77ab9 (patch)
treefad4aedc9ba912ce20cea9db1381b8bf66091518 /meta/classes/siteinfo.bbclass
parente18aba581c7f3f8518b8a9a850b6fe1eabc285ff (diff)
downloadopenembedded-core-f516cfcac0b2d56aebe1da2a00301c669ca77ab9.tar.gz
siteinfo.bbclass: add mips-common to mips targets
siteinfo_get_files() was broken for mips. It was missing the mips-common site config file for all the mips targets. Fixed it by adding it. This will also fix building of flex recipe on mips. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/classes/siteinfo.bbclass')
-rw-r--r--meta/classes/siteinfo.bbclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index 506a7aa1d2..c4206c2d85 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -40,10 +40,10 @@ def get_siteinfo_list(d):
"i486-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\
"i586-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\
"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",\
+ "mipsel-linux": "endian-little bit-32 common-glibc mips-common",\
+ "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc mips-common",\
+ "mips-linux": "endian-big bit-32 common-glibc mips-common",\
+ "mips-linux-uclibc": "endian-big bit-32 common-uclibc mips-common",\
"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",\