All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eilís 'pidge' Ní Fhlannagáin" <pidge@baylibre.com>
To: openembedded-core@lists.openembedded.org
Subject: [RFC 0/2] useradd improvements
Date: Thu, 23 Nov 2023 13:48:59 +0000	[thread overview]
Message-ID: <cover.1700746611.git.pidge@baylibre.com> (raw)

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



             reply	other threads:[~2023-11-23 13:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23 13:48 Eilís 'pidge' Ní Fhlannagáin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1700746611.git.pidge@baylibre.com \
    --to=pidge@baylibre.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.