Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/4] Handle generated kconfig defconfigs
@ 2015-09-02  3:54 Sam Bobroff
  2015-09-02  3:54 ` [Buildroot] [PATCH v2 1/4] Handle kconfig generated defconfigs Sam Bobroff
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sam Bobroff @ 2015-09-02  3:54 UTC (permalink / raw)
  To: buildroot


See the first patch in this set for a description of the issue.


Changes v1 -> v2:
This version incorporates various improvements suggested by Arnout
Vandecappelle <arnout@mind.be>.

* The initial fix is now separated from it's first use.

* Some make error messages are now reported via $(error ...) which is simpler
  and provides better (IMHO) feedback than echo and exit and there are a few
  other minor makefile tweaks.

* Two other places (in boot/) now make use of the new method.

Please note that the changes to the boot targets are not tested (I included
them because Arnout indicated that they needed this fix), although they look
simple enough. I had a quick look at testing them but couldn't work out how to
do it. I'll test them if someone can give me instructions (including which
defconfigs are missing config files and which versions of the packages they
occur in if they differ from the default buildroot versions) or they could be
dropped.


Sam Bobroff (4):
  Handle kconfig generated defconfigs
  package/linux: Handle generated defconfigs
  boot/at91bootstrap3: Handled generated defconfigs
  boot/barebox: Handle generated defconfigs

 boot/at91bootstrap3/at91bootstrap3.mk |  9 ++++-----
 boot/barebox/barebox.mk               | 10 ++++------
 linux/linux.mk                        | 10 ++++------
 package/pkg-kconfig.mk                | 26 ++++++++++++++++++++------
 4 files changed, 32 insertions(+), 23 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-12-10  5:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02  3:54 [Buildroot] [PATCH v2 0/4] Handle generated kconfig defconfigs Sam Bobroff
2015-09-02  3:54 ` [Buildroot] [PATCH v2 1/4] Handle kconfig generated defconfigs Sam Bobroff
2015-09-02  3:54 ` [Buildroot] [PATCH v2 2/4] package/linux: Handle " Sam Bobroff
2015-09-02  3:54 ` [Buildroot] [PATCH v2 3/4] boot/at91bootstrap3: Handled " Sam Bobroff
2015-09-02  3:54 ` [Buildroot] [PATCH v2 4/4] boot/barebox: Handle " Sam Bobroff
2015-12-09 21:53 ` [Buildroot] [PATCH v2 0/4] Handle generated kconfig defconfigs Yann E. MORIN
2015-12-10  5:09   ` Sam Bobroff

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