blob: e80897832290c33947239191cbe1bb8fa735ad8e [file] [log] [blame]
Stefan Reinauer0bece042006-09-21 13:09:22 +00001.TH ABUILD 1 "September 19, 2006"
2.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
44.B "\-v, \-\-verbose"
45More verbose output.
46.TP
47.B "\-h, \-\-help"
48Show a help text and exit.
49.TP
50.B "\-V, \-\-version"
51Show version information and exit.
52.SH BUGS
53Please report any bugs at http://bugzilla.openbios.org/.
54.SH LICENCE
55.B abuild
56is covered by the GNU General Public License (GPL), version 2 or later.
57.SH SEE ALSO
58.BR romcc (1),
59.BR flashrom (1).
60.SH COPYRIGHT
612004 Stefan Reinauer
62.br
632006 coresystems GmbH
64.SH AUTHORS
65Stefan Reinauer <stepan@openbios.org>
66.PP
67This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
68It is licensed under the terms of the GNU GPL (v2 or later).