summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2021-01-23 20:06:52 -0600
committerMark Hatle <mark.hatle@kernel.crashing.org>2021-02-03 10:03:34 -0600
commite0b98958b4f5fbc346c8bca8ad4fc432f53f0435 (patch)
tree69eb9712bf657f54422b9238ba1546c4cfec7c9d /meta-microblaze/conf
parent613da127377fe5cc623ddfa5d3babc3666a2d6b6 (diff)
downloadmeta-xilinx-e0b98958b4f5fbc346c8bca8ad4fc432f53f0435.tar.gz
meta-microblaze gdb: Backport gdb 9.2 from master YP, and lock down version
We're not ready to move to a newer version of gdb at this time, so lock down on version 9.2. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-microblaze/conf')
-rw-r--r--meta-microblaze/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index e4e4d907..794e107a 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -12,3 +12,6 @@ BBFILE_PRIORITY_xilinx-microblaze = "5"
12LAYERDEPENDS_xilinx-microblaze = "core" 12LAYERDEPENDS_xilinx-microblaze = "core"
13 13
14LAYERSERIES_COMPAT_xilinx-microblaze = "dunfell gatesgarth" 14LAYERSERIES_COMPAT_xilinx-microblaze = "dunfell gatesgarth"
15
16# Until we've moved to a newer version, we need to stick on 9.2
17GDBVERSION_microblaze = "9.2"