summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-05-24 14:28:53 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 15:01:47 -0700
commit2431836911b24b3d0e89eed947476d69c3ab8d94 (patch)
tree9ea7d44ea771d328a619a367de8ebacf3e8c9332 /meta-xilinx-bsp
parent2430f6812a79ab585eb0bd2317def78e8b38ba25 (diff)
downloadmeta-xilinx-2431836911b24b3d0e89eed947476d69c3ab8d94.tar.gz
mesa-demos: Update libmali dependency
Cleanup the mesa-demos to use the mali400 override instead of specific zynqmp variant overrides. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r--meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend b/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend
index 9644aa1b..c9570332 100644
--- a/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -1,9 +1,4 @@
1# OpenGL comes from libmali on ev/eg, when egl is enabled 1# OpenGL comes from libmali on ev/eg, when egl is enabled
2DEPENDS_MALI_XLNX = "${@bb.utils.contains('PACKAGECONFIG', 'egl', 'libmali-xlnx', '', d)}" 2DEPENDS_append_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' libmali-xlnx', '', d)}"
3PKG_ARCH_XLNX = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${TUNE_PKGARCH}', d)}"
4 3
5DEPENDS_append_zynqmp-ev = " ${DEPENDS_MALI_XLNX}" 4PACKAGE_ARCH_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${TUNE_PKGARCH}', d)}"
6DEPENDS_append_zynqmp-eg = " ${DEPENDS_MALI_XLNX}"
7
8PACKAGE_ARCH_zynqmp-ev = "${PKG_ARCH_XLNX}"
9PACKAGE_ARCH_zynqmp-eg = "${PKG_ARCH_XLNX}"