All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request v3] Pull request for branch for-master/doc
@ 2013-03-05 21:35 Samuel Martin
  2013-03-05 21:35 ` [Buildroot] [PATCH 1/6] support: add kconfiglib python module Samuel Martin
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Samuel Martin @ 2013-03-05 21:35 UTC (permalink / raw)
  To: buildroot

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

--

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

end of thread, other threads:[~2013-03-06  8:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 21:35 [Buildroot] [pull request v3] Pull request for branch for-master/doc Samuel Martin
2013-03-05 21:35 ` [Buildroot] [PATCH 1/6] support: add kconfiglib python module Samuel Martin
2013-03-06  8:30   ` Thomas Petazzoni
2013-03-05 21:35 ` [Buildroot] [PATCH 2/6] support/scripts: add gen-manual-lists.py Samuel Martin
2013-03-05 21:35 ` [Buildroot] [PATCH 3/6] manual: add a make target 'manual-update-lists' Samuel Martin
2013-03-05 21:35 ` [Buildroot] [PATCH 4/6] manual: cleanup appendix.txt Samuel Martin
2013-03-05 21:35 ` [Buildroot] [PATCH 5/6] Makefile: add to the release target a warning about the manual updates Samuel Martin
2013-03-05 21:35 ` [Buildroot] [PATCH 6/6] manual: update generated lists Samuel Martin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.