summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-11-08 17:35:56 -0700
committerMark Hatle <mark.hatle@amd.com>2023-11-08 17:35:59 -0700
commit7e03c9160f0984be508125b9b5a0410112aa1b6b (patch)
tree6c008e61624c5a7f5f6f83da8a809bed2fbd7b9c
parente4a68ae237490a60f371bc6d79e751f857d6d30d (diff)
downloadmeta-xilinx-7e03c9160f0984be508125b9b5a0410112aa1b6b.tar.gz
weston_%.bbappend: Remove duplicated in weston.inc
Results in patching error of weston, patch applied twice. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend b/meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend
deleted file mode 100644
index ca77f0d3..00000000
--- a/meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
1FILESEXTRAPATHS:prepend:zynqmp := "${THISDIR}/files:"
2
3SRC_URI:append:zynqmp = " file://0001-libweston-Remove-substitute-format-for-ARGB8888.patch"
4
5# Due to the SRC_URI zynqmp specific change, this needs to be SOC_FAMILY_ARCH specific
6SOC_FAMILY_ARCH ??= "${TUNE_PKGARCH}"
7DEFAULT_PACKAGE_ARCH := "${PACKAGE_ARCH}"
8DEFAULT_PACKAGE_ARCH:zynqmp = "${SOC_FAMILY_ARCH}"
9PACKAGE_ARCH = "${DEFAULT_PACKAGE_ARCH}"
10
11
12# Links to libmali-xlnx, so it becomes MACHINE_ARCH specific
13DEFAULT_PACKAGE_ARCH := "${PACKAGE_ARCH}"
14MALI_PACKAGE_ARCH[vardepsexclude] = "MACHINE_ARCH"
15MALI_PACKAGE_ARCH = "${@'${MACHINE_ARCH}' if d.getVar('PREFERRED_PROVIDER_virtual/libgles1') == 'libmali-xlnx' else '${DEFAULT_PACKAGE_ARCH}'}"
16PACKAGE_ARCH[vardepsexclude] = "MALI_PACKAGE_ARCH"
17PACKAGE_ARCH = "${@bb.utils.contains_any('DEPENDS', 'virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgbm', '${MALI_PACKAGE_ARCH}', '${DEFAULT_PACKAGE_ARCH}', d)}"