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-11-10 15:38:42 -0800
commitf8a54499f378d7a7de30a9a12b59e167297f3988 (patch)
tree8183f74a5f5c5355cf41264f8aca8997b54abf52
parentdcc81c0c5ffeab19ea02929a65a60398fcf46978 (diff)
downloadmeta-xilinx-f8a54499f378d7a7de30a9a12b59e167297f3988.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}"