From: Zubair Lutfullah Kakakhel Date: Tue, 4 Oct 2016 11:31:13 +0000 (+0100) Subject: insane.bbclass: Add mipsisa{32, 64}r6{el, } X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6613ee0155de1e0afd30cd8d8290eda3f7486337;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: Add mipsisa{32, 64}r6{el, } Add support for MIPS release 6 of the ISA Signed-off-by: Zubair Lutfullah Kakakhel Signed-off-by: Richard Purdie --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 2f3f768d580..b347638d725 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -87,6 +87,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),