summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-11-25 10:58:30 -0600
committerMark Hatle <mark.hatle@amd.com>2023-04-07 17:50:36 -0700
commit8659dea92e3a942e3853ffac9a8f64d63fe44344 (patch)
treed1a8c65372a2dc81852658198c425f6530e91d26 /meta-xilinx-core/conf/layer.conf
parent6b4197aa3e04e9ea6bc021fe459519ace7f04e6e (diff)
downloadmeta-xilinx-8659dea92e3a942e3853ffac9a8f64d63fe44344.tar.gz
Drop meta-browser support
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 0a2240ed..53c7e1a7 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -12,8 +12,6 @@ BBFILE_PRIORITY_xilinx = "5"
12BBFILES_DYNAMIC += " \ 12BBFILES_DYNAMIC += " \
13openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ 13openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \
14openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ 14openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \
15chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \
16chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \
17meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ 15meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
18meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ 16meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
19virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \ 17virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \
@@ -23,7 +21,7 @@ xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bbappend
23" 21"
24 22
25LAYERDEPENDS_xilinx = "core" 23LAYERDEPENDS_xilinx = "core"
26LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer" 24LAYERRECOMMENDS_xilinx = "openembedded-layer"
27 25
28LAYERSERIES_COMPAT_xilinx = "langdale" 26LAYERSERIES_COMPAT_xilinx = "langdale"
29 27