diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 10:31:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 10:31:21 +0000 |
commit | 62c6e3ef89aa62cd123e8bba73d98dcb9c205932 (patch) | |
tree | d2c56d4668b46c69a687cfacdbc0cb9d50a9bfed | |
parent | c67429e4a13139c8c0c5ef1029da10310c8ff1f3 (diff) | |
download | poky-62c6e3ef89aa62cd123e8bba73d98dcb9c205932.tar.gz |
siteinfo.bbclass: add mips support from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2911 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/siteinfo.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 4191f4edc1..c41a3ff369 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -42,6 +42,8 @@ def get_siteinfo_list(d): | |||
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",\ |
44 | "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc",\ | 44 | "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc",\ |
45 | "mips-linux": "endian-big bit-32 common-glibc",\ | ||
46 | "mips-linux-uclibc": "endian-big bit-32 common-uclibc",\ | ||
45 | "powerpc-darwin": "endian-big bit-32 common-darwin",\ | 47 | "powerpc-darwin": "endian-big bit-32 common-darwin",\ |
46 | "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\ | 48 | "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\ |
47 | "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\ | 49 | "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\ |