diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-15 09:48:41 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-15 09:48:41 -0700 |
commit | 53b751d86fc3f2759e20853ebef05c306a8a5b08 (patch) | |
tree | b4abfc031dbf4d89239e6eab08c652a446990899 | |
parent | 6ee93d9bc3c5c3c18add72958de4a2a3c74d46a5 (diff) | |
download | meta-xilinx-53b751d86fc3f2759e20853ebef05c306a8a5b08.tar.gz |
layer.conf: Add honister hardknott LAYER COMPAT
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-microblaze/conf/layer.conf | 2 | ||||
-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-experimental/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-standalone/conf/layer.conf | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf index 5095dc93..c2f7b4b0 100644 --- a/meta-microblaze/conf/layer.conf +++ b/meta-microblaze/conf/layer.conf | |||
@@ -13,4 +13,4 @@ LAYERDEPENDS_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 |
15 | GDBVERSION_microblaze = "9.2" | 15 | GDBVERSION_microblaze = "9.2" |
16 | LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth" | 16 | LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth honister hardknott" |
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf index 003ae055..6b2c63d1 100644 --- a/meta-xilinx-bsp/conf/layer.conf +++ b/meta-xilinx-bsp/conf/layer.conf | |||
@@ -18,7 +18,7 @@ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes | |||
18 | 18 | ||
19 | LAYERDEPENDS_xilinx = "core" | 19 | LAYERDEPENDS_xilinx = "core" |
20 | 20 | ||
21 | LAYERSERIES_COMPAT_xilinx = "gatesgarth" | 21 | LAYERSERIES_COMPAT_xilinx = " gatesgarth honister hardknott" |
22 | 22 | ||
23 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 23 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
24 | *->zocl \ | 24 | *->zocl \ |
diff --git a/meta-xilinx-contrib/conf/layer.conf b/meta-xilinx-contrib/conf/layer.conf index b65e4cd5..6e10f1b7 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 = "gatesgarth" | 15 | LAYERSERIES_COMPAT_xilinx-contrib = "gatesgarth honister hardknott" |
16 | 16 | ||
17 | XILINX_RELEASE_VERSION = "v2021.1" | 17 | XILINX_RELEASE_VERSION = "v2021.1" |
diff --git a/meta-xilinx-pynq/conf/layer.conf b/meta-xilinx-pynq/conf/layer.conf index 95092fb5..c15991c6 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 = "gatesgarth" | 14 | LAYERSERIES_COMPAT_xilinx-pynq = "gatesgarth honister hardknott" |
15 | 15 | ||
diff --git a/meta-xilinx-standalone-experimental/conf/layer.conf b/meta-xilinx-standalone-experimental/conf/layer.conf index 8876ac94..1372194b 100644 --- a/meta-xilinx-standalone-experimental/conf/layer.conf +++ b/meta-xilinx-standalone-experimental/conf/layer.conf | |||
@@ -18,4 +18,4 @@ LAYERDEPENDS_xilinx-standalone-exp = "core \ | |||
18 | xilinx-microblaze \ | 18 | xilinx-microblaze \ |
19 | " | 19 | " |
20 | 20 | ||
21 | LAYERSERIES_COMPAT_xilinx-standalone-exp = "gatesgarth" | 21 | LAYERSERIES_COMPAT_xilinx-standalone-exp = "gatesgarth honister hardknott" |
diff --git a/meta-xilinx-standalone/conf/layer.conf b/meta-xilinx-standalone/conf/layer.conf index 9c3ba405..09e34994 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 = "gatesgarth" | 18 | LAYERSERIES_COMPAT_xilinx-standalone = "gatesgarth honister hardknott" |
19 | XILINX_RELEASE_VERSION = "v2021.1" | 19 | XILINX_RELEASE_VERSION = "v2021.1" |