blob: efab83d46d41c8b4a57c058ab98ef27334b5bcc8 [file] [log] [blame]
Stefan Reinauer3a140572006-10-25 19:02:34 +00001.TH ABUILD 1 "October 24, 2006"
Stefan Reinauer0bece042006-09-21 13:09:22 +00002.SH NAME
3abuild \- build LinuxBIOS images for all available targets
4.SH SYNOPSIS
5.B abuild
6\fR[\fB\-abxVh\fR] [\fB\-t\fR vendor/board] [\fB\-p\fR dir]
7[LBROOT]
8.SH DESCRIPTION
9.B abuild
10is a utility used to easily build LinuxBIOS images for all available targets.
11.SH OPTIONS
12The
13.B "[LBROOT]"
14parameter tells
15.B abuild
16where the root directory of the LinuxBIOS build tree resides. Per default
17this is
18.B "../.."
19as the
20.B abuild
21script resides in
22.BR "[LBROOT]/utils/abuild" .
23.TP
24.B "\-a, \-\-all"
25Build previously succeeded ports as well.
26.TP
27.B "\-b, \-\-broken"
28Attempt to build ports that are known to be broken.
29.TP
30.B "\-p, \-\-payloads <dir>"
31Use payloads in
32.B "<dir>"
33to build images.
34.TP
35.B "\-t, \-\-target <vendor/board>"
36Attempt to build target vendor/board only.
37.TP
38.B "\-x, \-\-xml"
39Write an XML log file instead of a plain-text one.
40The file will be called
41.B abuild.xml
42and will be created in the current directory.
43.TP
Stefan Reinauer3a140572006-10-25 19:02:34 +000044.B "\-T, \-\-test"
45Submit generated image(s) to the automated test system.
46The results of the tests will be made available at
47.B http://qa.linuxbios.org/log_manual.php
48.TP
Stefan Reinauer0bece042006-09-21 13:09:22 +000049.B "\-v, \-\-verbose"
50More verbose output.
51.TP
52.B "\-h, \-\-help"
53Show a help text and exit.
54.TP
55.B "\-V, \-\-version"
56Show version information and exit.
57.SH BUGS
58Please report any bugs at http://bugzilla.openbios.org/.
59.SH LICENCE
60.B abuild
61is covered by the GNU General Public License (GPL), version 2 or later.
62.SH SEE ALSO
63.BR romcc (1),
64.BR flashrom (1).
65.SH COPYRIGHT
662004 Stefan Reinauer
67.br
682006 coresystems GmbH
69.SH AUTHORS
Stefan Reinauer3a140572006-10-25 19:02:34 +000070Stefan Reinauer <stepan@coresystems.de>
Stefan Reinauer0bece042006-09-21 13:09:22 +000071.PP
72This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
73It is licensed under the terms of the GNU GPL (v2 or later).