Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Ceresoli <luca@lucaceresoli.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv2 02/10] target/generic: add filesystem overlay option
Date: Sun, 04 Nov 2012 19:19:42 +0100	[thread overview]
Message-ID: <5096B1BE.7010802@lucaceresoli.net> (raw)
In-Reply-To: <1351063027-13800-3-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> The filesystem overlay is a tree that is copied over the target fs
> after building everything - which is currently usually done in the
> post-build script.
>
> Also replace the documentation for a custom skeleton with the
> filesystem overlay and deprecate the custom skeleton.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

This is definitely something we should have in Buildroot!

With the fixes below,
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

> --- a/target/generic/Config.in
> +++ b/target/generic/Config.in
> @@ -166,6 +166,17 @@ config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW
>
>   endif # BR2_ROOTFS_SKELETON_DEFAULT
>
> +config BR2_ROOTFS_OVERLAY
> +	string "Root filesystem overlay"

s/overlay/overlays/
or, even better: string "Root filesystem overlay directories"


> +	default ""
> +	help
> +	  Specify a list of directories that are copied over the target
> +	  root filesystem after the build has finished and before it is
> +	  packed into the selected filesystem images.
> +
> +	  It is copied as-is into the rootfs, excluding files ending with

s/It is/They are/

Luca

  reply	other threads:[~2012-11-04 18:19 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-24  7:16 [Buildroot] [PATCH v2 00/10] Improvements for saving the configuration Arnout Vandecappelle
2012-10-24  7:16 ` [Buildroot] [PATCHv2 01/10] manual: add section about storing " Arnout Vandecappelle
2012-11-04 13:10   ` Luca Ceresoli
2012-10-24  7:16 ` [Buildroot] [PATCHv2 02/10] target/generic: add filesystem overlay option Arnout Vandecappelle
2012-11-04 18:19   ` Luca Ceresoli [this message]
2012-11-06  9:01     ` Luca Ceresoli
2012-10-24  7:17 ` [Buildroot] [PATCHv2 03/10] ctng: add ctng-update-config target Arnout Vandecappelle
2012-11-07  8:12   ` Luca Ceresoli
2012-11-07  8:17     ` Arnout Vandecappelle
2012-11-07  8:28       ` Luca Ceresoli
2012-10-24  7:17 ` [Buildroot] [PATCHv2 04/10] busybox: busybox-update-config should depend on busybox-configure Arnout Vandecappelle
2012-11-07  8:12   ` Luca Ceresoli
2012-10-24  7:17 ` [Buildroot] [PATCHv2 05/10] at91bootstrap3: add -update-config target Arnout Vandecappelle
2012-11-07  8:12   ` Luca Ceresoli
2012-10-24  7:17 ` [Buildroot] [PATCHv2 06/10] Add update-all-config target Arnout Vandecappelle
2012-11-07  8:12   ` Luca Ceresoli
2012-10-24  7:17 ` [Buildroot] [PATCHv2 07/10] busybox: update-all-config shouldn't update default busybox config Arnout Vandecappelle
2012-11-07  8:13   ` Luca Ceresoli
2012-11-07 19:20     ` Arnout Vandecappelle
2012-10-24  7:17 ` [Buildroot] [PATCHv2 08/10] crosstool-ng: update-all-config shouldn't update default crosstool-ng config Arnout Vandecappelle
2012-11-07  8:13   ` Luca Ceresoli
2012-10-24  7:17 ` [Buildroot] [PATCHv2 09/10] uClibc: update-all-config shouldn't update default uClibc config Arnout Vandecappelle
2012-11-07  8:13   ` Luca Ceresoli
2012-10-24  7:17 ` [Buildroot] [PATCHv2 10/10] Make savedefconfig save to a configured file Arnout Vandecappelle
2012-11-07  8:14   ` Luca Ceresoli
2012-11-07 19:24     ` Arnout Vandecappelle

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=5096B1BE.7010802@lucaceresoli.net \
    --to=luca@lucaceresoli.net \
    --cc=buildroot@busybox.net \
    /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