Yocto Project Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] wayland/weston upgrades
@ 2023-06-15 16:15 Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:15 ` [PATCH 1/3] wayland-utils: upgrade 1.1.0 -> 1.2.0 Eilís 'pidge' Ní Fhlannagáin
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2023-06-15 16:15 UTC (permalink / raw)
  To: yocto

Nothing really surprising here, except we should note that launcher-logind is 
being depreciated so some thought on how that is dealt with will need to occur.

Eilís 'pidge' Ní Fhlannagáin (3):
  wayland-utils: upgrade 1.1.0 -> 1.2.0
  weston: Upgrade 11.0.1 -> 12.0.1
  xwayland: Upgrade 23.1.1 -> 23.1.2

 .../{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} |  3 +--
 .../wayland/{weston_11.0.1.bb => weston_12.0.1.bb}     | 10 +++++++---
 .../{xwayland_23.1.1.bb => xwayland_23.1.2.bb}         |  2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/wayland/{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} (82%)
 rename meta/recipes-graphics/wayland/{weston_11.0.1.bb => weston_12.0.1.bb} (92%)
 rename meta/recipes-graphics/xwayland/{xwayland_23.1.1.bb => xwayland_23.1.2.bb} (95%)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/3] wayland-utils: upgrade 1.1.0 -> 1.2.0
  2023-06-15 16:15 [PATCH 0/3] wayland/weston upgrades Eilís 'pidge' Ní Fhlannagáin
@ 2023-06-15 16:15 ` Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:34   ` [yocto] " Khem Raj
  2023-06-15 16:16 ` [PATCH 2/3] weston: Upgrade 11.0.1 -> 12.0.1 Eilís 'pidge' Ní Fhlannagáin
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2023-06-15 16:15 UTC (permalink / raw)
  To: yocto

Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
---
 .../wayland/{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} (82%)

diff --git a/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb b/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
similarity index 82%
rename from meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb
rename to meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
index dcee87e2cd..16a5dc072c 100644
--- a/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb
+++ b/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
@@ -10,9 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=548a66038a77415e1df51118625e832f \
                    "
 
 SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \
-           file://0001-wayland-info-Fix-build-without-libdrm.patch \
            "
-SRC_URI[sha256sum] = "9e685863025b4feade36d53bbc8e31b43e26498be743dea84c7a84912959410a"
+SRC_URI[sha256sum] = "d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4"
 
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] weston: Upgrade 11.0.1 -> 12.0.1
  2023-06-15 16:15 [PATCH 0/3] wayland/weston upgrades Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:15 ` [PATCH 1/3] wayland-utils: upgrade 1.1.0 -> 1.2.0 Eilís 'pidge' Ní Fhlannagáin
@ 2023-06-15 16:16 ` Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:16 ` [PATCH 3/3] xwayland: Upgrade 23.1.1 -> 23.1.2 Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:33 ` [yocto] [PATCH 0/3] wayland/weston upgrades Khem Raj
  3 siblings, 0 replies; 6+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2023-06-15 16:16 UTC (permalink / raw)
  To: yocto

Tracking https://gitlab.freedesktop.org/wayland/weston/-/issues/488
we're keeping -Ddeprecated-launcher-logind but plans should be made to
remove this/work around.

Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
---
 .../wayland/{weston_11.0.1.bb => weston_12.0.1.bb}     | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/wayland/{weston_11.0.1.bb => weston_12.0.1.bb} (92%)

diff --git a/meta/recipes-graphics/wayland/weston_11.0.1.bb b/meta/recipes-graphics/wayland/weston_12.0.1.bb
similarity index 92%
rename from meta/recipes-graphics/wayland/weston_11.0.1.bb
rename to meta/recipes-graphics/wayland/weston_12.0.1.bb
index 4f6ce19915..be9dae6289 100644
--- a/meta/recipes-graphics/wayland/weston_11.0.1.bb
+++ b/meta/recipes-graphics/wayland/weston_12.0.1.bb
@@ -6,14 +6,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \
                     file://libweston/compositor.c;endline=27;md5=eb6d5297798cabe2ddc65e2af519bcf0 \
                     "
 
-SRC_URI = "https://gitlab.freedesktop.org/wayland/weston/uploads/f5648c818fba5432edc3ea63c4db4813/${BPN}-${PV}.tar.xz \
+SRC_URI = "https://gitlab.freedesktop.org/wayland/weston/-/releases/12.0.1/downloads/${BPN}-${PV}.tar.xz \
            file://weston.png \
            file://weston.desktop \
            file://xwayland.weston-start \
            file://systemd-notify.weston-start \
            "
 
-SRC_URI[sha256sum] = "a413f68c252957fc3191c3650823ec356ae8c124ccc0cb440da5cdc4e2cb9e57"
+SRC_URI[sha256sum] = "b18591eab278bc191720f6c09158040b795e7118af1d5ddca6acd9a8e2039535"
 
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 UPSTREAM_CHECK_REGEX = "weston-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
@@ -71,13 +71,17 @@ PACKAGECONFIG[lcms] = "-Dcolor-management-lcms=true,-Dcolor-management-lcms=fals
 # Weston with webp support
 PACKAGECONFIG[webp] = "-Dimage-webp=true,-Dimage-webp=false,libwebp"
 # Weston with systemd-login support
-PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false -Dlauncher-logind=false,systemd dbus"
+PACKAGECONFIG[systemd] = "-Dsystemd=true -Ddeprecated-launcher-logind=true,-Dsystemd=false -Ddeprecated-launcher-logind=false,systemd dbus"
 # Weston with Xwayland support (requires X11 and Wayland)
 PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xwayland"
 # colord CMS support
 PACKAGECONFIG[colord] = "-Ddeprecated-color-management-colord=true,-Ddeprecated-color-management-colord=false,colord"
 # Clients support
 PACKAGECONFIG[clients] = "-Dsimple-clients=${SIMPLECLIENTS} -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false"
+# Pipewire support
+PACKAGECONFIG[pipewire] = "-Dbackend-pipewire=true,-Dbackend-pipewire=false, pipewire"
+# neatvnc support
+PACKAGECONFIG[neatvnc] = "-Dbackend-vnc=true,-Dbackend-vnc=false, neatvnc"
 # Virtual remote output with GStreamer on DRM backend
 PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
 # Weston with screen-share support
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] xwayland: Upgrade 23.1.1 -> 23.1.2
  2023-06-15 16:15 [PATCH 0/3] wayland/weston upgrades Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:15 ` [PATCH 1/3] wayland-utils: upgrade 1.1.0 -> 1.2.0 Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:16 ` [PATCH 2/3] weston: Upgrade 11.0.1 -> 12.0.1 Eilís 'pidge' Ní Fhlannagáin
@ 2023-06-15 16:16 ` Eilís 'pidge' Ní Fhlannagáin
  2023-06-15 16:33 ` [yocto] [PATCH 0/3] wayland/weston upgrades Khem Raj
  3 siblings, 0 replies; 6+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2023-06-15 16:16 UTC (permalink / raw)
  To: yocto

Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
---
 .../xwayland/{xwayland_23.1.1.bb => xwayland_23.1.2.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xwayland/{xwayland_23.1.1.bb => xwayland_23.1.2.bb} (95%)

diff --git a/meta/recipes-graphics/xwayland/xwayland_23.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_23.1.2.bb
similarity index 95%
rename from meta/recipes-graphics/xwayland/xwayland_23.1.1.bb
rename to meta/recipes-graphics/xwayland/xwayland_23.1.2.bb
index a065e92f01..de516536d1 100644
--- a/meta/recipes-graphics/xwayland/xwayland_23.1.1.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_23.1.2.bb
@@ -10,7 +10,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
 
 SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz"
-SRC_URI[sha256sum] = "fb9461f5cb9fea5e07e91882311b0c88b43e8843b017ebac05eb5af69aa34c15"
+SRC_URI[sha256sum] = "bd25d8498ee4d77874fda125127e2db37fc332531febc966231ea06fae8cf77f"
 
 UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [yocto] [PATCH 0/3] wayland/weston upgrades
  2023-06-15 16:15 [PATCH 0/3] wayland/weston upgrades Eilís 'pidge' Ní Fhlannagáin
                   ` (2 preceding siblings ...)
  2023-06-15 16:16 ` [PATCH 3/3] xwayland: Upgrade 23.1.1 -> 23.1.2 Eilís 'pidge' Ní Fhlannagáin
@ 2023-06-15 16:33 ` Khem Raj
  3 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2023-06-15 16:33 UTC (permalink / raw)
  To: Eilís 'pidge' Ní Fhlannagáin; +Cc: yocto

Thanks for patches, however yocto ml is not right place for them. they
should be sent to openembedded-core mailing list

On Thu, Jun 15, 2023 at 9:16 AM Eilís 'pidge' Ní Fhlannagáin
<pidge@baylibre.com> wrote:
>
> Nothing really surprising here, except we should note that launcher-logind is
> being depreciated so some thought on how that is dealt with will need to occur.
>
> Eilís 'pidge' Ní Fhlannagáin (3):
>   wayland-utils: upgrade 1.1.0 -> 1.2.0
>   weston: Upgrade 11.0.1 -> 12.0.1
>   xwayland: Upgrade 23.1.1 -> 23.1.2
>
>  .../{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} |  3 +--
>  .../wayland/{weston_11.0.1.bb => weston_12.0.1.bb}     | 10 +++++++---
>  .../{xwayland_23.1.1.bb => xwayland_23.1.2.bb}         |  2 +-
>  3 files changed, 9 insertions(+), 6 deletions(-)
>  rename meta/recipes-graphics/wayland/{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} (82%)
>  rename meta/recipes-graphics/wayland/{weston_11.0.1.bb => weston_12.0.1.bb} (92%)
>  rename meta/recipes-graphics/xwayland/{xwayland_23.1.1.bb => xwayland_23.1.2.bb} (95%)
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#60312): https://lists.yoctoproject.org/g/yocto/message/60312
> Mute This Topic: https://lists.yoctoproject.org/mt/99552499/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [yocto] [PATCH 1/3] wayland-utils: upgrade 1.1.0 -> 1.2.0
  2023-06-15 16:15 ` [PATCH 1/3] wayland-utils: upgrade 1.1.0 -> 1.2.0 Eilís 'pidge' Ní Fhlannagáin
@ 2023-06-15 16:34   ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2023-06-15 16:34 UTC (permalink / raw)
  To: Eilís 'pidge' Ní Fhlannagáin; +Cc: yocto

On Thu, Jun 15, 2023 at 9:16 AM Eilís 'pidge' Ní Fhlannagáin
<pidge@baylibre.com> wrote:
>
> Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
> ---
>  .../wayland/{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename meta/recipes-graphics/wayland/{wayland-utils_1.1.0.bb => wayland-utils_1.2.0.bb} (82%)
>
> diff --git a/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb b/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
> similarity index 82%
> rename from meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb
> rename to meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
> index dcee87e2cd..16a5dc072c 100644
> --- a/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb
> +++ b/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
> @@ -10,9 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=548a66038a77415e1df51118625e832f \
>                     "
>
>  SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \
> -           file://0001-wayland-info-Fix-build-without-libdrm.patch \

The patch is removed here from recipe, but patchfile is not deleted it seems.

>             "
> -SRC_URI[sha256sum] = "9e685863025b4feade36d53bbc8e31b43e26498be743dea84c7a84912959410a"
> +SRC_URI[sha256sum] = "d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4"
>
>  UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#60313): https://lists.yoctoproject.org/g/yocto/message/60313
> Mute This Topic: https://lists.yoctoproject.org/mt/99552500/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-15 16:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15 16:15 [PATCH 0/3] wayland/weston upgrades Eilís 'pidge' Ní Fhlannagáin
2023-06-15 16:15 ` [PATCH 1/3] wayland-utils: upgrade 1.1.0 -> 1.2.0 Eilís 'pidge' Ní Fhlannagáin
2023-06-15 16:34   ` [yocto] " Khem Raj
2023-06-15 16:16 ` [PATCH 2/3] weston: Upgrade 11.0.1 -> 12.0.1 Eilís 'pidge' Ní Fhlannagáin
2023-06-15 16:16 ` [PATCH 3/3] xwayland: Upgrade 23.1.1 -> 23.1.2 Eilís 'pidge' Ní Fhlannagáin
2023-06-15 16:33 ` [yocto] [PATCH 0/3] wayland/weston upgrades Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox