From: Peter Kjellerstedt <pkj@axis.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 3/5] useradd-staticids.bbclass: Remove references to GROUPMEMS_PARAM
Date: Tue, 25 Aug 2026 20:08:03 +0200 [thread overview]
Message-ID: <20260825180805.2990506-3-pkj@axis.com> (raw)
In-Reply-To: <20260825180805.2990506-1-pkj@axis.com>
The GROUPMEMS_PARAM variable has been removed.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
meta/classes/useradd-staticids.bbclass | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/meta/classes/useradd-staticids.bbclass b/meta/classes/useradd-staticids.bbclass
index 1dbcba2bf1..f6bfe1bfb1 100644
--- a/meta/classes/useradd-staticids.bbclass
+++ b/meta/classes/useradd-staticids.bbclass
@@ -211,8 +211,8 @@ def update_useradd_static_config(d):
# If a field is left blank, the original value will be used. The 'groupname' field
# is required.
#
- # Note: similar to the passwd file, the 'password' filed is ignored
- # Note: group_members is ignored, group members must be configured with the GROUPMEMS_PARAM
+ # Note: similar to the passwd file, the 'password' field is ignored
+ # Note: the group_members field is ignored, group members must be configured with USERMOD_PARAM
if not groups:
files, table_var, table_value = get_table_list(d, 'USERADD_GID_TABLES', 'files/group')
groups = merge_files(files, 4)
@@ -265,8 +265,7 @@ def update_useradd_static_config(d):
useradd_packages = d.getVar('USERADD_PACKAGES') or ""
for pkg in useradd_packages.split():
- # Groupmems doesn't have anything we might want to change, so simply validating
- # is a bit of a waste -- only process useradd/groupadd
+ # Only process useradd/groupadd parameters.
useradd_param = d.getVar('USERADD_PARAM:%s' % pkg)
if useradd_param:
#bb.warn("Before: 'USERADD_PARAM:%s' - '%s'" % (pkg, useradd_param))
next prev parent reply other threads:[~2026-08-25 18:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-25 18:08 [PATCH 1/5] useradd.bbclass: Remove support for the GROUPMEMS_PARAM variable Peter Kjellerstedt
2026-08-25 18:08 ` [PATCH 2/5] useradd_base.bbclass: Remove perform_groupmems() Peter Kjellerstedt
2026-08-25 18:08 ` Peter Kjellerstedt [this message]
2026-08-25 18:08 ` [PATCH 4/5] package.bbclass: Remove GROUPMEMS_PARAM from PACKAGEVARS Peter Kjellerstedt
2026-08-25 18:08 ` [PATCH 5/5] documentation.conf: Remove the documentation of GROUPMEMS_PARAM Peter Kjellerstedt
2026-08-27 9:23 ` [OE-core] " Yoann Congal
2026-08-28 9:56 ` Peter Kjellerstedt
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=20260825180805.2990506-3-pkj@axis.com \
--to=pkj@axis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox