From patchwork Tue Mar 5 21:35:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 225179 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id AC2E12C033F for ; Wed, 6 Mar 2013 08:37:10 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0F16F3119E; Tue, 5 Mar 2013 21:37:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sQ3GcO7dPiet; Tue, 5 Mar 2013 21:37:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9F82B315CD; Tue, 5 Mar 2013 21:36:35 +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 38FE78F783 for ; Tue, 5 Mar 2013 21:36:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BEBB18BEC6 for ; Tue, 5 Mar 2013 21:36:33 +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 OjGATtrBF+Ka for ; Tue, 5 Mar 2013 21:36:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id A04F28BE7B for ; Tue, 5 Mar 2013 21:36:31 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id d46so2791911wer.17 for ; Tue, 05 Mar 2013 13:36:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=h8k8BwoCrztEaq1KXGkVuA8VwprcENZEGIoA6B3v+6g=; b=MBz7ztUvmeuRJWz/jLDWRkYCEIiLOxxEmvSTvhiDqmTnpt2mAhBKcaZ5BAj8cyR4zx Z9zfwToaOJuw3afPSSxVueIvHXojOcEyQ4avRDDiInSXFCDukUvNDvTHSsQsJfsXpKcG VUWQxXoPl8qEN04IwdQfG70GYpPRA46Yp4Iy77eToCIwJKvFgue7oCF0ng27ubdBX6oD 4lJDJpPzMZDnFCQpADQXzM6TBKi3kGHxCj5wFtGa4CPvQ13nSLzNhXhGqd2gaNHozRES vBNYTeHaTIJ0kNPj1hkE60ZCfv8plFaDC+Bd6rVsMnwkISt+JVKtkqsKsk000KyG16J2 aynA== X-Received: by 10.195.12.133 with SMTP id eq5mr41894929wjd.52.1362519389668; Tue, 05 Mar 2013 13:36:29 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id dm9sm13723264wib.3.2013.03.05.13.36.28 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Mar 2013 13:36:28 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Tue, 5 Mar 2013 22:35:26 +0100 Message-Id: X-Mailer: git-send-email 1.8.1.5 Subject: [Buildroot] [pull request v3] Pull request for branch for-master/doc X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hello All! Here is the remaining part of the doc series. Nothing scary for this 3rd round, but some cleanup and updates. The following changes since commit 83287ee571db6ffd876c90b6db12fa59be87ae67: htop: needs MMU (2013-03-05 15:51:01 +0100) are available in the git repository at: git://github.com/tSed/buildroot.git for-master/doc for you to fetch changes up to e6dec8955255699c4cb7d57fda85768c9e0582f5: manual: update generated lists (2013-03-05 22:25:16 +0100) ---------------------------------------------------------------- Samuel Martin (6): support: add kconfiglib python module support/scripts: add gen-manual-lists.py manual: add a make target 'manual-update-lists' manual: cleanup appendix.txt Makefile: add to the release target a warning about the manual updates. manual: update generated lists Makefile | 2 + docs/manual/appendix.txt | 29 +- docs/manual/deprecated-list.txt | 79 +- docs/manual/host-package-list.txt | 19 + docs/manual/manual.mk | 8 +- docs/manual/package-list.txt | 936 +++++++++ docs/manual/pkg-list.txt | 870 -------- support/scripts/gen-manual-lists.py | 336 ++++ support/scripts/kconfiglib.py | 3772 +++++++++++++++++++++++++++++++++++ support/scripts/readme | 11 + 10 files changed, 5139 insertions(+), 923 deletions(-) create mode 100644 docs/manual/host-package-list.txt create mode 100644 docs/manual/package-list.txt delete mode 100644 docs/manual/pkg-list.txt create mode 100755 support/scripts/gen-manual-lists.py create mode 100644 support/scripts/kconfiglib.py create mode 100644 support/scripts/readme Yours, Samuel