Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Jörg Sommer" <joerg.sommer@navimatix.de>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Cc: openembedded-core@lists.openembedded.org,
	 richard.purdie@linuxfoundation.org, ross.burton@arm.com,
	rs@ti.com
Subject: Re: [PATCH v2] bitbake.conf: Extend distro feature usrmerge to merge bin+sbin
Date: Mon, 24 Aug 2026 14:43:49 +0200	[thread overview]
Message-ID: <aow7fs_7Zb0KTAPf@navimatix.de> (raw)
In-Reply-To: <DKX36LKP5G7W.3D3MAFXU05Z5X@bootlin.com>

[-- Attachment #1: Type: text/plain, Size: 3513 bytes --]

Mathieu Dubois-Briand schrieb am Mo 24. Aug, 12:02 (+0200):
> On Mon Aug 24, 2026 at 11:53 AM CEST, Jörg Sommer wrote:
> > Mathieu Dubois-Briand schrieb am Mo 24. Aug, 08:30 (+0200):
> >> On Sat Aug 22, 2026 at 4:09 PM CEST, Jörg Sommer wrote:
> >> > Mathieu Dubois-Briand schrieb am Sa 22. Aug, 14:16 (+0200):
> >> >> On Sat Aug 22, 2026 at 9:56 AM CEST, Jörg Sommer wrote:
> >> >> > Jörg Sommer schrieb am Fr 24. Jul, 11:00 (+0200):
> >> >> >> From: Randolph Sapp <rs@ti.com>
> >> >> >> 
> >> >> >> The split of bin and sbin became more artificial over time, and it is no
> >> >> >> longer clear why programmes goes into the one or the other directory; e.g.
> >> >> >> forever normal users have used sendmail in /usr/sbin, and fdisk and mkfs
> >> >> >> learned to operate on files to create images long ago.
> >> >> >
> >> >> > Gentle ping. What's the state of this?
> >> >> >
> >> >> 
> >> >> Hi Jörg,
> >> >> 
> >> >> Previous builds showed some errors. Should it have evolve since that?
> >> >
> >> > Yes, I think so. The bootchart2 errors were addressed by 2bf18f9908, and the
> >> > tcf-agent by 443f8c62ad.
> >> 
> >> Hi Jörg,
> >> 
> >> It looks like this is still failing, at least with alt distro:
> >> 
> >> ERROR: systemd-1_261.2-r0 do_package: QA Issue: systemd: Files/directories were installed but not shipped in any package:
> >>   /usr/sbin
> >>   /usr/sbin/poweroff
> >>   /usr/sbin/mount.ddi
> >>   /usr/sbin/init
> >>   /usr/sbin/resolvconf
> >>   /usr/sbin/mount.storage
> >>   /usr/sbin/halt
> >>   /usr/sbin/mount.mstack
> >>   /usr/sbin/reboot
> >>   /usr/sbin/shutdown
> >> Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
> >> systemd: 10 installed and not shipped files. [installed-vs-shipped]
> >> 
> >> https://autobuilder.yoctoproject.org/valkyrie/#/builders/20/builds/4407
> >> https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/4430
> >> 
> >> Can you have a look at the issue?
> >
> > Thank you Mathieu for your testing. I built systemd 261.2 with poky-altcfg
> > and had no errors. Can I find your branch mathieu/master-next somewhere?
> >
> >
> > Regards, Jörg
> 
> You can find a tag in there:
> 
> https://git.yoctoproject.org/poky-ci-archive/tag/?h=oecore/autobuilder.yoctoproject.org/valkyrie/a-full-4555

This really helped to track down the issue. In your commit [1] this block is
missing:

```
--- meta/recipes-core/systemd/systemd_261.2.bb
+++ meta/recipes-core/systemd/systemd_261.2.bb
@@ -196,7 +196,6 @@ def build_epoch(d):
 PACKAGECONFIG[set-time-epoch] = "${@build_epoch(d)},-Dtime-epoch=0"
 PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false"
 PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false"
-PACKAGECONFIG[sbinmerge] = "-Dsplit-bin=false,-Dsplit-bin=true"
 PACKAGECONFIG[userdb] = "-Duserdb=true,-Duserdb=false"
 PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false"
 PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind"
```

[1] https://git.yoctoproject.org/poky-ci-archive/commit/?h=oecore/autobuilder.yoctoproject.org/valkyrie/a-full-4555&id=9da89593957c05809e58e85f2d521ab80ce7f807

I'll send a v3 based on 261.2

-- 
Navimatix GmbH           T: 03641 - 327 99 0
Tatzendpromenade 2       F: 03641 - 526 306
07745 Jena               www.navimatix.de

Geschäftsführer: Steffen Späthe, Jan Rommeley
Registergericht: Amtsgericht Jena, HRB 501480

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 6684 bytes --]

  reply	other threads:[~2026-08-24 12:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-24  9:00 [PATCH v2] bitbake.conf: Extend distro feature usrmerge to merge bin+sbin Jörg Sommer
2026-07-25  7:34 ` [OE-core] " Mathieu Dubois-Briand
2026-08-22  7:56 ` Jörg Sommer
2026-08-22 12:16   ` Mathieu Dubois-Briand
2026-08-22 14:09     ` Jörg Sommer
2026-08-24  6:30       ` Mathieu Dubois-Briand
2026-08-24  9:53         ` Jörg Sommer
2026-08-24 10:02           ` Mathieu Dubois-Briand
2026-08-24 12:43             ` Jörg Sommer [this message]
2026-08-24 13:10               ` Mathieu Dubois-Briand
2026-08-24 12:48 ` [PATCH v3] " Jörg Sommer
2026-08-24 13:11   ` [OE-core] " Marko, Peter
2026-08-24 15:17     ` joerg.sommer
2026-08-24 16:18       ` Marko, Peter
2026-08-24 17:10       ` Richard Purdie
2026-08-25  7:33   ` Mathieu Dubois-Briand

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=aow7fs_7Zb0KTAPf@navimatix.de \
    --to=joerg.sommer@navimatix.de \
    --cc=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=ross.burton@arm.com \
    --cc=rs@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