diff options
| -rw-r--r-- | meta-xilinx-bsp/conf/layer.conf | 15 |
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" | |||
| 21 | LAYERSERIES_COMPAT_xilinx = "gatesgarth" | 21 | LAYERSERIES_COMPAT_xilinx = "gatesgarth" |
| 22 | 22 | ||
| 23 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 23 | SIGGEN_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 | ||
| 27 | XILINX_RELEASE_VERSION = "v2020.2" | 40 | XILINX_RELEASE_VERSION = "v2020.2" |
