diff options
-rw-r--r-- | meta-microblaze/conf/layer.conf | 3 | ||||
-rw-r--r-- | meta-xilinx-bsp/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-contrib/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-pynq/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-standalone/conf/layer.conf | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf index 794e107a..5095dc93 100644 --- a/meta-microblaze/conf/layer.conf +++ b/meta-microblaze/conf/layer.conf | |||
@@ -11,7 +11,6 @@ BBFILE_PRIORITY_xilinx-microblaze = "5" | |||
11 | 11 | ||
12 | LAYERDEPENDS_xilinx-microblaze = "core" | 12 | LAYERDEPENDS_xilinx-microblaze = "core" |
13 | 13 | ||
14 | LAYERSERIES_COMPAT_xilinx-microblaze = "dunfell gatesgarth" | ||
15 | |||
16 | # 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 |
17 | GDBVERSION_microblaze = "9.2" | 15 | GDBVERSION_microblaze = "9.2" |
16 | LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth" | ||
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf index dd0e4e03..12e14cd3 100644 --- a/meta-xilinx-bsp/conf/layer.conf +++ b/meta-xilinx-bsp/conf/layer.conf | |||
@@ -16,7 +16,7 @@ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.b | |||
16 | 16 | ||
17 | LAYERDEPENDS_xilinx = "core" | 17 | LAYERDEPENDS_xilinx = "core" |
18 | 18 | ||
19 | LAYERSERIES_COMPAT_xilinx = "dunfell gatesgarth" | 19 | LAYERSERIES_COMPAT_xilinx = "gatesgarth" |
20 | 20 | ||
21 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 21 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
22 | xrt->zocl \ | 22 | xrt->zocl \ |
diff --git a/meta-xilinx-contrib/conf/layer.conf b/meta-xilinx-contrib/conf/layer.conf index 7da47298..0a561239 100644 --- a/meta-xilinx-contrib/conf/layer.conf +++ b/meta-xilinx-contrib/conf/layer.conf | |||
@@ -12,6 +12,6 @@ BBFILE_PRIORITY_xilinx-contrib = "5" | |||
12 | LAYERDEPENDS_xilinx-contrib = "core" | 12 | LAYERDEPENDS_xilinx-contrib = "core" |
13 | LAYERDEPENDS_xilinx-contrib = "xilinx" | 13 | LAYERDEPENDS_xilinx-contrib = "xilinx" |
14 | 14 | ||
15 | LAYERSERIES_COMPAT_xilinx-contrib = "dunfell gatesgarth" | 15 | LAYERSERIES_COMPAT_xilinx-contrib = "gatesgarth" |
16 | 16 | ||
17 | XILINX_RELEASE_VERSION = "v2020.2" | 17 | XILINX_RELEASE_VERSION = "v2020.2" |
diff --git a/meta-xilinx-pynq/conf/layer.conf b/meta-xilinx-pynq/conf/layer.conf index 0168bb4a..95092fb5 100644 --- a/meta-xilinx-pynq/conf/layer.conf +++ b/meta-xilinx-pynq/conf/layer.conf | |||
@@ -11,5 +11,5 @@ BBFILE_PRIORITY_xilinx-pynq = "5" | |||
11 | 11 | ||
12 | LAYERDEPENDS_xilinx-pynq = "core xilinx" | 12 | LAYERDEPENDS_xilinx-pynq = "core xilinx" |
13 | 13 | ||
14 | LAYERSERIES_COMPAT_xilinx-pynq = "dunfell gatesgarth" | 14 | LAYERSERIES_COMPAT_xilinx-pynq = "gatesgarth" |
15 | 15 | ||
diff --git a/meta-xilinx-standalone/conf/layer.conf b/meta-xilinx-standalone/conf/layer.conf index de1acee8..5f14ba14 100644 --- a/meta-xilinx-standalone/conf/layer.conf +++ b/meta-xilinx-standalone/conf/layer.conf | |||
@@ -15,5 +15,5 @@ BBFILE_PRIORITY_xilinx-standalone = "7" | |||
15 | LAYERDEPENDS_xilinx-standalone = "core xilinx" | 15 | LAYERDEPENDS_xilinx-standalone = "core xilinx" |
16 | LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze" | 16 | LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_xilinx-standalone = "dunfell gatesgarth" | 18 | LAYERSERIES_COMPAT_xilinx-standalone = "gatesgarth" |
19 | XILINX_RELEASE_VERSION = "v2020.2" | 19 | XILINX_RELEASE_VERSION = "v2020.2" |