summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-15 13:52:16 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-14 15:37:02 -0800
commitf900c6a0c8908e370689235230094308ec419cf9 (patch)
treebd9ca83e452c263c7a421b826086048cf8130f34 /meta-xilinx-bsp/conf/layer.conf
parentaaddcc3f785404da04af9ea3d005f2f520b4ec9e (diff)
downloadmeta-xilinx-f900c6a0c8908e370689235230094308ec419cf9.tar.gz
Initial restructure/split of meta-xilinx-bsp
Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/layer.conf')
-rw-r--r--meta-xilinx-bsp/conf/layer.conf38
1 files changed, 5 insertions, 33 deletions
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf
index 7d414c0a..cee8b3c8 100644
--- a/meta-xilinx-bsp/conf/layer.conf
+++ b/meta-xilinx-bsp/conf/layer.conf
@@ -5,38 +5,10 @@ BBPATH .= ":${LAYERDIR}"
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend" 6BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "xilinx" 8BBFILE_COLLECTIONS += "xilinx-bsp"
9BBFILE_PATTERN_xilinx = "^${LAYERDIR}/" 9BBFILE_PATTERN_xilinx-bsp = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "5" 10BBFILE_PRIORITY_xilinx-bsp = "5"
11 11
12BBFILES_DYNAMIC += " \ 12LAYERDEPENDS_xilinx-bsp = "xilinx"
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 13
19LAYERDEPENDS_xilinx = "core" 14LAYERSERIES_COMPAT_xilinx-bsp = "honister"
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 = "v2021.2"
41
42HOSTTOOLS += "xxd"