diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-24 18:20:54 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:38:42 -0800 |
| commit | f8a54499f378d7a7de30a9a12b59e167297f3988 (patch) | |
| tree | 8183f74a5f5c5355cf41264f8aca8997b54abf52 | |
| parent | dcc81c0c5ffeab19ea02929a65a60398fcf46978 (diff) | |
| download | meta-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_%.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}" | ||
