From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 10/21 RFC] docs/manual: prepare-config can be used as a dependency of documents
Date: Wed, 27 May 2015 21:51:38 +0300 [thread overview]
Message-ID: <20150527185138.GY2260@tarshish> (raw)
In-Reply-To: <7bc5de3f455dccc34aad9604d20d5ef0cc1d86a5.1432681414.git.yann.morin.1998@free.fr>
Hi Yann,
On Wed, May 27, 2015 at 01:42:05AM +0200, Yann E. MORIN wrote:
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Samuel Martin <s.martin49@gmail.com>
> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
> ---
> docs/manual/adding-packages-asciidoc.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/docs/manual/adding-packages-asciidoc.txt b/docs/manual/adding-packages-asciidoc.txt
> index 0c10fd1..a278d44 100644
> --- a/docs/manual/adding-packages-asciidoc.txt
> +++ b/docs/manual/adding-packages-asciidoc.txt
> @@ -65,6 +65,8 @@ information is (assuming the document name is +foo+) :
>
> * +FOO_DEPENDENCIES+, optional, the list of packages (most probably,
> host-packages) that must be built before building this document.
> + If a hook of your document needs to access the _Kconfig_ structure,
> + you may add +prepare-kconfig+ to the list of dependencies.
Why not move the 'doc/asciidoc: add possibility to define document
dependencies' patch here, and merge it with this one?
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2015-05-27 18:51 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 23:42 [Buildroot] [PATCH 0/21 RFC] br2-external: support multiple trees at once (branch yem/multi-br2-external-2) Yann E. MORIN
2015-05-26 23:41 ` [Buildroot] [PATCH 01/21 RFC] core: commonalise the bundled and br2-external %_defconfig rules Yann E. MORIN
2015-05-26 23:41 ` [Buildroot] [PATCH 02/21 RFC] pkg-infra/pkg-generic: define PKGDIR for all rules Yann E. MORIN
2015-05-26 23:41 ` [Buildroot] [PATCH 03/21 RFC] docs/manual: slightly re-organise br2-external sections Yann E. MORIN
2015-05-26 23:41 ` [Buildroot] [PATCH 04/21 RFC] core: remove .br-external on distclean Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 05/21 RFC] docs/manual: do not override BR2_EXTERNAL Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 06/21 RFC] doc/asciidoc: add possibility to define document dependencies Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 07/21 RFC] core: introduce an intermediate rule before the configurators Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 08/21 RFC] core: move rule to create basic directories Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 09/21 RFC] core: introduce a generated kconfig snippet Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 10/21 RFC] docs/manual: prepare-config can be used as a dependency of documents Yann E. MORIN
2015-05-27 18:51 ` Baruch Siach [this message]
2015-05-27 19:02 ` Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 11/21 RFC] core: do not hard-code inclusion of br2-external in Kconfig Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 12/21 RFC] core: get rid of our dummy br2-external tree Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 13/21 RFC] core: require br2-external trees define a unique ID Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 14/21 RFC] docs/manual: document the br2-external ID Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 15/21 RFC] core: no longer export the raw BR2_EXTERNAL to users Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 16/21 RFC] core: handle .br-external in a make rule Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 17/21 RFC] core: move pkg-utils.mk to support/ Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 18/21 RFC] core: add support for multiple br2-external trees Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 19/21 RFC] support/scripts: teach gen-manual-lists about BR2_EXTERNAL Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 20/21 RFC] docs/manual: include packages from BR2_EXTERNAL if set Yann E. MORIN
2015-05-26 23:42 ` [Buildroot] [PATCH 21/21 RFC] docs/manual: document multi br2-external Yann E. MORIN
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=20150527185138.GY2260@tarshish \
--to=baruch@tkos.co.il \
--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