From 73f8eb8025e254f73080dfe068a6a0e050809156 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 7 May 2021 10:47:37 -0700 Subject: 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 --- meta-xilinx-bsp/conf/layer.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'meta-xilinx-bsp/conf/layer.conf') 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" LAYERSERIES_COMPAT_xilinx = "gatesgarth" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ - xrt->zocl \ + *->zocl \ + *->cairo \ + *->libepoxy \ + *->gstreamer1.0-plugins-base \ + *->gtk+ \ + *->gtk+3 \ + *->libglu \ + *->libsdl \ + *->libsdl2 \ + *->mesa \ + *->mesa-gl \ + *->qemu \ + *->virglrenderer \ + *->xserver-xorg \ " XILINX_RELEASE_VERSION = "v2020.2" -- cgit v1.2.3-54-g00ecf