All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] useradd improvements
@ 2023-11-23 13:48 Eilís 'pidge' Ní Fhlannagáin
  2023-11-23 13:49 ` [RFC 1/2] usergrouptests: Add initial useradd testing Eilís 'pidge' Ní Fhlannagáin
  2023-11-23 13:49 ` [RFC 2/2] useradd.bbclass: ensure sysroot_setscene for DEPENDS Eilís 'pidge' Ní Fhlannagáin
  0 siblings, 2 replies; 8+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2023-11-23 13:48 UTC (permalink / raw)
  To: openembedded-core

This patch series includes tests for a few deficits in useradd and a patch to
user add that should fix a few issues with recipes who have useradd 
interdependencies. It's still a WIP, but after discussion with RP I wanted
to send this out.

Eilís 'pidge' Ní Fhlannagáin (2):
  usergrouptests: Add initial useradd testing
  useradd.bbclass: ensure sysroot_setscene for DEPENDS

 .../selftest-users/creategroup1.bb            | 32 +++++++++++++++++++
 .../selftest-users/creategroup2.bb            | 32 +++++++++++++++++++
 .../selftest-users/useraddbadtask.bb          | 20 ++++++++++++
 meta/classes/useradd.bbclass                  |  8 +++++
 .../lib/oeqa/selftest/cases/usergrouptests.py | 32 +++++++++++++++++++
 5 files changed, 124 insertions(+)
 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] 8+ messages in thread

end of thread, other threads:[~2023-11-27 14:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 13:48 [RFC 0/2] useradd improvements Eilís 'pidge' Ní Fhlannagáin
2023-11-23 13:49 ` [RFC 1/2] usergrouptests: Add initial useradd testing Eilís 'pidge' Ní Fhlannagáin
2023-11-27 14:40   ` [OE-core] " Richard Purdie
2023-11-23 13:49 ` [RFC 2/2] useradd.bbclass: ensure sysroot_setscene for DEPENDS Eilís 'pidge' Ní Fhlannagáin
2023-11-23 14:11   ` [OE-core] " Richard Purdie
2023-11-24 14:10     ` Eilís 'pidge' Ní Fhlannagáin
2023-11-25 15:21       ` Eilís 'pidge' Ní Fhlannagáin
2023-11-25 22:03         ` Eilís 'pidge' Ní Fhlannagáin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.