diff options
| author | Zelan Zou <zelan.zou@nxp.com> | 2026-03-27 16:46:30 +0800 |
|---|---|---|
| committer | Zelan Zou <zelan.zou@nxp.com> | 2026-03-30 11:06:03 +0800 |
| commit | 09a51215c5779370127450ecd2672189cf8f6de9 (patch) | |
| tree | 7d46f01b54e2bc103d03ce9a3156cab553b422ba | |
| parent | dfbd338cfd6b9e11c7fe0d1ec39e720dfe19c988 (diff) | |
| download | meta-freescale-09a51215c5779370127450ecd2672189cf8f6de9.tar.gz | |
xwayland: Follow OE-CORE version 24.1.6 -> 24.1.9
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| -rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
| -rw-r--r-- | recipes-graphics/xwayland/xwayland_%.bbappend (renamed from recipes-graphics/xwayland/xwayland_24.1.6.imx.bbappend) | 0 | ||||
| -rw-r--r-- | recipes-graphics/xwayland/xwayland_24.1.6.imx.bb | 62 |
3 files changed, 0 insertions, 64 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index e3309c462..2a11cf741 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -596,8 +596,6 @@ PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.5.imx" | |||
| 596 | PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx" | 596 | PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx" |
| 597 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" | 597 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" |
| 598 | 598 | ||
| 599 | PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "24.1.6.imx" | ||
| 600 | |||
| 601 | # Use i.MX libdrm Version | 599 | # Use i.MX libdrm Version |
| 602 | PREFERRED_VERSION_libdrm:imx-nxp-bsp ??= "2.4.123.imx" | 600 | PREFERRED_VERSION_libdrm:imx-nxp-bsp ??= "2.4.123.imx" |
| 603 | 601 | ||
diff --git a/recipes-graphics/xwayland/xwayland_24.1.6.imx.bbappend b/recipes-graphics/xwayland/xwayland_%.bbappend index d8f5bdde5..d8f5bdde5 100644 --- a/recipes-graphics/xwayland/xwayland_24.1.6.imx.bbappend +++ b/recipes-graphics/xwayland/xwayland_%.bbappend | |||
diff --git a/recipes-graphics/xwayland/xwayland_24.1.6.imx.bb b/recipes-graphics/xwayland/xwayland_24.1.6.imx.bb deleted file mode 100644 index 1d7ee80f6..000000000 --- a/recipes-graphics/xwayland/xwayland_24.1.6.imx.bb +++ /dev/null | |||
| @@ -1,62 +0,0 @@ | |||
| 1 | # This recipe copy helps keep meta-freescale master branch compatible | ||
| 2 | # with Yocto walnascar. | ||
| 3 | # (From OE-Core rev: 737e612ca36bbdf415a911644eb7592cf9389846847b47fa46dc705bd754d2d7) | ||
| 4 | |||
| 5 | SUMMARY = "XWayland is an X Server that runs under Wayland." | ||
| 6 | DESCRIPTION = "XWayland is an X Server running as a Wayland client, \ | ||
| 7 | and thus is capable of displaying native X11 client applications in a \ | ||
| 8 | Wayland compositor environment. The goal of XWayland is to facilitate \ | ||
| 9 | the transition from X Window System to Wayland environments, providing \ | ||
| 10 | a way to run unported applications in the meantime." | ||
| 11 | HOMEPAGE = "https://fedoraproject.org/wiki/Changes/XwaylandStandalone" | ||
| 12 | |||
| 13 | DEFAULT_PREFERENCE = "-1" | ||
| 14 | |||
| 15 | LICENSE = "MIT" | ||
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" | ||
| 17 | |||
| 18 | SRC_URI = "https://www.x.org/archive/individual/xserver/${BP_ORIGINAL}.tar.xz" | ||
| 19 | BP_ORIGINAL = "${BPN}-24.1.6" | ||
| 20 | SRC_URI[sha256sum] = "737e612ca36bbdf415a911644eb7592cf9389846847b47fa46dc705bd754d2d7" | ||
| 21 | S = "${UNPACKDIR}/${BP_ORIGINAL}" | ||
| 22 | |||
| 23 | UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" | ||
| 24 | |||
| 25 | inherit meson features_check pkgconfig | ||
| 26 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | ||
| 27 | |||
| 28 | DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt libtirpc" | ||
| 29 | |||
| 30 | OPENGL_PKGCONFIGS = "glx glamor dri3" | ||
| 31 | PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \ | ||
| 32 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ | ||
| 33 | " | ||
| 34 | PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false,libxshmfence" | ||
| 35 | PACKAGECONFIG[libdecor] = "-Dlibdecor=true,-Dlibdecor=false,libdecor" | ||
| 36 | PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl virtual/libx11" | ||
| 37 | PACKAGECONFIG[glamor] = "-Dglamor=true,-Dglamor=false,libepoxy virtual/libgbm,libegl" | ||
| 38 | PACKAGECONFIG[unwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind" | ||
| 39 | PACKAGECONFIG[xinerama] = "-Dxinerama=true,-Dxinerama=false" | ||
| 40 | |||
| 41 | # Xorg requires a SHA1 implementation, pick one | ||
| 42 | XORG_CRYPTO ??= "openssl" | ||
| 43 | PACKAGECONFIG[openssl] = "-Dsha1=libcrypto,,openssl" | ||
| 44 | PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle" | ||
| 45 | PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" | ||
| 46 | XWAYLAND_EI ??= "xwayland_ei_false" | ||
| 47 | PACKAGECONFIG[xwayland_ei_false] = "-Dxwayland_ei=false" | ||
| 48 | PACKAGECONFIG[xwayland_ei_portal] = "-Dxwayland_ei=portal,,libei" | ||
| 49 | PACKAGECONFIG[xwayland_ei_socket] = "-Dxwayland_ei=socket,,libei" | ||
| 50 | |||
| 51 | do_install:append() { | ||
| 52 | # remove files not needed and clashing with xserver-xorg | ||
| 53 | rm -rf ${D}/${libdir}/xorg/ | ||
| 54 | } | ||
| 55 | |||
| 56 | FILES:${PN} += "${libdir}/xorg/protocol.txt" | ||
| 57 | |||
| 58 | RDEPENDS:${PN} += "xkbcomp" | ||
| 59 | |||
| 60 | CVE_STATUS_GROUPS = "CVE_STATUS_REDHAT" | ||
| 61 | CVE_STATUS_REDHAT = "CVE-2025-26594 CVE-2025-26595 CVE-2025-26596 CVE-2025-26597 CVE-2025-26598 CVE-2025-26599 CVE-2025-26600 CVE-2025-26601" | ||
| 62 | CVE_STATUS_REDHAT[status] = "fixed-version: these are tracked as versionless redhat CVEs in NVD DB, fixed in 24.1.6" | ||
