Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] useradd fixes, tests and documentation
@ 2023-12-07 12:45 Eilís 'pidge' Ní Fhlannagáin
  2023-12-07 12:45 ` [PATCH 1/3] useradd: Fix issues with useradd dependencies Eilís 'pidge' Ní Fhlannagáin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2023-12-07 12:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Eilís 'pidge' Ní Fhlannagáin

This patch series fixes and/or tests for some issues in useradd dependencies. It
adds a new variable "USERADD_DEPENDS" that is required now for recipes that have
dependencies on other recipes useradd.

Fixes/Tests:
Bug 13419 - recipes that add users to groups cannot rely on other recipes creating those groups (when population from sstate happens)
Bug 13904 - do_prepare_recipe_sysroot: postinst-useradd-* does not run in order of dependency and sometimes fails
Bug 13279 - Make sure users/groups exist for package_write_* tasks
Bug 15084 - For some reason using of same user in two recipes does not work properly

Tests:
Bug 14961 - addtask between do_populate_sysroot and do_package breaks useradd class

Documentation for useradd is also included.

Eilís 'pidge' Ní Fhlannagáin (3):
  useradd: Fix issues with useradd dependencies
  usergrouptests.py: Add test for switching between static-ids
  variables.rst: Add USERADD_DEPENDS

 documentation/ref-manual/variables.rst        | 15 +++++
 .../selftest-users/creategroup1.bb            | 32 +++++++++++
 .../selftest-users/creategroup2.bb            | 33 +++++++++++
 .../selftest-users/useraddbadtask.bb          | 20 +++++++
 meta/classes/useradd.bbclass                  |  4 +-
 .../lib/oeqa/selftest/cases/usergrouptests.py | 55 +++++++++++++++++++
 6 files changed, 158 insertions(+), 1 deletion(-)
 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-selftest/recipes-test/selftest-users/useraddbadtask.bb
 create mode 100644 meta/lib/oeqa/selftest/cases/usergrouptests.py

-- 
2.34.1



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

end of thread, other threads:[~2023-12-08 10:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 12:45 [PATCH 0/3] useradd fixes, tests and documentation Eilís 'pidge' Ní Fhlannagáin
2023-12-07 12:45 ` [PATCH 1/3] useradd: Fix issues with useradd dependencies Eilís 'pidge' Ní Fhlannagáin
2023-12-07 12:58   ` [OE-core] " Alexander Kanavin
2023-12-07 13:22     ` Richard Purdie
2023-12-08 10:26   ` Jermain Horsman
2023-12-07 12:45 ` [PATCH 2/3] usergrouptests.py: Add test for switching between static-ids Eilís 'pidge' Ní Fhlannagáin
2023-12-07 12:45 ` [PATCH 3/3] variables.rst: Add USERADD_DEPENDS Eilís 'pidge' Ní Fhlannagáin

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