diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-26 17:52:44 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:38:42 -0800 |
| commit | 7c13d552a79c16e31909348f35ec173eb1c3795f (patch) | |
| tree | 6ad37ed6eefb82862837a9c364e9f2a1217da62f /meta-xilinx-core | |
| parent | 958a7720600630eb3bd3b6df630a1dd6b5a5d8ed (diff) | |
| download | meta-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_%.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" |
