[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2904/8267] insane.bbclass: Add mipsisa{32, 64}r6{el, }



commit 4ec02b3e54a11ee75c26e0527f7673e04ae6840b
Author: Zubair Lutfullah Kakakhel <Zubair Kakakhel imgtec com>
Date:   Tue Oct 4 12:31:13 2016 +0100

    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>

 meta/classes/insane.bbclass |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 2f3f768..b347638 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),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]