mbox series

[kirkstone,0/8] Backport all weston-init qol updates

Message ID 20230615210420.725559-1-rs@ti.com
Headers show
Series Backport all weston-init qol updates | expand

Message

Randolph Sapp June 15, 2023, 9:04 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Backport all the weston-init QOL updates. Getting closer to the point
where we can actually drop our distro specific weston-init bbappend. May
submit a few more QOL patches sooner or later to completely drop it.

Ming Liu (1):
  weston-init: introduce xwayland PACKAGECONFIG

Randolph Sapp (6):
  weston-init: make sure the render group exists
  weston-init: add weston user to the render group
  weston-init: add the weston user to the wayland group
  weston-init: fix the mixed indentation
  weston-init: guard against systemd configs
  weston-init: add profile to point users to global socket

ssuesens (1):
  weston.init: enabled xwayland

 meta/recipes-graphics/wayland/weston-init.bb  | 53 ++++++++++++-------
 .../wayland/weston-init/weston-socket.sh      | 20 +++++++
 2 files changed, 53 insertions(+), 20 deletions(-)
 create mode 100755 meta/recipes-graphics/wayland/weston-init/weston-socket.sh

Comments

Randolph Sapp June 22, 2023, 4:06 p.m. UTC | #1
On 6/15/23 16:04, rs@ti.com wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> Backport all the weston-init QOL updates. Getting closer to the point
> where we can actually drop our distro specific weston-init bbappend. May
> submit a few more QOL patches sooner or later to completely drop it.
> 
> Ming Liu (1):
>    weston-init: introduce xwayland PACKAGECONFIG
> 
> Randolph Sapp (6):
>    weston-init: make sure the render group exists
>    weston-init: add weston user to the render group
>    weston-init: add the weston user to the wayland group
>    weston-init: fix the mixed indentation
>    weston-init: guard against systemd configs
>    weston-init: add profile to point users to global socket
> 
> ssuesens (1):
>    weston.init: enabled xwayland
> 
>   meta/recipes-graphics/wayland/weston-init.bb  | 53 ++++++++++++-------
>   .../wayland/weston-init/weston-socket.sh      | 20 +++++++
>   2 files changed, 53 insertions(+), 20 deletions(-)
>   create mode 100755 meta/recipes-graphics/wayland/weston-init/weston-socket.sh
> 

Rats. Sorry Steve, forgot to CC you on this series. Need me to resubmit it?