diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-09 11:22:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:20:55 +0100 |
commit | f09cca6d49a03e3057cc15e61837c5b0b7308eea (patch) | |
tree | 788c961901d854638813540c2108df2da80dabd9 | |
parent | 47b7e49eb301a513e4b1f44f5295f499b1a05adf (diff) | |
download | poky-f09cca6d49a03e3057cc15e61837c5b0b7308eea.tar.gz |
dev-manual: Edits to "Autobuilders" section.
(From yocto-docs rev: 5facb63e7bd0bb9627e83cfc34ae82a3898fe349)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index c2ce439421..759871a2b3 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -288,23 +288,23 @@ | |||
288 | <para> | 288 | <para> |
289 | The features of this system are: | 289 | The features of this system are: |
290 | <itemizedlist> | 290 | <itemizedlist> |
291 | <listitem><para>Highlights when commits break the build | 291 | <listitem><para>Highlights when commits break the build. |
292 | </para></listitem> | 292 | </para></listitem> |
293 | <listitem><para>Populates an sstate cache from which | 293 | <listitem><para>Populates an sstate cache from which |
294 | developers can pull rather than requiring local | 294 | developers can pull rather than requiring local |
295 | builds</para></listitem> | 295 | builds.</para></listitem> |
296 | <listitem><para>Allows commit hook triggers, | 296 | <listitem><para>Allows commit hook triggers, |
297 | which trigger builds when commits are made | 297 | which trigger builds when commits are made. |
298 | </para></listitem> | 298 | </para></listitem> |
299 | <listitem><para>Allows triggering of automated image booting | 299 | <listitem><para>Allows triggering of automated image booting |
300 | and testing under the QuickEMUlator (QEMU) | 300 | and testing under the QuickEMUlator (QEMU). |
301 | </para></listitem> | 301 | </para></listitem> |
302 | <listitem><para>Supports incremental build testing and from | 302 | <listitem><para>Supports incremental build testing and from |
303 | scratch builds</para></listitem> | 303 | scratch builds.</para></listitem> |
304 | <listitem><para>Shared output that allows developer | 304 | <listitem><para>Shares output that allows developer |
305 | testing and historical regression investigation | 305 | testing and historical regression investigation. |
306 | </para></listitem> | 306 | </para></listitem> |
307 | <listitem><para>Creates output that can be used for releases | 307 | <listitem><para>Creates output that can be used for releases. |
308 | </para></listitem> | 308 | </para></listitem> |
309 | <listitem><para>Allows scheduling of builds so that resources | 309 | <listitem><para>Allows scheduling of builds so that resources |
310 | can be used efficiently.</para></listitem> | 310 | can be used efficiently.</para></listitem> |