diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-10-04 12:31:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-07 16:43:57 +0100 |
commit | 80a42396742feddf7a98b53ff1708d4a340a2304 (patch) | |
tree | 092ac41a46b0f9c8ec33ac6da7a888890af799ad /meta/classes/siteinfo.bbclass | |
parent | 8535ed986768605160d79775ead2725bba15a682 (diff) | |
download | poky-80a42396742feddf7a98b53ff1708d4a340a2304.tar.gz |
siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support
Add support for MIPS Release 6 ISA
(From OE-Core rev: fcb67508be00cdd22181d6c9e4c3d29dfa578b45)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/siteinfo.bbclass')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 6a2e4bf560..6eca004c5e 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -36,7 +36,11 @@ def siteinfo_data(d): | |||
36 | "mips": "endian-big bit-32 mips-common", | 36 | "mips": "endian-big bit-32 mips-common", |
37 | "mips64": "endian-big bit-64 mips-common", | 37 | "mips64": "endian-big bit-64 mips-common", |
38 | "mips64el": "endian-little bit-64 mips-common", | 38 | "mips64el": "endian-little bit-64 mips-common", |
39 | "mipsisa64r6": "endian-big bit-64 mips-common", | ||
40 | "mipsisa64r6el": "endian-little bit-64 mips-common", | ||
39 | "mipsel": "endian-little bit-32 mips-common", | 41 | "mipsel": "endian-little bit-32 mips-common", |
42 | "mipsisa32r6": "endian-big bit-32 mips-common", | ||
43 | "mipsisa32r6el": "endian-little bit-32 mips-common", | ||
40 | "powerpc": "endian-big bit-32 powerpc-common", | 44 | "powerpc": "endian-big bit-32 powerpc-common", |
41 | "nios2": "endian-little bit-32 nios2-common", | 45 | "nios2": "endian-little bit-32 nios2-common", |
42 | "powerpc64": "endian-big bit-64 powerpc-common", | 46 | "powerpc64": "endian-big bit-64 powerpc-common", |