mbox series

[0/3] wayland/weston upgrades

Message ID cover.1686856412.git.pidge@baylibre.com
Headers show
Series wayland/weston upgrades | expand

Message

Eilís 'pidge' Ní Fhlannagáin June 15, 2023, 7:20 p.m. UTC
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

 ...ayland-info-Fix-build-without-libdrm.patch | 42 -------------------
 ...-utils_1.1.0.bb => wayland-utils_1.2.0.bb} |  3 +-
 .../{weston_11.0.1.bb => weston_12.0.1.bb}    | 10 +++--
 ...{xwayland_23.1.1.bb => xwayland_23.1.2.bb} |  2 +-
 4 files changed, 9 insertions(+), 48 deletions(-)
 delete mode 100644 meta/recipes-graphics/wayland/files/0001-wayland-info-Fix-build-without-libdrm.patch
 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%)

Comments

Richard Purdie June 16, 2023, 7:31 a.m. UTC | #1
On Thu, 2023-06-15 at 20:20 +0100, Eilís 'pidge' Ní Fhlannagáin 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
> 
>  ...ayland-info-Fix-build-without-libdrm.patch | 42 -------------------
>  ...-utils_1.1.0.bb => wayland-utils_1.2.0.bb} |  3 +-
>  .../{weston_11.0.1.bb => weston_12.0.1.bb}    | 10 +++--
>  ...{xwayland_23.1.1.bb => xwayland_23.1.2.bb} |  2 +-
>  4 files changed, 9 insertions(+), 48 deletions(-)
>  delete mode 100644 meta/recipes-graphics/wayland/files/0001-wayland-info-Fix-build-without-libdrm.patch
>  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%)

Thanks for these. Unfortunately there is a bit more work needed as I
think you didn't have ptests enabled:

https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/7200/steps/11/logs/stdio

| Dependency xcb found: YES 1.15 (cached)
| Run-time dependency xcb-cursor found: NO (tried pkgconfig and cmake)
| 
| ../weston-12.0.1/tests/meson.build:317:2: ERROR: Problem encountered:
xcb and xcb-cursor required for running xwayland tests

which happened on musl and a load of other places in the parent build.

Cheers,

Richard
Eilís 'pidge' Ní Fhlannagáin June 16, 2023, 12:06 p.m. UTC | #2
On 16/06/2023 08:31, Richard Purdie wrote:
> On Thu, 2023-06-15 at 20:20 +0100, Eilís 'pidge' Ní Fhlannagáin 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
>>
>>   ...ayland-info-Fix-build-without-libdrm.patch | 42 -------------------
>>   ...-utils_1.1.0.bb => wayland-utils_1.2.0.bb} |  3 +-
>>   .../{weston_11.0.1.bb => weston_12.0.1.bb}    | 10 +++--
>>   ...{xwayland_23.1.1.bb => xwayland_23.1.2.bb} |  2 +-
>>   4 files changed, 9 insertions(+), 48 deletions(-)
>>   delete mode 100644 meta/recipes-graphics/wayland/files/0001-wayland-info-Fix-build-without-libdrm.patch
>>   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%)
> 
> Thanks for these. Unfortunately there is a bit more work needed as I
> think you didn't have ptests enabled:
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/7200/steps/11/logs/stdio
> 
> | Dependency xcb found: YES 1.15 (cached)
> | Run-time dependency xcb-cursor found: NO (tried pkgconfig and cmake)
> |
> | ../weston-12.0.1/tests/meson.build:317:2: ERROR: Problem encountered:
> xcb and xcb-cursor required for running xwayland tests
> 
> which happened on musl and a load of other places in the parent build.

Thanks RP, I'll look today.

> 
> Cheers,
> 
> Richard