diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-05-29 10:10:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-29 22:14:17 +0100 |
commit | f543969c149f86e30fd408017377ee08a68a786b (patch) | |
tree | 7f179c66b53a41e82aa07c35c4522dd649e3586e /meta | |
parent | aa6408b05c5eb17b6e9fc280069f3b15eafbdab0 (diff) | |
download | poky-f543969c149f86e30fd408017377ee08a68a786b.tar.gz |
siteinfo.bbclass: Add mips64 common siteinfo
There is no mips64-common file, replace the definition with mips-common.
(From OE-Core rev: b6107abd50da651596c43119001cfc80fdf87554)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 09f88c6539..8705eaa243 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -31,8 +31,8 @@ def siteinfo_data(d): | |||
31 | "microblaze": "endian-big bit-32 microblaze-common", | 31 | "microblaze": "endian-big bit-32 microblaze-common", |
32 | "microblazeel": "endian-little bit-32 microblaze-common", | 32 | "microblazeel": "endian-little bit-32 microblaze-common", |
33 | "mips": "endian-big bit-32 mips-common", | 33 | "mips": "endian-big bit-32 mips-common", |
34 | "mips64": "endian-big bit-64 mips64-common", | 34 | "mips64": "endian-big bit-64 mips-common", |
35 | "mips64el": "endian-little bit-64 mips64-common", | 35 | "mips64el": "endian-little bit-64 mips-common", |
36 | "mipsel": "endian-little bit-32 mips-common", | 36 | "mipsel": "endian-little bit-32 mips-common", |
37 | "powerpc": "endian-big bit-32 powerpc-common", | 37 | "powerpc": "endian-big bit-32 powerpc-common", |
38 | "nios2": "endian-little bit-32 nios2-common", | 38 | "nios2": "endian-little bit-32 nios2-common", |