Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 00/10] Improvements for saving the configuration
@ 2012-10-24  7:16 Arnout Vandecappelle
  2012-10-24  7:16 ` [Buildroot] [PATCHv2 01/10] manual: add section about storing " Arnout Vandecappelle
                   ` (9 more replies)
  0 siblings, 10 replies; 26+ messages in thread
From: Arnout Vandecappelle @ 2012-10-24  7:16 UTC (permalink / raw)
  To: buildroot

 This series makes various improvements of how the configuration is saved.
The main improvement is documenting the standard way of doing things,
which is based on Thomas Petazzoni's presentation at last year's ELC-E.
The second patch adds the filesystem overlay as an configure option.
Subsequent patches iron out various inconsistencies in the saving of
the configuration. The final patch makes it possible to save the
buildroot configuration itself to a different file than 'defconfig'.

 All patches are more or less independent, except they all depend on the
first one because they update documentation.  I therefore also hope they
will be committed individually.

 As I mentioned before, I'm giving a presentation about buildroot
coming week-end, and I will make use of the features added by this
series in that presentation.  So if there are major critiques, please
let me know before the week-end.

 Regards,
 Arnout

Arnout Vandecappelle (Essensium/Mind) (10):
      manual: add section about storing the configuration.
      target/generic: add filesystem overlay option
      ctng: add ctng-update-config target
      busybox: busybox-update-config should depend on busybox-configure
      at91bootstrap3: add -update-config target
      Add update-all-config target
      busybox: update-all-config shouldn't update default busybox config
      crosstool-ng: update-all-config shouldn't update default crosstool-ng config
      uClibc: update-all-config shouldn't update default uClibc config
      Make savedefconfig save to a configured file.

 Config.in                                        |   12 ++
 Makefile                                         |   32 ++-
 boot/at91bootstrap3/at91bootstrap3.mk            |    8 +
 docs/manual/adding-packages-directory.txt        |    1 +
 docs/manual/board-support.txt                    |   35 ----
 docs/manual/customize-rootfs.txt                 |   21 +-
 docs/manual/customize-store.txt                  |  231 ++++++++++++++++++++++
 docs/manual/customize.txt                        |    2 +
 linux/linux.mk                                   |    2 +
 package/busybox/Config.in                        |    7 +-
 package/busybox/busybox.mk                       |   13 +-
 target/generic/Config.in                         |   11 ++
 toolchain/toolchain-crosstool-ng/Config.in       |    6 +-
 toolchain/toolchain-crosstool-ng/crosstool-ng.mk |   21 +-
 toolchain/uClibc/Config.in                       |    7 +-
 toolchain/uClibc/uclibc.mk                       |   25 +--
 16 files changed, 348 insertions(+), 86 deletions(-)
 delete mode 100644 docs/manual/board-support.txt
 create mode 100644 docs/manual/customize-store.txt

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2012-11-07 19:24 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox