From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch yem-misc-fixes
Date: Mon, 7 Jan 2013 22:52:02 +0100 [thread overview]
Message-ID: <cover.1357595083.git.yann.morin.1998@free.fr> (raw)
Hello All!
This series introduces exporting a variable, $(BR2_CONFIG_FILE), that
contains the fully-qualified path to out .config.
In some cases, scripts in support/ need to parse our .config (eg. the
dependency-checking script needs to check the conformity of rxternal
toolchain features).
Also, some Makefile fragments (eg. the crosstool-Ng backend) need to
refer to this config file for make-dependency-checking.
This was currently done in different ad-hoc manners, and is not scalable.
I'll also use it later to retrieve the password encoding scheme when
creating users from packages.
The following changes since commit 13a9fc901f637a1534baa4f08322f3b29ba66b0d:
libnspr: only pass --{enable,disable}-thumb2 on ARM (2013-01-07 09:11:44 +0100)
are available in the git repository at:
git://gitorious.org/buildroot/buildroot.git yem-misc-fixes
Yann E. MORIN (3):
Makefile: export BR2_CONFIG_FILE, pointing to our .config
support/dependencies: use globally-exported BR2_CONFIG_FILE
toolchain/crostool-ng: use globally-exported CONFIG_FILE
Makefile | 4 ++++
support/dependencies/dependencies.mk | 1 -
support/dependencies/dependencies.sh | 10 +++++-----
toolchain/toolchain-crosstool-ng/crosstool-ng.mk | 4 ++--
4 files changed, 11 insertions(+), 8 deletions(-)
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 reply other threads:[~2013-01-07 21:52 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 21:52 Yann E. MORIN [this message]
2013-01-07 21:52 ` [Buildroot] [PATCH 1/3] Makefile: export BR2_CONFIG_FILE, pointing to our .config Yann E. MORIN
2013-01-07 22:10 ` Yann E. MORIN
2013-01-08 6:50 ` Arnout Vandecappelle
2013-01-08 12:51 ` Yann E. MORIN
2013-01-08 13:07 ` Arnout Vandecappelle
2013-01-08 13:46 ` Yann E. MORIN
2013-01-08 14:27 ` Arnout Vandecappelle
2013-01-13 20:45 ` Peter Korsgaard
2013-01-13 21:34 ` Yann E. MORIN
2013-01-07 21:52 ` [Buildroot] [PATCH 2/3] support/dependencies: use globally-exported BR2_CONFIG_FILE Yann E. MORIN
2013-01-07 21:52 ` [Buildroot] [PATCH 3/3] toolchain/crostool-ng: use globally-exported CONFIG_FILE Yann E. MORIN
-- strict thread matches above, loose matches on Subject: below --
2013-01-08 12:06 [Buildroot] [pull request] Pull request for branch yem-misc-fixes Yann E. MORIN
2012-12-25 18:11 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=cover.1357595083.git.yann.morin.1998@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