* [Buildroot] [PATCH] docs/manual: add merged-bin details to customize rootfs
@ 2025-11-07 21:40 Yann E. MORIN via buildroot
2025-11-09 17:39 ` Julien Olivain via buildroot
2025-11-12 20:17 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN via buildroot @ 2025-11-07 21:40 UTC (permalink / raw)
To: buildroot; +Cc: Yann E. MORIN, Romain Naour
As was done in dc7c6487cff0 (Makefile: check rootfs overlays with
BR2_ROOTFS_MERGED_USR enabled) to document how overlays should be
set up for the merged-usr case, and following 428ac6fcc4c2 (system:
add support for merged /usr/sbin (aka merged-bin), extend the
documentation to explain how rootfs overlays should be set up for
the merged-bin case.
Reported-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
docs/manual/customize-rootfs.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/customize-rootfs.adoc b/docs/manual/customize-rootfs.adoc
index d334093748..5d8bcba778 100644
--- a/docs/manual/customize-rootfs.adoc
+++ b/docs/manual/customize-rootfs.adoc
@@ -28,6 +28,11 @@ When +BR2_ROOTFS_MERGED_USR+ is enabled, then the overlay must not
such a situation, should the overlay have any programs or libraries,
they should be placed in '/usr/bin', '/usr/sbin' and '/usr/lib'.
+
+Additionally, when +BR2_ROOTFS_MERGED_BIN+ is enabled, then the overlay
+ must not contain the '/usr/sbin' directory, as Buildroot will create
+ it as a symbolic link to '/usr/bin'. In such a situation, should the
+ overlay have any program, they should be placed in '/usr/bin'.
++
As shown in xref:customize-dir-structure[], the recommended path for
this overlay is +board/<company>/<boardname>/rootfs-overlay+.
--
2.51.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] docs/manual: add merged-bin details to customize rootfs
2025-11-07 21:40 [Buildroot] [PATCH] docs/manual: add merged-bin details to customize rootfs Yann E. MORIN via buildroot
@ 2025-11-09 17:39 ` Julien Olivain via buildroot
2025-11-12 20:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2025-11-09 17:39 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: buildroot, Romain Naour
On 07/11/2025 22:40, Yann E. MORIN via buildroot wrote:
> As was done in dc7c6487cff0 (Makefile: check rootfs overlays with
> BR2_ROOTFS_MERGED_USR enabled) to document how overlays should be
> set up for the merged-usr case, and following 428ac6fcc4c2 (system:
> add support for merged /usr/sbin (aka merged-bin), extend the
> documentation to explain how rootfs overlays should be set up for
> the merged-bin case.
>
> Reported-by: Romain Naour <romain.naour@gmail.com>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] docs/manual: add merged-bin details to customize rootfs
2025-11-07 21:40 [Buildroot] [PATCH] docs/manual: add merged-bin details to customize rootfs Yann E. MORIN via buildroot
2025-11-09 17:39 ` Julien Olivain via buildroot
@ 2025-11-12 20:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2025-11-12 20:17 UTC (permalink / raw)
To: Yann E. MORIN via buildroot; +Cc: Yann E. MORIN, Romain Naour
>>>>> "Yann" == Yann E MORIN via buildroot <buildroot@buildroot.org> writes:
> As was done in dc7c6487cff0 (Makefile: check rootfs overlays with
> BR2_ROOTFS_MERGED_USR enabled) to document how overlays should be
> set up for the merged-usr case, and following 428ac6fcc4c2 (system:
> add support for merged /usr/sbin (aka merged-bin), extend the
> documentation to explain how rootfs overlays should be set up for
> the merged-bin case.
> Reported-by: Romain Naour <romain.naour@gmail.com>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> ---
> docs/manual/customize-rootfs.adoc | 5 +++++
> 1 file changed, 5 insertions(+)
> diff --git a/docs/manual/customize-rootfs.adoc b/docs/manual/customize-rootfs.adoc
> index d334093748..5d8bcba778 100644
> --- a/docs/manual/customize-rootfs.adoc
> +++ b/docs/manual/customize-rootfs.adoc
> @@ -28,6 +28,11 @@ When +BR2_ROOTFS_MERGED_USR+ is enabled, then the overlay must not
> such a situation, should the overlay have any programs or libraries,
> they should be placed in '/usr/bin', '/usr/sbin' and '/usr/lib'.
> +
> +Additionally, when +BR2_ROOTFS_MERGED_BIN+ is enabled, then the overlay
> + must not contain the '/usr/sbin' directory, as Buildroot will create
> + it as a symbolic link to '/usr/bin'. In such a situation, should the
> + overlay have any program, they should be placed in '/usr/bin'.
s/program/programs/. I will send a patch.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-12 20:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 21:40 [Buildroot] [PATCH] docs/manual: add merged-bin details to customize rootfs Yann E. MORIN via buildroot
2025-11-09 17:39 ` Julien Olivain via buildroot
2025-11-12 20:17 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox