meta-digi-dey: update wayland for release rel_imx_6.6.52_2.2.0
* Remove wayland_1.22.0.bbappend, with changes originally added for Crank
UI (commit 25c699e05b), which we no longer support.
* Update wayland_%.bbappend to align with NXP’s rel_imx_6.6.52_2.2.0
release.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
a8c3bba9a8
commit
1ae68ffa59
|
|
@ -1,6 +1,9 @@
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
SRC_URI:append:imxgpu:arm = " \
|
# Add patches specific to i.MX 6 and 7 with GPU and set package arch accordingly
|
||||||
|
SRC_URI += "${SRC_URI_IMXGPU_PATCHES}"
|
||||||
|
SRC_URI_IMXGPU_PATCHES = ""
|
||||||
|
SRC_URI_IMXGPU_PATCHES:imxgpu:mx6-nxp-bsp = " \
|
||||||
file://0101-Revert-client-Do-not-warn-about-attached-proxies-on-.patch \
|
file://0101-Revert-client-Do-not-warn-about-attached-proxies-on-.patch \
|
||||||
file://0102-Revert-client-Abort-when-trying-to-add-an-event-to-a.patch \
|
file://0102-Revert-client-Abort-when-trying-to-add-an-event-to-a.patch \
|
||||||
file://0103-Revert-client-Warn-when-a-queue-is-destroyed-with-at.patch \
|
file://0103-Revert-client-Warn-when-a-queue-is-destroyed-with-at.patch \
|
||||||
|
|
@ -9,5 +12,8 @@ SRC_URI:append:imxgpu:arm = " \
|
||||||
file://0202-Set-the-default-max-buffer-size-to-unbounded.patch \
|
file://0202-Set-the-default-max-buffer-size-to-unbounded.patch \
|
||||||
file://0203-Log-the-object-and-methods-when-marshalling-or-sendi.patch \
|
file://0203-Log-the-object-and-methods-when-marshalling-or-sendi.patch \
|
||||||
file://0204-Fix-buffer-resize-crash.patch \
|
file://0204-Fix-buffer-resize-crash.patch \
|
||||||
file://0205-connection-avoid-calling-memcpy-on-NULL-0.patch \
|
file://0205-connection-avoid-calling-memcpy-on-NULL-0.patch"
|
||||||
"
|
SRC_URI_IMXGPU_PATCHES:imxgpu:mx7-nxp-bsp = " \
|
||||||
|
${SRC_URI_IMXGPU_PATCHES:imxgpu:mx6-nxp-bsp}"
|
||||||
|
PACKAGE_ARCH:imxgpu:mx6-nxp-bsp = "${MACHINE_SOCARCH}"
|
||||||
|
PACKAGE_ARCH:imxgpu:mx7-nxp-bsp = "${MACHINE_SOCARCH}"
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
# Copyright (C) 2020-2024, Digi International Inc.
|
|
||||||
|
|
||||||
FILES_SOLIBSDEV = " \
|
|
||||||
${base_libdir}/lib*${SOLIBSDEV} \
|
|
||||||
${libdir}/libwayland-client.so \
|
|
||||||
${libdir}/libwayland-cursor.so \
|
|
||||||
${libdir}/libwayland-server.so \
|
|
||||||
"
|
|
||||||
FILES:${PN} += "${libdir}/libwayland-egl.so"
|
|
||||||
|
|
||||||
RPROVIDES:${PN} = "libwayland-egl.so()(64bit)"
|
|
||||||
|
|
||||||
INSANE_SKIP:${PN} += "dev-so"
|
|
||||||
Loading…
Reference in New Issue