summaryrefslogtreecommitdiffstats
path: root/meta/classes/meson.bbclass
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2020-02-04 12:04:10 -0600
committerMark Hatle <mark.hatle@kernel.crashing.org>2020-02-04 13:54:35 -0600
commit1fa7d4e7535dd9385b7ebfcca0f96e1c8e5f4a59 (patch)
tree6fb08911b97431b9b0fa558fa24c11570de3406d /meta/classes/meson.bbclass
parent047a81033f70f402957d8beebc5a4019f394ae8b (diff)
downloadopenembedded-core-contrib-mgh/xilinx-microblaze.tar.gz
Microblaze: Adjust Linux items from microblazeeb to microblazemgh/xilinx-microblaze
Due to recent changes to the tune, in order to match config.guess, the name of the big-endian microblaze architecture was changes to 'microblaze'. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta/classes/meson.bbclass')
-rw-r--r--meta/classes/meson.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index 001602bd04..06034e8b47 100644
--- a/meta/classes/meson.bbclass
+++ b/meta/classes/meson.bbclass
@@ -57,7 +57,7 @@ def meson_cpu_family(var, d):
return 'mips64'
elif re.match(r"i[3-6]86", arch):
return "x86"
- elif arch == "microblazeel" or arch == "microblazeeb":
+ elif arch == "microblazeel":
return "microblaze"
else:
return arch