summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-02-09 16:52:17 -0800
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commit14f19da72b805fb3207b5be9227759e7d33781be (patch)
tree06f69a46882ad6e6326b7cf0780aba667fd99e2c /meta-xilinx-core/conf/layer.conf
parenta98695135c2c6d33c400dc1cfe6c70e32d9e56f4 (diff)
downloadmeta-xilinx-14f19da72b805fb3207b5be9227759e7d33781be.tar.gz
meta-xilinx-core: No longer ignore mesa, mesa-gl or virgl dependencies
As we now support enabling for libmali and lima, we want to ensure that the components are rebuilt if/when we switch between the configurations. This is especially true on a non-graphics optimized part. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 2da26edd..d7ec2abe 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -37,10 +37,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
37 *->libglu \ 37 *->libglu \
38 *->libsdl \ 38 *->libsdl \
39 *->libsdl2 \ 39 *->libsdl2 \
40 *->mesa \
41 *->mesa-gl \
42 *->qemu \ 40 *->qemu \
43 *->virglrenderer \
44 *->xserver-xorg \ 41 *->xserver-xorg \
45" 42"
46 43