[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2905/8267] kernel-arch.bbclass: Add mipsisa{32, 64}r6{el, } support



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

    kernel-arch.bbclass: Add mipsisa{32, 64}r6{el, } support
    
    Add support for MIPS Release 6 ISA
    
    (From OE-Core rev: aecb57f2fd65a1bfbc2e9a23fba4984d44055c4c)
    
    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair Kakakhel imgtec com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/kernel-arch.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
index 3ed5986..8a4bef1 100644
--- a/meta/classes/kernel-arch.bbclass
+++ b/meta/classes/kernel-arch.bbclass
@@ -25,7 +25,7 @@ def map_kernel_arch(a, d):
     elif re.match('armeb$', a):                 return 'arm'
     elif re.match('aarch64$', a):               return 'arm64'
     elif re.match('aarch64_be$', a):            return 'arm64'
-    elif re.match('mips(el|64|64el)$', a):      return 'mips'
+    elif re.match('mips(isa|)(32|64|)(r6|)(el|)$', a):      return 'mips'
     elif re.match('p(pc|owerpc)(|64)', a):      return 'powerpc'
     elif re.match('sh(3|4)$', a):               return 'sh'
     elif re.match('bfin', a):                   return 'blackfin'


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