Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch sma/doc-update
@ 2013-10-18 20:31 Samuel Martin
  2013-10-18 20:31 ` [Buildroot] [PATCH 01/12] manual generation: check dependencies first Samuel Martin
                   ` (12 more replies)
  0 siblings, 13 replies; 27+ messages in thread
From: Samuel Martin @ 2013-10-18 20:31 UTC (permalink / raw)
  To: buildroot

All,


Another round for the manual update patch series.
This time, I also integrate the pending patches from Thomas DS.

BTW, can someone (who has enough patchwork privileges) mark the
following patch as superseded:
http://patchwork.ozlabs.org/patch/214943/


Yours,

--
Samuel


The following changes since commit f87f067c027261eb8c0ac8ad120fe845570aaae3:

  ngrep: add license information (2013-10-15 15:13:28 +0200)

are available in the git repository at:

  git at github.com:tSed/buildroot.git sma/doc-update

for you to fetch changes up to b67f14903e6e33f2790ff7ee8c82c658f8c12b01:

  board: add warning to readme files explaining how to flash the target (2013-10-18 21:34:54 +0200)

----------------------------------------------------------------
Samuel Martin (10):
      support: trivial fixes (typos and minor rewording) in gen-manual-lists.py
      manual: move the manual rsync directory under $(O)/build/
      manual: developer-guide.txt: cleanup non-existing source
      manual: introduction.txt: enhance Buildroot presentation
      manual: get-involved.txt: fix event order
      manual: update get-involved section
      manual: rework Deploying images chapter
      manual: customize-toolchain.txt: update internal backend section
      manual: faq-troubleshooting.txt: add tips to avoid toolchain build
      board: add warning to readme files explaining how to flash the target

Thomas De Schampheleire (2):
      manual generation: check dependencies first
      manual generation: rename manual-txt into manual-text

 Makefile                                    |   4 +-
 board/avnet/s6lx9_microboard/readme.txt     |  10 +
 board/freescale/mpc8315erdb/readme.txt      |   8 +
 board/freescale/p1010rdb/readme.txt         |   8 +
 board/telit/evk-pro3/readme.txt             |   9 +
 docs/manual/beyond-buildroot.txt            |  41 ----
 docs/manual/customize-toolchain.txt         |  13 +-
 docs/manual/deploying-images.txt            | 291 ++++++++++++++++++++++++++++
 docs/manual/developer-guide.txt             |   2 -
 docs/manual/faq-troubleshooting.txt         |  67 +++++++
 docs/manual/get-involved.txt                | 164 +++++++++++++++-
 docs/manual/introduction.txt                |  45 +++++
 docs/manual/make-tips.txt                   |   3 +-
 docs/manual/manual.mk                       |  47 ++++-
 docs/manual/manual.txt                      |   4 +-
 docs/manual/prerequisite.txt                |   5 +-
 docs/manual/using.txt                       |   3 +-
 support/dependencies/check-host-asciidoc.sh |  36 ++++
 support/scripts/gen-manual-lists.py         |   9 +-
 19 files changed, 691 insertions(+), 78 deletions(-)
 delete mode 100644 docs/manual/beyond-buildroot.txt
 create mode 100644 docs/manual/deploying-images.txt
 create mode 100755 support/dependencies/check-host-asciidoc.sh

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [Buildroot] [pull request] Pull request for branch sma/doc-update
@ 2013-10-05 19:49 Samuel Martin
  0 siblings, 0 replies; 27+ messages in thread
From: Samuel Martin @ 2013-10-05 19:49 UTC (permalink / raw)
  To: buildroot

All,


Here is a couple of fixes (patches 1 to 3, 5 and 7) and
enhancements (patches 4, 6, 8 and 9) for the maunal.


Yours,

Samuel


The following changes since commit 8a67c54c77782936b69fd062d49aa590f4f97bb3:

  netatalk: disable dtrace (2013-10-05 21:12:44 +0200)

are available in the git repository at:

  git at github.com:tSed/buildroot.git sma/doc-update

for you to fetch changes up to a2cb1b7caaa580f341abbb3788d18323c3e2e7c3:

  manual: rework Deploying images chapter (2013-10-05 21:35:55 +0200)

----------------------------------------------------------------
Samuel Martin (9):
      manual: minor update in manual generation
      manual: developer-guide.txt: cleanup non-existing source
      manual: update dependency list to build the documentation
      manual: add information about buildroot toolchain not being relocable and put some hints to use it
      manual: configure: add deprecation warning for Crosstool-NG toolchain backend
      manual: introduction.txt: enhance Buildroot presentation
      manual: get-involved.txt: fix event order
      manual: update get-involved section
      manual: rework Deploying images chapter

 docs/manual/beyond-buildroot.txt    |  41 -----
 docs/manual/configure.txt           |   9 ++
 docs/manual/customize-toolchain.txt |  72 +++++++--
 docs/manual/deploying-images.txt    | 290 ++++++++++++++++++++++++++++++++++++
 docs/manual/developer-guide.txt     |   2 -
 docs/manual/get-involved.txt        | 147 ++++++++++++++++--
 docs/manual/introduction.txt        |  40 +++++
 docs/manual/manual.mk               |  13 +-
 docs/manual/manual.txt              |   4 +-
 docs/manual/prerequisite.txt        |   5 +-
 docs/manual/using.txt               |   3 +-
 support/scripts/gen-manual-lists.py |   9 +-
 12 files changed, 552 insertions(+), 83 deletions(-)
 delete mode 100644 docs/manual/beyond-buildroot.txt
 create mode 100644 docs/manual/deploying-images.txt

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

end of thread, other threads:[~2013-11-06 12:54 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 20:31 [Buildroot] [pull request] Pull request for branch sma/doc-update Samuel Martin
2013-10-18 20:31 ` [Buildroot] [PATCH 01/12] manual generation: check dependencies first Samuel Martin
2013-10-18 20:31 ` [Buildroot] [PATCH 02/12] manual generation: rename manual-txt into manual-text Samuel Martin
2013-10-18 20:31 ` [Buildroot] [PATCH 03/12] support: trivial fixes (typos and minor rewording) in gen-manual-lists.py Samuel Martin
2013-10-20  7:32   ` Thomas De Schampheleire
2013-10-18 20:31 ` [Buildroot] [PATCH 04/12] manual: move the manual rsync directory under $(O)/build/ Samuel Martin
2013-10-18 20:31 ` [Buildroot] [PATCH 05/12] manual: developer-guide.txt: cleanup non-existing source Samuel Martin
2013-10-20 19:14   ` Thomas De Schampheleire
2013-10-18 20:31 ` [Buildroot] [PATCH 06/12] manual: introduction.txt: enhance Buildroot presentation Samuel Martin
2013-11-01 16:17   ` Thomas Petazzoni
2013-10-18 20:31 ` [Buildroot] [PATCH 07/12] manual: get-involved.txt: fix event order Samuel Martin
2013-11-01 16:18   ` Thomas Petazzoni
2013-11-02 14:54     ` Samuel Martin
2013-10-18 20:31 ` [Buildroot] [PATCH 08/12] manual: update get-involved section Samuel Martin
2013-11-01 16:19   ` Thomas Petazzoni
2013-11-02 15:12     ` Samuel Martin
2013-10-18 20:31 ` [Buildroot] [PATCH 09/12] manual: rework Deploying images chapter Samuel Martin
2013-11-01 16:36   ` Thomas Petazzoni
2013-11-06 12:54   ` Thomas De Schampheleire
2013-10-18 20:31 ` [Buildroot] [PATCH 10/12] manual: customize-toolchain.txt: update internal backend section Samuel Martin
2013-10-21  6:25   ` Thomas De Schampheleire
2013-10-18 20:31 ` [Buildroot] [PATCH 11/12] manual: faq-troubleshooting.txt: add tips to avoid toolchain build Samuel Martin
2013-10-18 20:31 ` [Buildroot] [PATCH 12/12] board: add warning to readme files explaining how to flash the target Samuel Martin
2013-10-22 15:13   ` Thomas Petazzoni
2013-11-01 16:12 ` [Buildroot] [pull request] Pull request for branch sma/doc-update Thomas Petazzoni
2013-11-01 21:08   ` Samuel Martin
  -- strict thread matches above, loose matches on Subject: below --
2013-10-05 19:49 Samuel Martin

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