diff options
| -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",\ | 
