Hi,
attached file 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
Patrick Georgi wrote:
Hi,
attached file 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
Awesome!
Acked-by: Stefan Reinauer stepan@coresystems.de
On 16.09.2009 22:07, Patrick Georgi wrote:
attached file 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.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Very impressive! This would have been a great help for v3, and I'm confident it will push v2 testing forward as well. Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel