The Yocto Autobuilder: Difference between revisions
Bill Randle (talk | contribs) No edit summary |
Joshua Lock (talk | contribs) (→The Yocto AutoBuilder: link to nightly output, tidy up.) |
||
Line 1: | Line 1: | ||
== The Yocto AutoBuilder == | == The Yocto AutoBuilder == | ||
The Yocto | The Yocto AutoBuilder is a buildbot based autobuilder implementation that can be used to build out and test custom distros utilizing OE-Core (either bare or through the poky repository) | ||
The source code can be downloaded from [ | The source code can be downloaded from the [yocto-autobuilder git://git.yoctoproject.org/yocto-autobuilder] repository. | ||
For details on the design and configuration of the AutoBuilder, refer to the '''''YoctoAutobuilderDevelopersDocument.html''''' document in the ''docs'' directory of the yocto-autobuilder git repo. | |||
If you have access to our production autobuilder, please read the documentation on [ | The yocto-autobuilder maintainer is [[User:Joshua_Lock | Joshua Lock]]. All patches to the yocto-autobuilder should be sent to yocto@yoctoproject.org with "[yocto-autobuilder]" in the Subject line. Please CC: joshua.g.lock@linux.intel.com. | ||
If you have access to our production autobuilder, please read the documentation on [[How_to_start_a_build_on_the_Autobuilder | how to kick off builds]]. | |||
=== Resources === | === Resources === | ||
* [[Accessing Autobuilders]] | * [[Accessing Autobuilders]] | ||
* [http://autobuilder.pokylinux.org/pub/nightly/ Nightly build output] -- http://autobuilder.pokylinux.org/pub/nightly/ | |||
* [[AutoBuilder Maintenance]] | * [[AutoBuilder Maintenance]] | ||
* [[AutoBuilder Cluster Setup]] | * [[AutoBuilder Cluster Setup]] | ||
* [[How_to_start_a_build_on_the_Autobuilder |How to Start a Build on the AutoBuilder]] | * [[How_to_start_a_build_on_the_Autobuilder |How to Start a Build on the AutoBuilder]] | ||
* [[Frequently Asked Yocto Autobuilder Questions]] | * [[Frequently Asked Yocto Autobuilder Questions]] |
Revision as of 15:54, 20 October 2016
The Yocto AutoBuilder
The Yocto AutoBuilder is a buildbot based autobuilder implementation that can be used to build out and test custom distros utilizing OE-Core (either bare or through the poky repository)
The source code can be downloaded from the [yocto-autobuilder git://git.yoctoproject.org/yocto-autobuilder] repository.
For details on the design and configuration of the AutoBuilder, refer to the YoctoAutobuilderDevelopersDocument.html document in the docs directory of the yocto-autobuilder git repo.
The yocto-autobuilder maintainer is Joshua Lock. All patches to the yocto-autobuilder should be sent to yocto@yoctoproject.org with "[yocto-autobuilder]" in the Subject line. Please CC: joshua.g.lock@linux.intel.com.
If you have access to our production autobuilder, please read the documentation on how to kick off builds.