summaryrefslogtreecommitdiffstats
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-10-26 17:52:44 -0700
commitb5235c7e230c3177db15db793f163c6ab674b932 (patch)
tree18cb3ae81473ff23c39c04c5328e85c90d883db8
parent3d6d18a72997a80665b3a8d3572e98a71cadb41d (diff)
downloadmeta-xilinx-b5235c7e230c3177db15db793f163c6ab674b932.tar.gz
mesa: Fix mesa-native when mali400 is enabled
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-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"