summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-05-07 10:47:37 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 15:01:47 -0700
commit73f8eb8025e254f73080dfe068a6a0e050809156 (patch)
tree7b2f6f530777492bbd68fc121332ed94855767fe /meta-xilinx-bsp/conf/layer.conf
parentcfabd40d90e59fcf549de317f8ca0b8bac837eeb (diff)
downloadmeta-xilinx-73f8eb8025e254f73080dfe068a6a0e050809156.tar.gz
conf/layer.conf: define safe recipes for binary updates
Issue: CR-1099768 Each specified recipe has a stable API, so when they rebuild, don't trigger dependent packages to rebuild. This often happens because each of these packages has some sort of SOC or MACHINE specific configuration that may cause different versions of the package to be built. 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.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf
index 4c3e96c3..dfd629b7 100644
--- a/meta-xilinx-bsp/conf/layer.conf
+++ b/meta-xilinx-bsp/conf/layer.conf
@@ -21,7 +21,20 @@ LAYERDEPENDS_xilinx = "core"
21LAYERSERIES_COMPAT_xilinx = "gatesgarth" 21LAYERSERIES_COMPAT_xilinx = "gatesgarth"
22 22
23SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 23SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
24 xrt->zocl \ 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 \
25" 38"
26 39
27XILINX_RELEASE_VERSION = "v2020.2" 40XILINX_RELEASE_VERSION = "v2020.2"