[coreboot] build service results for r4381

coreboot information info at coresystems.de
Tue Jun 30 17:41:41 CEST 2009


Dear coreboot readers!

This is the automatic build system of coreboot.

The developer "stepan" checked in revision 4381 to
the coreboot repository. This caused the following 
changes:

Change Log:
This patch unifies the use of config options in v2 to all start with CONFIG_

It's basically done with the following script and some manual fixup:

VARS=`grep ^define src/config/Options.lb | cut -f2 -d\ | grep -v ^CONFIG | grep -v ^COREBOOT |grep -v ^CC`
for VAR in $VARS; do
	find . -name .svn -prune -o -type f -exec perl -pi -e "s/(^|[^0-9a-zA-Z_]+)$VAR($|[^0-9a-zA-Z_]+)/\1CONFIG_$VAR\2/g" {} \;
done

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



Build Log:
Configuration of embeddedplanet:ep405pc has been broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=4381&device=ep405pc&vendor=embeddedplanet&num=1
Configuration of motorola:sandpointx3_altimus_mpc7410 has been broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=4381&device=sandpointx3_altimus_mpc7410&vendor=motorola&num=1
Configuration of totalimpact:briq has been broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=4381&device=briq&vendor=totalimpact&num=1
Compilation of via:epia-m700 is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=4381&device=epia-m700&vendor=via&num=2


If something broke during this checkin please be a pain 
in stepan's neck until the issue is fixed.

If this issue is not fixed within 24h the revision should 
be backed out.

   Best regards,
     coreboot automatic build system






More information about the coreboot mailing list