From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07846CDB46B for ; Sat, 20 Jun 2026 12:54:54 +0000 (UTC) Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5882.1781960088717389695 for ; Sat, 20 Jun 2026 05:54:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=ULQRJ5z4; spf=pass (domain: bootlin.com, ip: 185.171.202.116, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id BBBE7C653F5; Sat, 20 Jun 2026 12:54:52 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 6E990601B7; Sat, 20 Jun 2026 12:54:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 1A4BF106C8864; Sat, 20 Jun 2026 14:54:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1781960085; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=E0y5BLaoMscdvQfoL0NR+djpPKNxw+nVorZWmkYZdBA=; b=ULQRJ5z4R9twS9ydp4VB7F04uwH2DdNA2GvVvWloCZpHgfeP+UrylJtLmy8ex8gGG/s6Zl q+CVnDpq8zSG74zbQgZ5EkOrbLWDHOEaf0R0hLKsZTrszrkelVF8P1t4XOHtiOEWSmIqmA bPhU9uOsPhaWXSBeth/FtAhiP85+6TUS+yj+E17Tl7DafXyU1hkI+ckn6IWZ8iC4Sv6fXu 8TngXk8EB+fPJGjuWexufaj3EPGvxagbsFui2QLKhyGnf9dASWdHQZyujna0iu7groMk8S WH6ju2kcM2xivWrde/AxtHmdIBL0JnwezPOs8WpblqdahUx650iPf6jR3fcxgA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 20 Jun 2026 14:54:40 +0200 Message-Id: Cc: , , , , , From: "Mathieu Dubois-Briand" To: , , , , , Subject: Re: [oe-core][PATCHv3] xuser-account: convert to standard-user-account X-Mailer: aerc 0.21.0-0-g5549850facc2 References: <20260618190003.3266810-1-rs@ti.com> In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 20 Jun 2026 12:54:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239209 On Sat Jun 20, 2026 at 2:51 PM CEST, Mathieu Dubois-Briand wrote: > On Thu Jun 18, 2026 at 9:00 PM CEST, rs wrote: >> From: Randolph Sapp >> >> 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 also adds a class and a variable to allow recipes to assert that >> the user is in requested groups. >> >> This was proposed specifically to remove some issues highlighted in: >> https://lists.openembedded.org/g/openembedded-core/message/230665 >> >> Signed-off-by: Randolph Sapp >> --- >> v2: >> - Add seat to the default STANDARD_USER_SYSTEM_GROUPS var >> v3: >> - Add STANDARD_USER_GROUPS_EXPECT to indicate what groups are >> expected to be provided by other projects >> - Set user UID and GID as 1000 in the static tracking files >> - Update the weston test's user name >> --- > > Hi Randolph, > > Thanks for the new version. > > I believe we still have some failure: > > 2026-06-20 11:01:50,077 - oe-selftest - INFO - incompatible_lic.NoGPL3InI= magesTests.test_core_image_full_cmdline_weston (subunit.RemotedTestCase) > 2026-06-20 11:01:50,080 - oe-selftest - INFO - ... FAIL > ... > ERROR: weston-init-1.0-r0 do_package_write_rpm: File /srv/pokybuild/yocto= -worker/oe-selftest-debian/build/build-st-4070494/tmp/work/qemux86_64-poky-= linux/weston-init/1.0/recipe-sysroot/etc/passwd doesn't exist in sysroot! > ERROR: weston-init-1.0-r0 do_package_write_rpm: Error executing a python = function in exec_func_python() autogenerated: > ... > Exception: KeyError: 'getpwuid(): uid not found: 1000' > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/4105 > https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/3936 > > Can you have a look at the issue? > > Thanks, > Mathieu Oh and I believe an error we already had before for no-x11: failed to create display: No such file or directory https://autobuilder.yoctoproject.org/valkyrie/#/builders/25/builds/3976 --=20 Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com