summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-09 11:29:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 16:20:56 +0100
commitc589b853056eff75cade3d2760acebd04513657d (patch)
tree052e0370ecffb0b06883e7a7676944aa3aa7f2f0 /documentation/dev-manual/dev-manual-newbie.xml
parentb7b64ae73fdcf741d0d0fa6cb06d999975ae02c2 (diff)
downloadpoky-c589b853056eff75cade3d2760acebd04513657d.tar.gz
dev-manual: Edits to "Summary" section.
(From yocto-docs rev: 6c73cc0e01ed10c225eb054eb5ea5a26b989bbdb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 2f6805625b..7572f36788 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -361,12 +361,12 @@
361 <itemizedlist> 361 <itemizedlist>
362 <listitem><para>Use <link linkend='git'>Git</link> 362 <listitem><para>Use <link linkend='git'>Git</link>
363 as the source control system.</para></listitem> 363 as the source control system.</para></listitem>
364 <listitem><para>Maintain your metadata in layers that make sense 364 <listitem><para>Maintain your Metadata in layers that make sense
365 for your situation. 365 for your situation.
366 See the "<link linkend='understanding-and-creating-layers'>Understanding 366 See the "<link linkend='understanding-and-creating-layers'>Understanding
367 and Creating Layers</link>" section for more information on 367 and Creating Layers</link>" section for more information on
368 layers.</para></listitem> 368 layers.</para></listitem>
369 <listitem><para>Separate the project's metadata and code by using 369 <listitem><para>Separate the project's Metadata and code by using
370 separate Git repositories. 370 separate Git repositories.
371 See the "<link linkend='yocto-project-repositories'>Yocto Project 371 See the "<link linkend='yocto-project-repositories'>Yocto Project
372 Source Repositories</link>" section for information on these 372 Source Repositories</link>" section for information on these
@@ -381,7 +381,7 @@
381 by developers in the same organization and share the 381 by developers in the same organization and share the
382 same source directories on their machines. 382 same source directories on their machines.
383 </para></listitem> 383 </para></listitem>
384 <listitem><para>Set up an autobuilder and have it populate the 384 <listitem><para>Set up an Autobuilder and have it populate the
385 sstate cache and source directories.</para></listitem> 385 sstate cache and source directories.</para></listitem>
386 <listitem><para>The Yocto Project community encourages you 386 <listitem><para>The Yocto Project community encourages you
387 to send patches to the project to fix bugs or add features. 387 to send patches to the project to fix bugs or add features.