Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Martin <s.martin49@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch for-master/doc
Date: Wed, 13 Feb 2013 23:59:01 +0100	[thread overview]
Message-ID: <cover.1360795941.git.s.martin49@gmail.com> (raw)

Hello,


Here is some updates and fixes in the manual.

The following changes since commit 6056de8971bf25c9853c38583dc50b5abcb982de:

  rpi-userland: update to fix no-longer applying patch (2013-02-10 13:58:51 +0100)

are available in the git repository at:

  git at github.com:tSed/buildroot.git for-master/doc

for you to fetch changes up to 73205fcda9f19a8e4717799831d0eb41a376da27:

  Makefile: add to the release target a warning about the manual updates. (2013-02-13 23:49:12 +0100)

----------------------------------------------------------------
Samuel Martin (9):
      manual: cleanup and update editor tags
      manual: fix cross-refs
      manual: sprinkle with some calls to MESSAGE
      manual: faq: add entry about the relocatable toolchain
      manual: faq: add workaround to avoid rebuilding the buildroot toolchain after
      manual: minor fix in patch-policy.txt
      manual: misc. post-{build,image} scripts fixes
      manual: update {deprecated,package}-list.txt
      Makefile: add to the release target a warning about the manual updates.

 Makefile                                   |   2 +
 docs/manual/adding-packages-autotools.txt  |   1 +
 docs/manual/adding-packages-cmake.txt      |   1 +
 docs/manual/adding-packages-conclusion.txt |   1 +
 docs/manual/adding-packages-directory.txt  |   1 +
 docs/manual/adding-packages-generic.txt    |   1 +
 docs/manual/adding-packages-gettext.txt    |   1 +
 docs/manual/adding-packages-tips.txt       |   1 +
 docs/manual/adding-packages.txt            |   3 +-
 docs/manual/advanced.txt                   |   1 +
 docs/manual/appendix.txt                   |  14 +-
 docs/manual/beyond-buildroot.txt           |   1 +
 docs/manual/ccache-support.txt             |   3 +-
 docs/manual/common-usage.txt               |   2 +
 docs/manual/configure.txt                  |   6 +-
 docs/manual/contribute.txt                 |   1 +
 docs/manual/customize-busybox-config.txt   |   3 +-
 docs/manual/customize-kernel-config.txt    |   3 +-
 docs/manual/customize-rootfs.txt           |  33 +-
 docs/manual/customize-store.txt            |  10 +-
 docs/manual/customize-toolchain.txt        |   5 +-
 docs/manual/customize-uclibc-config.txt    |   3 +-
 docs/manual/customize.txt                  |   1 +
 docs/manual/deprecated-list.txt            |  81 ++-
 docs/manual/developer-guide.txt            |   1 +
 docs/manual/download-infra.txt             |   3 +-
 docs/manual/download-location.txt          |   1 +
 docs/manual/eclipse-integration.txt        |   1 +
 docs/manual/faq-troubleshooting.txt        |  56 ++
 docs/manual/get-involved.txt               |   1 +
 docs/manual/getting.txt                    |   3 +-
 docs/manual/going-further.txt              |   1 +
 docs/manual/how-buildroot-works.txt        |   1 +
 docs/manual/introduction.txt               |   1 +
 docs/manual/legal-notice.txt               |   1 +
 docs/manual/make-tips.txt                  |   3 +-
 docs/manual/makedev-syntax.txt             |   3 +-
 docs/manual/manual.mk                      |   9 +-
 docs/manual/manual.txt                     |   1 +
 docs/manual/package-list.txt               | 948 +++++++++++++++++++++++++++++
 docs/manual/package-make-target.txt        |   1 +
 docs/manual/patch-policy.txt               |   7 +-
 docs/manual/pkg-list.txt                   | 870 --------------------------
 docs/manual/prerequisite.txt               |   3 +-
 docs/manual/rebuilding-packages.txt        |   3 +-
 docs/manual/starting-up.txt                |   1 +
 docs/manual/using-buildroot-toolchain.txt  |   1 +
 docs/manual/using.txt                      |   1 +
 docs/manual/working-with.txt               |   4 +-
 docs/manual/writing-rules.txt              |   1 +
 support/scripts/gen-manual-lists.py        | 237 ++++++++
 51 files changed, 1383 insertions(+), 959 deletions(-)
 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

Yours,

--

Samuel

             reply	other threads:[~2013-02-13 22:59 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13 22:59 Samuel Martin [this message]
2013-02-13 22:59 ` [Buildroot] [PATCH 1/9] manual: cleanup and update editor tags Samuel Martin
2013-02-14  6:47   ` Arnout Vandecappelle
2013-02-17 21:50   ` Peter Korsgaard
2013-02-13 22:59 ` [Buildroot] [PATCH 2/9] manual: fix cross-refs Samuel Martin
2013-02-14  6:46   ` Arnout Vandecappelle
2013-02-13 22:59 ` [Buildroot] [PATCH 3/9] manual: sprinkle with some calls to MESSAGE Samuel Martin
2013-02-14  6:48   ` Arnout Vandecappelle
2013-02-17 21:51   ` Peter Korsgaard
2013-02-13 22:59 ` [Buildroot] [PATCH 4/9] manual: faq: add entry about the relocatable toolchain Samuel Martin
2013-02-14  6:49   ` Arnout Vandecappelle
2013-02-14 17:32   ` Thomas Petazzoni
2013-02-23 13:33     ` Samuel Martin
2013-02-13 22:59 ` [Buildroot] [PATCH 5/9] manual: faq: add workaround to avoid rebuilding the buildroot toolchain after each clean Samuel Martin
2013-02-14  7:04   ` Arnout Vandecappelle
2013-02-14 17:36   ` Thomas Petazzoni
2013-02-23 13:34     ` Samuel Martin
2013-02-13 22:59 ` [Buildroot] [PATCH 6/9] manual: minor fix in patch-policy.txt Samuel Martin
2013-02-14  7:06   ` Arnout Vandecappelle
2013-02-14 17:37   ` Thomas Petazzoni
2013-02-17 21:54   ` Peter Korsgaard
2013-02-13 22:59 ` [Buildroot] [PATCH 7/9] manual: misc. post-{build, image} scripts fixes Samuel Martin
2013-02-14  7:16   ` Arnout Vandecappelle
2013-02-13 22:59 ` [Buildroot] [PATCH 8/9] manual: update {deprecated, package}-list.txt Samuel Martin
2013-02-18  7:23   ` Arnout Vandecappelle
2013-02-25 21:22     ` Samuel Martin
2013-02-13 22:59 ` [Buildroot] [PATCH 9/9] Makefile: add to the release target a warning about the manual updates Samuel Martin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1360795941.git.s.martin49@gmail.com \
    --to=s.martin49@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox