diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-26 17:52:44 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-26 17:52:44 -0700 |
| commit | b5235c7e230c3177db15db793f163c6ab674b932 (patch) | |
| tree | 18cb3ae81473ff23c39c04c5328e85c90d883db8 | |
| parent | 3d6d18a72997a80665b3a8d3572e98a71cadb41d (diff) | |
| download | meta-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_%.bbappend | 2 |
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:" | |||
| 2 | SRC_URI += "file://0001-DRI_Add_xlnx_dri.patch" | 2 | SRC_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 |
| 5 | CONFLICT_MACHINE_FEATURES = "mali400" | 5 | CONFLICT_MACHINE_FEATURES:class-target = "mali400" |
| 6 | 6 | ||
| 7 | PACKAGECONFIG:append:zynqmp-eg = " lima" | 7 | PACKAGECONFIG:append:zynqmp-eg = " lima" |
| 8 | PACKAGECONFIG:append:zynqmp-ev = " lima" | 8 | PACKAGECONFIG:append:zynqmp-ev = " lima" |
