diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-05-04 19:43:12 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-08-31 19:46:47 -0500 |
commit | 27060e7a41064af8d7495b7dd6b79fa87e4453f5 (patch) | |
tree | 765808061e94c0d75370febf23372c08e30d6b0c | |
parent | 4e02e8ad28aa4db6e376483a846523fbfa149a66 (diff) | |
download | meta-xilinx-27060e7a41064af8d7495b7dd6b79fa87e4453f5.tar.gz |
meta-xilinx-core: Switch layer to kirkstone
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 457853f7..b2b28f3c 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -23,7 +23,7 @@ virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/* | |||
23 | LAYERDEPENDS_xilinx = "core" | 23 | LAYERDEPENDS_xilinx = "core" |
24 | LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer" | 24 | LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer" |
25 | 25 | ||
26 | LAYERSERIES_COMPAT_xilinx = "honister" | 26 | LAYERSERIES_COMPAT_xilinx = "kirkstone" |
27 | 27 | ||
28 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 28 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
29 | *->zocl \ | 29 | *->zocl \ |