From: Yann E. MORIN <yann.morin.1998@free.fr>
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:02:19 +0200 [thread overview]
Message-ID: <20150527190219.GA3686@free.fr> (raw)
In-Reply-To: <20150527185138.GY2260@tarshish>
Baruch, All,
On 2015-05-27 21:51 +0300, Baruch Siach spake thusly:
> 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?
Because those two changes are semantically separate; the first one still
completly makes sense without this one.
That is, even if we do not accept support for multi br2-external trees,
or don;t accept it as-is, adding the possibilities for documetns to
define dependencies is still useful (IMHO).
That's why they are separate changes.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2015-05-27 19:02 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
2015-05-27 19:02 ` Yann E. MORIN [this message]
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=20150527190219.GA3686@free.fr \
--to=yann.morin.1998@free.fr \
--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