From: "Yann E. MORIN via buildroot" <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Edgar Bonet <bonet@grenoble.cnrs.fr>,
Sen Hastings <sen@hastings.org>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Romain Naour <romain.naour@gmail.com>,
Arnout Vandecappelle <arnout@mind.be>,
Giulio Benetti <giulio.benetti@benettiengineering.com>,
Norbert Lange <nolange79@gmail.com>
Subject: Re: [Buildroot] [PATCH 00/17 v2] system: add support for merged-bin (branch yem/merged-bin)
Date: Sun, 31 Aug 2025 19:18:47 +0200 [thread overview]
Message-ID: <aLSD92_nTkP2gUBK@landeda> (raw)
In-Reply-To: <aLRgApGA1XJONpnA@landeda>
All,
On 2025-08-31 16:45 +0200, Yann E. MORIN spake thusly:
> On 2025-07-10 22:22 +0200, Yann E. MORIN spake thusly:
> > This series introduces support for so-called merged-bin, where /usr/sbin
> > is merged with /sur/bin, as an extra step after merged-usr, now just
> > requested, but in a relatively close future required, by systemd.
> Ping, any further feedback on this series?
Yes, some more feedback: while doing some targeted-random testing, I
stumbled on an instance of a bin-sbin conflict in net-tools that I
previously missed. I'll fix that and respin later...
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2025-08-31 17:18 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-10 20:22 [Buildroot] [PATCH 00/17 v2] system: add support for merged-bin (branch yem/merged-bin) Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 01/17 v2] system: reword merged-usr prompt Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 02/17 v2] system: drop superfluous negative condition for default PATH Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 03/17 v2] package/systemd: select merged-usr from package, not init Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 04/17 v2] support/scripts: comonalise checking merged status Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 05/17 v2] support/scripts: prepare for a more complex check for merged directories Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 06/17 v2] support/scripts: also exit in error on improperly merged-usr Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 07/17 v2] support/scripts: move merged-usr errors message into check-merged-usr.sh Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 08/17 v2] support/scripts: fix and restrict conditions to accept merged dirs Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 09/17 v2] support/scripts: rename check-merged-usr.sh Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 10/17 v2] support/scripts; teach check-merged what to check Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 11/17 v2] system: add support for merged /usr/sbin (aka merged-bin) Yann E. MORIN via buildroot
2025-07-23 13:11 ` TIAN Yuanhao
2025-07-10 20:22 ` [Buildroot] [PATCH 12/17 v2] support/scripts: reject skeletons or overlays that are unexpectedly merged Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 13/17 v2] package/coreutils: no need for chroot workaround with merged-bin Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 14/17 v2] package/kmod: adjust paths for merged-bin Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 15/17 v2] package/util-linux: " Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 16/17 v2] toolchain/external: support merged-bin Yann E. MORIN via buildroot
2025-07-10 20:22 ` [Buildroot] [PATCH 17/17 v2] package/systemd: require merged-bin Yann E. MORIN via buildroot
2025-08-31 14:45 ` [Buildroot] [PATCH 00/17 v2] system: add support for merged-bin (branch yem/merged-bin) Yann E. MORIN via buildroot
2025-08-31 17:18 ` Yann E. MORIN via buildroot [this message]
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=aLSD92_nTkP2gUBK@landeda \
--to=buildroot@buildroot.org \
--cc=arnout@mind.be \
--cc=bonet@grenoble.cnrs.fr \
--cc=giulio.benetti@benettiengineering.com \
--cc=nolange79@gmail.com \
--cc=romain.naour@gmail.com \
--cc=sen@hastings.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/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