summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/conf
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 22:12:04 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 22:12:06 -0700
commit6921a88182ce51763fcf61273972df99dc2faee5 (patch)
tree6505b60113f6192f347991a3a82b8bc6fb02b8d9 /meta-microblaze/conf
parent1d2c0f073d3102c3f8ff043d2c3039e6d360118f (diff)
downloadmeta-xilinx-6921a88182ce51763fcf61273972df99dc2faee5.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-microblaze/conf')
-rw-r--r--meta-microblaze/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index c2f7b4b0..678c5de0 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -12,5 +12,5 @@ BBFILE_PRIORITY_xilinx-microblaze = "5"
12LAYERDEPENDS_xilinx-microblaze = "core" 12LAYERDEPENDS_xilinx-microblaze = "core"
13 13
14# Until we've moved to a newer version, we need to stick on 9.2 14# Until we've moved to a newer version, we need to stick on 9.2
15GDBVERSION_microblaze = "9.2" 15GDBVERSION:microblaze = "9.2"
16LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth honister hardknott" 16LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth honister hardknott"