From f8a54499f378d7a7de30a9a12b59e167297f3988 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 24 Oct 2022 18:20:54 -0700 Subject: 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 --- meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend 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 @@ +# This is not compatible with the mali400 driver, use mesa-gl instead +CONFLICT_MACHINE_FEATURES = "mali400" + +PACKAGECONFIG:append:zynqmp-eg = " lima" +PACKAGECONFIG:append:zynqmp-ev = " lima" + +PACKAGE_ARCH:zynqmp-eg = "${SOC_VARIANT_ARCH}" +PACKAGE_ARCH:zynqmp-ev = "${SOC_VARIANT_ARCH}" -- cgit v1.2.3-54-g00ecf