summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-10-04 12:31:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-07 16:43:57 +0100
commit4ec02b3e54a11ee75c26e0527f7673e04ae6840b (patch)
treed48ddc9cd177f9f3658126a0b0b5cf1445ae73d1 /meta/classes/insane.bbclass
parent0623259559f3160ce426ca9eecfd145711bfd016 (diff)
downloadpoky-4ec02b3e54a11ee75c26e0527f7673e04ae6840b.tar.gz
insane.bbclass: Add mipsisa{32, 64}r6{el, }
Add support for MIPS release 6 of the ISA (From OE-Core rev: 6613ee0155de1e0afd30cd8d8290eda3f7486337) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 2f3f768d58..b347638d72 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -87,6 +87,10 @@ def package_qa_get_machine_dict(d):
87 "mipsel": ( 8, 0, 0, True, 32), 87 "mipsel": ( 8, 0, 0, True, 32),
88 "mips64": ( 8, 0, 0, False, 64), 88 "mips64": ( 8, 0, 0, False, 64),
89 "mips64el": ( 8, 0, 0, True, 64), 89 "mips64el": ( 8, 0, 0, True, 64),
90 "mipsisa32r6": ( 8, 0, 0, False, 32),
91 "mipsisa32r6el": ( 8, 0, 0, True, 32),
92 "mipsisa64r6": ( 8, 0, 0, False, 64),
93 "mipsisa64r6el": ( 8, 0, 0, True, 64),
90 "nios2": (113, 0, 0, True, 32), 94 "nios2": (113, 0, 0, True, 32),
91 "s390": (22, 0, 0, False, 32), 95 "s390": (22, 0, 0, False, 32),
92 "sh4": (42, 0, 0, True, 32), 96 "sh4": (42, 0, 0, True, 32),