aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-10-04 12:31:13 +0100
committerKoen Kooi <koen.kooi@linaro.org>2017-03-17 09:44:54 +0100
commit0881d0ee4a33faed17d513e03102f67d2333ad98 (patch)
tree41c3a4bf6bc4233ace3009d60381e60c9f837399
parent300f12ba85d4251663e1bf4a7829d63d7bb27694 (diff)
insane.bbclass: Add mipsisa{32, 64}r6{el, }
Add support for MIPS release 6 of the ISA Change-Id: I3c2becfc5207432fad5c66f460ffca65d7dd695d Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-ilp32/classes/insane.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ilp32/classes/insane.bbclass b/meta-ilp32/classes/insane.bbclass
index c8f20c25..d14c590f 100644
--- a/meta-ilp32/classes/insane.bbclass
+++ b/meta-ilp32/classes/insane.bbclass
@@ -89,6 +89,10 @@ def package_qa_get_machine_dict(d):
"mipsel": ( 8, 0, 0, True, 32),
"mips64": ( 8, 0, 0, False, 64),
"mips64el": ( 8, 0, 0, True, 64),
+ "mipsisa32r6": ( 8, 0, 0, False, 32),
+ "mipsisa32r6el": ( 8, 0, 0, True, 32),
+ "mipsisa64r6": ( 8, 0, 0, False, 64),
+ "mipsisa64r6el": ( 8, 0, 0, True, 64),
"nios2": (113, 0, 0, True, 32),
"s390": (22, 0, 0, False, 32),
"sh4": (42, 0, 0, True, 32),