mbox series

[poky,kirkstone,BACKPORT,0/3] useradd: Fix issues with useradd dependencies

Message ID 20241117204118.3405309-1-gael.portay+rtone@gmail.com
Headers show
Series useradd: Fix issues with useradd dependencies | expand

Message

Gaël PORTAY Nov. 17, 2024, 8:41 p.m. UTC
Dear Maintainers,

This patch serie is a backport of three patches below to kirkstone:
 - https://git.yoctoproject.org/poky/commit/?id=0f4fe4f7630b45228bcbb893f08a86e00109296c
 - https://git.yoctoproject.org/poky/commit/?id=ecef665062be55fcfa0915216335d08883aa86f7
 - https://git.yoctoproject.org/poky/commit/?id=f73e52dd71156ebcb5016f1241eebb889417e3e4

My colleague and I have tested these backports listed in that issue[1]
since a while; and it works pretty well.

We would appreciate to have these changes be upstreamed in kirkstone;
thanks in advance.

[1]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13419#c9

Kind Regards,
Gaël

Eilís 'pidge' Ní Fhlannagáin (1):
  useradd: Fix issues with useradd dependencies

Richard Purdie (2):
  bitbake: runqueue: Improve inter setscene task dependency handling
  sstate: Remove unneeded code from setscene_depvalid() related to
    useradd

 bitbake/lib/bb/runqueue.py                    | 42 +++++++++++++------
 .../selftest-users/creategroup1.bb            | 32 ++++++++++++++
 .../selftest-users/creategroup2.bb            | 33 +++++++++++++++
 meta/classes/sstate.bbclass                   |  5 ---
 meta/classes/useradd.bbclass                  |  4 +-
 .../lib/oeqa/selftest/cases/usergrouptests.py | 17 ++++++++
 6 files changed, 114 insertions(+), 19 deletions(-)
 create mode 100644 meta-selftest/recipes-test/selftest-users/creategroup1.bb
 create mode 100644 meta-selftest/recipes-test/selftest-users/creategroup2.bb
 create mode 100644 meta/lib/oeqa/selftest/cases/usergrouptests.py