The Yocto Autobuilder: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== The Yocto Autobuilder ==
== The Yocto Autobuilder ==


The Yocto Autobuilder is a buildbot based autobuilder implementation that can be used to build out custom distros utilizing OE-Core (either bare or through the poky repository)
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 [[git://git.yoctoproject.org/yocto-autobuilder]]
The source code can be downloaded from [[git://git.yoctoproject.org/yocto-autobuilder]]
Line 8: Line 8:


If you have access to our production autobuilder, please read the documentation on [https://wiki.yoctoproject.org/wiki/How_to_start_a_build_on_the_Autobuilder how to kick off builds.]
If you have access to our production autobuilder, please read the documentation on [https://wiki.yoctoproject.org/wiki/How_to_start_a_build_on_the_Autobuilder how to kick off builds.]
=== Resources ===
* [[AutoBuilderClusterSetup]]
* [[How_to_start_a_build_on_the_Autobuilder]]
* [[Frequently Asked Yocto Autobuilder Questions]]

Revision as of 21:51, 25 August 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 [[1]]

The yocto-autobuilder maintainer is Elizabeth Flanagan. All patches to the yocto-autobuilder should be sent to yocto@yoctoproject.org with "[yocto-autobuilder]" in the Subject line. Please CC: pidge@toganlabs.com and joshua.g.lock@linux.intel.com.

If you have access to our production autobuilder, please read the documentation on how to kick off builds.

Resources