diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-06 23:14:02 -0700 | 
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 22:05:20 -0700 | 
| commit | f516cfcac0b2d56aebe1da2a00301c669ca77ab9 (patch) | |
| tree | fad4aedc9ba912ce20cea9db1381b8bf66091518 | |
| parent | e18aba581c7f3f8518b8a9a850b6fe1eabc285ff (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/classes/siteinfo.bbclass | 8 | 
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): | |||
| 40 | "i486-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ | 40 | "i486-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ | 
| 41 | "i586-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ | 41 | "i586-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ | 
| 42 | "i686-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ | 42 | "i686-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ | 
| 43 | "mipsel-linux": "endian-little bit-32 common-glibc",\ | 43 | "mipsel-linux": "endian-little bit-32 common-glibc mips-common",\ | 
| 44 | "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc",\ | 44 | "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc mips-common",\ | 
| 45 | "mips-linux": "endian-big bit-32 common-glibc",\ | 45 | "mips-linux": "endian-big bit-32 common-glibc mips-common",\ | 
| 46 | "mips-linux-uclibc": "endian-big bit-32 common-uclibc",\ | 46 | "mips-linux-uclibc": "endian-big bit-32 common-uclibc mips-common",\ | 
| 47 | "powerpc-darwin": "endian-big bit-32 common-darwin",\ | 47 | "powerpc-darwin": "endian-big bit-32 common-darwin",\ | 
| 48 | "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\ | 48 | "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\ | 
| 49 | "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\ | 49 | "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\ | 
