Commit Graph

6 Commits

Author SHA1 Message Date
Richard Purdie
7b8ab49e16 README: Tweak to match the username consistently
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-05-04 16:25:21 +01:00
Trevor Gamblin
0edf7860fe README-Guide: wrap lines at 80 characters
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-06-16 17:33:48 +01:00
Trevor Gamblin
5fcdb82844 README-Guide: cleanup, clarify setup instructions
Broke the document up into more sections, and added some info
to make it clear that the same instructions for setting up
the systemd autobuilder can be used to start it manually.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-06-16 17:28:35 +01:00
Trevor Gamblin
faea0b86c8 README-Guide.md: Add multi-node content, extra config info
The instructions in README-Guide.md are a good starting point, but there
are some additional guidelines in this patch for setting up worker nodes
which may be useful to others who want to run their own Autobuilder
instance. Specifically, it adds:

- Section 1.3 on adding additional worker nodes to a cluster
- Section 1.4 on setting up an NFS share for the controller and workers
  to reference
- A link to the Yocto Manual where the requirements to support running
  builds on Ubuntu/Debian systems is listed
- A note to make sure that any new users (pokybuild3) created for the
  Autobuilder have LANG set in their bash profile

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-04-13 20:43:58 +01:00
Trevor Gamblin
b450d5cd97 README-Guide: fix typos, add hashserv setup
Added some instructions on setting up the hash equivalency server for
an autobuilder instance that operates independently of the Yocto one.
This all still assumes that the user is planning on running the controller,
worker, and janitor on the same build host, although the hash equivalency
server itself doesn't need to be.

Also made some minor changes to the list of packages to install to support
the autobuilder on Ubuntu, since there were some typos in the package names.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-12 21:48:26 +01:00
Thomas Goodwin
c10ea24a43 README-Guide.md: Added additional documentation.
Extended the documentation set to include instructions for how to
make changes to builds, schedules, workers, etc. including a rough
map of what variables map to one another and which variables are
allowed/used in the autobuilder helper JSON file(s).

Signed-off-by: Thomas Goodwin <btgoodwin@geontech.com>
2019-08-15 06:57:16 -04:00