From: Randolph Sapp <rs@ti.com>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>,
<rs@ti.com>, <raj.khem@gmail.com>,
<richard.purdie@linuxfoundation.org>, <alex@linutronix.de>,
<otavio@ossystems.com.br>, <kexin.hao@windriver.com>
Cc: <afd@ti.com>, <detheridge@ti.com>, <denis@denix.org>,
<reatmon@ti.com>, <openembedded-core@lists.openembedded.org>,
<vijayp@ti.com>
Subject: Re: [oe-core][RFC] xuser-account: convert to standard-user-account
Date: Tue, 17 Feb 2026 13:15:12 -0600 [thread overview]
Message-ID: <DGHH70CESGIR.2VMOJM30N4RB1@ti.com> (raw)
In-Reply-To: <DGFEXAE48FOM.2H2FQ3F1P9HSX@bootlin.com>
On Sun Feb 15, 2026 at 3:03 AM CST, Mathieu Dubois-Briand wrote:
> On Tue Feb 10, 2026 at 1:25 AM CET, Randolph Sapp via lists.openembedded.org wrote:
>> From: Randolph Sapp <rs@ti.com>
>>
>> Change this single xuser account template into a generic
>> standard-user-account that uses distro level variables for
>> configuration.
>>
>> This allows for seamless configuration of multiple out-of-box scripts
>> and tests across layers without having to implicitly hope that the
>> username or groups haven't been changed by a bbappend or recipe
>> override.
>>
>> This was proposed specifically to remove some issues highlighted in:
>> https://lists.openembedded.org/g/openembedded-core/message/230665
>>
>> Signed-off-by: Randolph Sapp <rs@ti.com>
>> ---
>
> Hi Randolph,
>
> I know this is still an RFC, but it went into by weekend batch of RFC
> patches tested on the autobuilder.
>
> A note first: this was tested without your other display manager series.
> I hope there is no dependency.
There isn't. In fact this conflicts with the other series at the moment.
> So far we had the following issues:
>
> AssertionError: ssh exited with status '255' for command '['ssh', '-l', 'root', '-o', 'ServerAliveCountMax=2', '-o', 'ServerAliveInterval=30', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'StrictHostKeyChecking=no', '-o', 'LogLevel=ERROR', '192.168.7.8', 'export PATH=/usr/sbin:/sbin:/usr/bin:/bin; export XDG_RUNTIME_DIR=/run/user/`id -u weston`; export WAYLAND_DISPLAY=wayland-1; wayland-info']': this is likely an SSH failure
> id: unknown user weston
> failed to create display: No such file or directory
> ...
> RESULTS - weston.WestonTest.test_weston_running: FAILED (0.80s)
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/25/builds/3189
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/23/builds/3316
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/3214
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/3090
I didn't adjust any of the tests for this yet so that makes sense.
> And a second one:
>
> 2026-02-14 17:59:08,803 - oe-selftest - INFO - ERROR: Nothing PROVIDES 'standard-user-account' (but /srv/pokybuild/yocto-worker/reproducible/build/layers/openembedded-core/meta/recipes-graphics/wayland/weston-init.bb DEPENDS on or otherwise requires it)
> 2026-02-14 17:59:08,803 - oe-selftest - INFO - standard-user-account was skipped: Recipe standard-user-account, package standard-user-account: system groupname "disk" does not have a static ID defined. Add disk to one of these files: /srv/pokybuild/yocto-worker/reproducible/build/build-st/meta-selftest/files/static-group
> 2026-02-14 17:59:08,803 - oe-selftest - INFO - ERROR: Nothing RPROVIDES 'weston-init' (but /srv/pokybuild/yocto-worker/reproducible/build/layers/openembedded-core/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb, /srv/pokybuild/yocto-worker/reproducible/build/layers/openembedded-core/meta/recipes-graphics/wayland/weston-init.bb, /srv/pokybuild/yocto-worker/reproducible/build/layers/openembedded-core/meta/recipes-graphics/wayland/weston_14.0.2.bb RDEPENDS on or otherwise requires it)
> 2026-02-14 17:59:08,803 - oe-selftest - INFO - No eligible RPROVIDERs exist for 'weston-init'
> 2026-02-14 17:59:08,803 - oe-selftest - INFO - NOTE: Runtime target 'weston-init' is unbuildable, removing...
> 2026-02-14 17:59:08,803 - oe-selftest - INFO - Missing or unbuildable dependency chain was: ['weston-init']
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/37/builds/3355
>
> Thanks,
> Mathieu
This error should have been an issue before this RFC, as the xuser account was
already being added to the disks group, which was never actually added to the
static-group file. Suppose I'll fix it if anyone chimes in on whether or not
this is even a good idea or not.
- Randolph
next prev parent reply other threads:[~2026-02-17 19:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-10 0:25 [oe-core][RFC] xuser-account: convert to standard-user-account rs
2026-02-15 9:03 ` Mathieu Dubois-Briand
2026-02-17 19:15 ` Randolph Sapp [this message]
[not found] <1892BAF78F1F4DD5.591740@lists.openembedded.org>
2026-02-11 0:05 ` Randolph Sapp
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=DGHH70CESGIR.2VMOJM30N4RB1@ti.com \
--to=rs@ti.com \
--cc=afd@ti.com \
--cc=alex@linutronix.de \
--cc=denis@denix.org \
--cc=detheridge@ti.com \
--cc=kexin.hao@windriver.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=otavio@ossystems.com.br \
--cc=raj.khem@gmail.com \
--cc=reatmon@ti.com \
--cc=richard.purdie@linuxfoundation.org \
--cc=vijayp@ti.com \
/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