diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-24 18:20:54 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-25 07:28:58 -0700 |
| commit | d6975320943432a3d60bbc5ecab2384cd20fa6ed (patch) | |
| tree | 9f9e2dcd2d6a8c72ae3b3f16dfefbb96348f3497 | |
| parent | 28882a059630ae7bf4da5e01e25435190d27fcf8 (diff) | |
| download | meta-xilinx-d6975320943432a3d60bbc5ecab2384cd20fa6ed.tar.gz | |
mesa: Enable lima support on zynqmp-eg and zynqmp-ev
Also completely disable if mali400 is enabled, the mesa-gl should be used
instead.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend b/meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 00000000..88199419 --- /dev/null +++ b/meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # This is not compatible with the mali400 driver, use mesa-gl instead | ||
| 2 | CONFLICT_MACHINE_FEATURES = "mali400" | ||
| 3 | |||
| 4 | PACKAGECONFIG:append:zynqmp-eg = " lima" | ||
| 5 | PACKAGECONFIG:append:zynqmp-ev = " lima" | ||
| 6 | |||
| 7 | PACKAGE_ARCH:zynqmp-eg = "${SOC_VARIANT_ARCH}" | ||
| 8 | PACKAGE_ARCH:zynqmp-ev = "${SOC_VARIANT_ARCH}" | ||
