summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-12-16 15:14:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-22 08:50:16 +0000
commit6eb35af19aab8f45493ca8d6c3967b6c761825d2 (patch)
tree8f89c6891afba7a6fc5e27b42458cd299a0e8c45 /meta/classes/insane.bbclass
parent39f83be8bd7af58a125919c9e92d6b450f1193b1 (diff)
downloadpoky-6eb35af19aab8f45493ca8d6c3967b6c761825d2.tar.gz
arch-mips: Add MIPS 64r6 N32 tune
Add MIPS64R6-n32 tuning options. (From OE-Core rev: e723dbb9614f7d7e7e158bc9afd0b2bfac0fbee2) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 1a742cf6f8..f8f6e002f7 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -174,6 +174,8 @@ def package_qa_get_machine_dict(d):
174 "linux-gnun32" : { 174 "linux-gnun32" : {
175 "mips64": ( 8, 0, 0, False, 32), 175 "mips64": ( 8, 0, 0, False, 32),
176 "mips64el": ( 8, 0, 0, True, 32), 176 "mips64el": ( 8, 0, 0, True, 32),
177 "mipsisa64r6": ( 8, 0, 0, False, 32),
178 "mipsisa64r6el":( 8, 0, 0, True, 32),
177 }, 179 },
178 } 180 }
179 181