diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-02-09 16:52:17 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-10 09:40:13 -0600 |
| commit | 4327da7545dd0760f802b99983f24f8625e8d783 (patch) | |
| tree | 679103000baf8e9ea352a9ab2eb7e870a3ac9c6d | |
| parent | ae8d2c3baa1f3213d90589322480614e21e36a71 (diff) | |
| download | meta-xilinx-4327da7545dd0760f802b99983f24f8625e8d783.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>
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 350b1af1..57a76049 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 | ||
