| Submitter | Arnout Vandecappelle |
|---|---|
| Date | Feb. 5, 2013, 5:15 p.m. |
| Message ID | <cover.1360084128.git.arnout@mind.be> |
| Download | mbox |
| Permalink | /patch/218302/ |
| State | Not Applicable |
| Headers | show
Return-Path: <buildroot-bounces@busybox.net> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 1F79B2C02CA for <incoming@patchwork.ozlabs.org>; Wed, 6 Feb 2013 04:17:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 75B018BDD7; Tue, 5 Feb 2013 17:16:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BEallhNXA1Ic; Tue, 5 Feb 2013 17:16:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D41658BF89; Tue, 5 Feb 2013 17:16:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D25178F783 for <buildroot@lists.busybox.net>; Tue, 5 Feb 2013 17:16:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 16BDA8A838 for <buildroot@lists.busybox.net>; Tue, 5 Feb 2013 17:16:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id miD84HFAxdEM for <buildroot@lists.busybox.net>; Tue, 5 Feb 2013 17:16:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id B1A968BDC6 for <buildroot@busybox.net>; Tue, 5 Feb 2013 17:16:06 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from <arnout@mind.be>) id 1U2m7p-0000a5-8g; Tue, 05 Feb 2013 18:16:06 +0100 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from <arnout@mind.be>) id 1U2m7m-0006em-HU; Tue, 05 Feb 2013 18:16:02 +0100 From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be> To: buildroot@busybox.net Date: Tue, 5 Feb 2013 18:15:58 +0100 Message-Id: <cover.1360084128.git.arnout@mind.be> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [pull request v4] Pull request for branch arnout-update-config X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot <buildroot.busybox.net> List-Unsubscribe: <http://lists.busybox.net/mailman/options/buildroot>, <mailto:buildroot-request@busybox.net?subject=unsubscribe> List-Archive: <http://lists.busybox.net/pipermail/buildroot> List-Post: <mailto:buildroot@busybox.net> List-Help: <mailto:buildroot-request@busybox.net?subject=help> List-Subscribe: <http://lists.busybox.net/mailman/listinfo/buildroot>, <mailto:buildroot-request@busybox.net?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net |
From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be> Hello, This is a refresh of the patches that describe in the manual how to save the configuration in the board directory, that add the post-build overlay option, and that does 'make savedefconfig' save to a configured file rather than "defconfig". The patches that add a xxx-update-config for each package with a configuration possibility and that add an update-all-configs goal have been left out, because at the BR developer days it was decided to always update the config after you do a xxx-menuconfig. So those patches will become superfluous anyway. They will come in a separate series. These patches come as a series rather than individually because the later ones all update the documentation that is added in the first one. Regards, Arnout -- The following changes since commit ddd69b5609cc9bd954afcfc2f91831d64b9cfff7: libffi: switch to using a Git version, brings Microblaze and Xtensa support (2013-02-05 15:57:02 +0100) are available in the git repository at: https://git.gitorious.org/buildroot/buildroot.git arnout-update-config for you to fetch changes up to 41e27bc2d2881606d1da299f6056d24bc9d34e78: Make savedefconfig save to a configured file. (2013-02-05 17:59:37 +0100) ---------------------------------------------------------------- Arnout Vandecappelle (Essensium/Mind) (4): manual: add section about storing the configuration. target/generic: add filesystem overlay option busybox: busybox-update-config should depend on busybox-configure Make savedefconfig save to a configured file. Config.in | 12 +++ Makefile | 26 ++++- docs/manual/adding-packages-directory.txt | 1 + docs/manual/board-support.txt | 38 ------- docs/manual/customize-rootfs.txt | 17 +-- docs/manual/customize-store.txt | 159 +++++++++++++++++++++++++++++ docs/manual/customize.txt | 2 + package/busybox/busybox.mk | 2 +- system/Config.in | 11 ++ 9 files changed, 219 insertions(+), 49 deletions(-) delete mode 100644 docs/manual/board-support.txt create mode 100644 docs/manual/customize-store.txt -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F