summaryrefslogtreecommitdiffstats
path: root/meta/classes/siteinfo.bbclass
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2013-05-29 10:10:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-29 22:14:17 +0100
commitf543969c149f86e30fd408017377ee08a68a786b (patch)
tree7f179c66b53a41e82aa07c35c4522dd649e3586e /meta/classes/siteinfo.bbclass
parentaa6408b05c5eb17b6e9fc280069f3b15eafbdab0 (diff)
downloadpoky-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/classes/siteinfo.bbclass')
-rw-r--r--meta/classes/siteinfo.bbclass4
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",