From: chalianis1@gmail.com
To: openembedded-core@lists.openembedded.org
Cc: Anis Chali <anis.chali@ro-main.com>, Anis Chali <chalianis1@gmail.com>
Subject: [scarthgap][PATCH] extrausers: Terminate set_user_group post-process command
Date: Mon, 13 Jul 2026 17:29:37 +0200 [thread overview]
Message-ID: <20260713152937.200292-1-chalianis1@gmail.com> (raw)
From: Anis Chali <anis.chali@ro-main.com>
Add the missing command separator to prevent the command from being
concatenated with subsequent ROOTFS_POSTPROCESS_COMMAND entries.
Signed-off-by: Anis Chali <chalianis1@gmail.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/meta/classes/extrausers.bbclass b/meta/classes/extrausers.bbclass
index c825c06df9..94576b8872 100644
--- a/meta/classes/extrausers.bbclass
+++ b/meta/classes/extrausers.bbclass
@@ -23,7 +23,7 @@ inherit useradd_base
PACKAGE_INSTALL:append = " ${@['', 'base-passwd shadow'][bool(d.getVar('EXTRA_USERS_PARAMS'))]}"
# Image level user / group settings
-ROOTFS_POSTPROCESS_COMMAND:append = " set_user_group"
+ROOTFS_POSTPROCESS_COMMAND:append = " set_user_group;"
# Image level user / group settings
set_user_group () {
next reply other threads:[~2026-07-14 12:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 15:29 chalianis1 [this message]
2026-07-19 22:15 ` [OE-core] [scarthgap][PATCH] extrausers: Terminate set_user_group post-process command Yoann Congal
2026-07-19 23:59 ` Anis Chali
2026-07-20 7:42 ` Yoann Congal
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=20260713152937.200292-1-chalianis1@gmail.com \
--to=chalianis1@gmail.com \
--cc=anis.chali@ro-main.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