summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-10-24 18:20:54 -0700
committerMark Hatle <mark.hatle@amd.com>2022-10-25 07:28:58 -0700
commitd6975320943432a3d60bbc5ecab2384cd20fa6ed (patch)
tree9f9e2dcd2d6a8c72ae3b3f16dfefbb96348f3497
parent28882a059630ae7bf4da5e01e25435190d27fcf8 (diff)
downloadmeta-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_%.bbappend8
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
2CONFLICT_MACHINE_FEATURES = "mali400"
3
4PACKAGECONFIG:append:zynqmp-eg = " lima"
5PACKAGECONFIG:append:zynqmp-ev = " lima"
6
7PACKAGE_ARCH:zynqmp-eg = "${SOC_VARIANT_ARCH}"
8PACKAGE_ARCH:zynqmp-ev = "${SOC_VARIANT_ARCH}"