summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-04-25 15:37:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-21 09:59:02 +0100
commit8bc899a1b808173624bea00ad319ba94c386080a (patch)
treefb31d198edc1848d998e9de910a4c70eb9218bde /meta/classes
parentefcd3825969fc925b03b1aab9e916003be5eadb7 (diff)
downloadast2050-yocto-poky-8bc899a1b808173624bea00ad319ba94c386080a.zip
ast2050-yocto-poky-8bc899a1b808173624bea00ad319ba94c386080a.tar.gz
kernel-arch.bbclass: Map mips64{el} to mips KARCH
(From OE-Core rev: 22ce249a814f750bc47ead9ce281fcbd63c775c8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel-arch.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
index d37c1fb..e186422 100644
--- a/meta/classes/kernel-arch.bbclass
+++ b/meta/classes/kernel-arch.bbclass
@@ -23,7 +23,7 @@ def map_kernel_arch(a, d):
if re.match('(i.86|athlon|x86.64)$', a): return 'x86'
elif re.match('arm26$', a): return 'arm26'
elif re.match('armeb$', a): return 'arm'
- elif re.match('mipsel$', a): return 'mips'
+ elif re.match('mips(el|64|64el)$', 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'
OpenPOWER on IntegriCloud