summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-10-26 17:52:44 -0700
committerMark Hatle <mark.hatle@amd.com>2022-11-10 15:38:42 -0800
commit7c13d552a79c16e31909348f35ec173eb1c3795f (patch)
tree6ad37ed6eefb82862837a9c364e9f2a1217da62f /meta-xilinx-core
parent958a7720600630eb3bd3b6df630a1dd6b5a5d8ed (diff)
downloadmeta-xilinx-7c13d552a79c16e31909348f35ec173eb1c3795f.tar.gz
mesa: Fix mesa-native when mali400 is enabled
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend b/meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend
index 1da5bfcf..c85cee25 100644
--- a/meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend
+++ b/meta-xilinx-core/recipes-graphics/mesa/mesa_%.bbappend
@@ -2,7 +2,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2SRC_URI += "file://0001-DRI_Add_xlnx_dri.patch" 2SRC_URI += "file://0001-DRI_Add_xlnx_dri.patch"
3 3
4# This is not compatible with the mali400 driver, use mesa-gl instead 4# This is not compatible with the mali400 driver, use mesa-gl instead
5CONFLICT_MACHINE_FEATURES = "mali400" 5CONFLICT_MACHINE_FEATURES:class-target = "mali400"
6 6
7PACKAGECONFIG:append:zynqmp-eg = " lima" 7PACKAGECONFIG:append:zynqmp-eg = " lima"
8PACKAGECONFIG:append:zynqmp-ev = " lima" 8PACKAGECONFIG:append:zynqmp-ev = " lima"