summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
new file mode 100644
index 00000000..c505501f
--- /dev/null
+++ b/meta-xilinx-core/conf/layer.conf
@@ -0,0 +1,42 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "xilinx"
9BBFILE_PATTERN_xilinx = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "5"
11
12BBFILES_DYNAMIC += " \
13openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \
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 \
17"
18
19LAYERDEPENDS_xilinx = "core"
20
21LAYERSERIES_COMPAT_xilinx = " gatesgarth honister hardknott"
22
23SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
24 *->zocl \
25 *->cairo \
26 *->libepoxy \
27 *->gstreamer1.0-plugins-base \
28 *->gtk+ \
29 *->gtk+3 \
30 *->libglu \
31 *->libsdl \
32 *->libsdl2 \
33 *->mesa \
34 *->mesa-gl \
35 *->qemu \
36 *->virglrenderer \
37 *->xserver-xorg \
38"
39
40XILINX_RELEASE_VERSION = "v2022.1"
41
42HOSTTOOLS += "xxd"