Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Makefile: Support merged and nested defconfigs.
@ 2016-05-18 19:25 Patrick Williams
  2016-05-18 19:25 ` [Buildroot] [PATCH 1/6] Makefile: Support merged defconfigs Patrick Williams
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Patrick Williams @ 2016-05-18 19:25 UTC (permalink / raw)
  To: buildroot

This is a combination and cleanup of the previous efforts by
Sam Bobroff and Elizabeth Liner to introduce merged defconfigs
and nested defconfig directories respectively.

Merged defconfigs allow us to create defconfig snippets for aspects
that are common across multiple machines and create a combined defconfig
from the snippets.  The support scripts for merged kernel defconfigs is
reused.

Nested defconfig directories allow us to organize the defconfig
directory into sub-directories.  A likely use for this is to place
defconfigs into architecture-specific subdirectories.

Elizabeth Liner (1):
  Makefile: Support nested config directories

Patrick Williams (4):
  Makefile: Generate %_defconfig recipes from macro.
  Makefile: Add nested config dirs to list-defconfigs
  Makefile: Add merged defconfigs to list-defconfigs.
  Makefile: Fix merge defconfig clobber of .config.old

Sam Bobroff (1):
  Makefile: Support merged defconfigs

 Makefile | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

-- 
2.6.3

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

end of thread, other threads:[~2016-05-24 15:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 19:25 [Buildroot] [PATCH 0/6] Makefile: Support merged and nested defconfigs Patrick Williams
2016-05-18 19:25 ` [Buildroot] [PATCH 1/6] Makefile: Support merged defconfigs Patrick Williams
2016-05-18 19:25 ` [Buildroot] [PATCH 2/6] Makefile: Generate %_defconfig recipes from macro Patrick Williams
2016-05-18 19:25 ` [Buildroot] [PATCH 3/6] Makefile: Support nested config directories Patrick Williams
2016-05-18 19:25 ` [Buildroot] [PATCH 4/6] Makefile: Add nested config dirs to list-defconfigs Patrick Williams
2016-05-18 19:25 ` [Buildroot] [PATCH 5/6] Makefile: Add merged defconfigs " Patrick Williams
2016-05-18 19:25 ` [Buildroot] [PATCH 6/6] Makefile: Fix merge defconfig clobber of .config.old Patrick Williams
2016-05-18 23:42 ` [Buildroot] [PATCH 0/6] Makefile: Support merged and nested defconfigs Samuel Mendoza-Jonas
2016-05-24 15:31 ` Patrick Williams

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