kbuildall is a utility that generates default configs for all
authorPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 16 Sep 2009 20:18:03 +0000 (20:18 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 16 Sep 2009 20:18:03 +0000 (20:18 +0000)
commit8e9910e5c9e9100ddeb8d90fb3ddb5a57a68771f
tree438a289016eb154e3e0a0b9514ccd32857ee9ce9
parentab13458c34961cd709604c68059a9b209607e0b9
kbuildall is a utility that generates default configs for all
boards, builds them, and keeps the config and build logs around and
creates a roster of all boards and their build status.

abuild does this for the newconfig based buildsystem, kbuildall does
this for kconfig/kbuild.

It's supposed to be put in the tree as util/kbuildall/kbuildall, and
called like that (ie. from the top level directory).

The results can be found in kbuildall.results/ in the toplevel
directory, the roster is called _overview.txt ("_" to make sure it's
sorted before or after all the board files)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4638 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/kbuildall/kbuildall [new file with mode: 0755]