| Message ID | 20260130075333.940897-1-adrian.freihofer@siemens.com |
|---|---|
| Headers | show |
| Series | fix bug 16135 - useradd/groupadd debug output includes PATH | expand |
Does this also handle https://bugzilla.yoctoproject.org/show_bug.cgi?id=15444 ? Also does this need documentation update? https://docs.yoctoproject.org/singleindex.html#setting-up-the-extensible-sdk-environment-directly-in-a-yocto-build Peter > -----Original Message----- > From: openembedded-core@lists.openembedded.org <openembedded- > core@lists.openembedded.org> On Behalf Of Adrian Freihofer via > lists.openembedded.org > Sent: Friday, January 30, 2026 8:53 > To: openembedded-core@lists.openembedded.org > Cc: Freihofer, Adrian (SI B PRO TI EAC CCP) <adrian.freihofer@siemens.com> > Subject: [OE-core] [PATCH 0/2] fix bug 16135 - useradd/groupadd debug output > includes PATH > > From: Adrian Freihofer <adrian.freihofer@siemens.com> > > More details are available at > https://bugzilla.yoctoproject.org/show_bug.cgi?id=16135#add_comment > > Adrian Freihofer (2): > build-sysroots: Serialize native and target sysroot population > build-sysroots: Add sysroot tasks to default build and remove warning > > meta/recipes-core/meta/build-sysroots.bb | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-) > > -- > 2.52.0
On Fri, 2026-01-30 at 09:16 +0000, Marko, Peter (FT D EU SK BFS1) wrote: > Does this also handle > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15444 > ? > Probably not. What it solves is documented from https://code.siemens.com/ccp/meta-siemens/-/tree/main/meta-ccp/recipes-ccp/ccp-initramfs-modules/ccp-initramfs-telinit?ref_type=heads onwards. Summary: There is a race condition when build-sysroots:do_build_target_sysroot and build-sysroots:do_build_native_sysroot run in parallel. But it does not solve what https://bugzilla.yoctoproject.org/show_bug.cgi?id=15444#c0 describes. Adrian > Also does this need documentation update? > https://docs.yoctoproject.org/singleindex.html#setting-up-the-extensible-sdk-environment-directly-in-a-yocto-build > > Peter > > > -----Original Message----- > > From: openembedded-core@lists.openembedded.org <openembedded- > > core@lists.openembedded.org> On Behalf Of Adrian Freihofer via > > lists.openembedded.org > > Sent: Friday, January 30, 2026 8:53 > > To: openembedded-core@lists.openembedded.org > > Cc: Freihofer, Adrian (SI B PRO TI EAC CCP) > > <adrian.freihofer@siemens.com> > > Subject: [OE-core] [PATCH 0/2] fix bug 16135 - useradd/groupadd > > debug output > > includes PATH > > > > From: Adrian Freihofer <adrian.freihofer@siemens.com> > > > > More details are available at > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=16135#add_comment > > > > Adrian Freihofer (2): > > build-sysroots: Serialize native and target sysroot population > > build-sysroots: Add sysroot tasks to default build and remove > > warning > > > > meta/recipes-core/meta/build-sysroots.bb | 14 ++++---------- > > 1 file changed, 4 insertions(+), 10 deletions(-) > > > > -- > > 2.52.0
From: Adrian Freihofer <adrian.freihofer@siemens.com> More details are available at https://bugzilla.yoctoproject.org/show_bug.cgi?id=16135#add_comment Adrian Freihofer (2): build-sysroots: Serialize native and target sysroot population build-sysroots: Add sysroot tasks to default build and remove warning meta/recipes-core/meta/build-sysroots.bb | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-)