summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-bsp/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch (renamed from meta-xilinx-bsp/recipes-graphics/weston/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch)0
-rw-r--r--meta-xilinx-bsp/recipes-graphics/wayland/files/weston.ini (renamed from meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini)0
-rw-r--r--meta-xilinx-bsp/recipes-graphics/wayland/weston-init%.bbappend (renamed from meta-xilinx-bsp/recipes-graphics/weston/weston-init%.bbappend)0
-rw-r--r--meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend17
-rw-r--r--meta-xilinx-bsp/recipes-graphics/weston/weston_%.bbappend3
5 files changed, 11 insertions, 9 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/weston/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch b/meta-xilinx-bsp/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch
index 33d33b0f..33d33b0f 100644
--- a/meta-xilinx-bsp/recipes-graphics/weston/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch
+++ b/meta-xilinx-bsp/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch
diff --git a/meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini b/meta-xilinx-bsp/recipes-graphics/wayland/files/weston.ini
index 2ff81795..2ff81795 100644
--- a/meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini
+++ b/meta-xilinx-bsp/recipes-graphics/wayland/files/weston.ini
diff --git a/meta-xilinx-bsp/recipes-graphics/weston/weston-init%.bbappend b/meta-xilinx-bsp/recipes-graphics/wayland/weston-init%.bbappend
index aaee7f5d..aaee7f5d 100644
--- a/meta-xilinx-bsp/recipes-graphics/weston/weston-init%.bbappend
+++ b/meta-xilinx-bsp/recipes-graphics/wayland/weston-init%.bbappend
diff --git a/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend b/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend
index 9644aa1b..19d8ac6c 100644
--- a/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend
+++ b/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend
@@ -1,9 +1,14 @@
1FILESEXTRAPATHS_prepend_zynqmp := "${THISDIR}/files:"
2
3SRC_URI_append_zynqmp = " file://0001-libweston-Remove-substitute-format-for-ARGB8888.patch"
4
1# OpenGL comes from libmali on ev/eg, when egl is enabled 5# OpenGL comes from libmali on ev/eg, when egl is enabled
2DEPENDS_MALI_XLNX = "${@bb.utils.contains('PACKAGECONFIG', 'egl', 'libmali-xlnx', '', d)}" 6DEPENDS_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 7
5DEPENDS_append_zynqmp-ev = " ${DEPENDS_MALI_XLNX}" 8# Due to the SRC_URI zynqmp specific change, this needs to be SOC_FAMILY_ARCH specific
6DEPENDS_append_zynqmp-eg = " ${DEPENDS_MALI_XLNX}" 9SOC_FAMILY_ARCH ??= "${TUNE_PKGARCH}"
10ZYNQMP_PKGARCH = "${SOC_FAMILY_ARCH}"
11# But if egl is enabled, we also need to be SOC_VARIANT_ARCH specific due to libmali
12ZYNQMP_PKGARCH_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${SOC_FAMILY_ARCH}', d)}"
7 13
8PACKAGE_ARCH_zynqmp-ev = "${PKG_ARCH_XLNX}" 14PACKAGE_ARCH_zynqmp = "${ZYNQMP_PKGARCH}"
9PACKAGE_ARCH_zynqmp-eg = "${PKG_ARCH_XLNX}"
diff --git a/meta-xilinx-bsp/recipes-graphics/weston/weston_%.bbappend b/meta-xilinx-bsp/recipes-graphics/weston/weston_%.bbappend
deleted file mode 100644
index d1912a81..00000000
--- a/meta-xilinx-bsp/recipes-graphics/weston/weston_%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
1FILESEXTRAPATHS_prepend_zynqmp := "${THISDIR}/files:"
2
3SRC_URI_append_zynqmp = " file://0001-libweston-Remove-substitute-format-for-ARGB8888.patch"