]> code.ossystems Code Review - openembedded-core.git/commitdiff
siteinfo.bbclass: add mips-common to mips targets
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 7 Jul 2010 06:14:02 +0000 (23:14 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 9 Jul 2010 05:05:20 +0000 (22:05 -0700)
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>
meta/classes/siteinfo.bbclass

index 506a7aa1d2c292314f72e546afb2690b60d4524a..c4206c2d85886ab1b32b0b64aea250e7c6d5c28a 100644 (file)
@@ -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",\