summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-28 09:20:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:13 +0100
commitba6887404aa400bbed125dce3614399e42438f26 (patch)
tree2b7c61c2ae8e21f8a3df38f139bbe2f8d5020612 /documentation/ref-manual
parented25d7df9cc755cfcbf24e3a83f129ad8e1575e9 (diff)
downloadpoky-ba6887404aa400bbed125dce3614399e42438f26.tar.gz
documentation: Re-write of dev-manual setup chapter
Fixes [YOCTO #11630] The chapter on setting up YP has been completely re-written to move towards a "how-to" manual. This involved touching every aspect of the chapter. All subsections now have procedures surrounding set up stuff. There are some development sections that still need fleshed out. Many, many links and references in other chapters were affected. These have been fixed. A couple style-sheet (*.css) files were also updated to support the "writernotes" style, which renders paragraph text in red. (From yocto-docs rev: c4c2a6cf575ce5c783b1cc84d9f7e961aebef49c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/introduction.xml2
-rw-r--r--documentation/ref-manual/ref-development-environment.xml2
-rw-r--r--documentation/ref-manual/ref-structure.xml5
3 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index 473afb53ad..2fad3a93c9 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -594,7 +594,7 @@
594 You can set up the Source Directory by cloning a copy of the upstream 594 You can set up the Source Directory by cloning a copy of the upstream
595 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>poky</ulink> Git repository. 595 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>poky</ulink> Git repository.
596 For information on how to do this, see the 596 For information on how to do this, see the
597 "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Set Up</ulink>" 597 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-yocto-project-source-files'>Working With Yocto Project Source Files</ulink>"
598 section in the Yocto Project Development Manual. 598 section in the Yocto Project Development Manual.
599 </para> 599 </para>
600</section> 600</section>
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml
index 6922736d61..d0b1f0f1d3 100644
--- a/documentation/ref-manual/ref-development-environment.xml
+++ b/documentation/ref-manual/ref-development-environment.xml
@@ -333,7 +333,7 @@
333 Once you have a local copy of a repository, you can take steps to 333 Once you have a local copy of a repository, you can take steps to
334 develop locally. 334 develop locally.
335 For examples on how to clone Git repositories, see the 335 For examples on how to clone Git repositories, see the
336 "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Set Up</ulink>" 336 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-yocto-project-source-files'>Working With Yocto Project Source Files</ulink>"
337 section in the Yocto Project Development Manual. 337 section in the Yocto Project Development Manual.
338 </para> 338 </para>
339 339
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 3b3f0779cd..008b95a36a 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -14,8 +14,9 @@
14</para> 14</para>
15 15
16<para> 16<para>
17 For information on how to establish a local Source Directory on your development system, see the 17 For information on how to establish a local Source Directory on your
18 "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Set Up</ulink>" 18 development system, see the
19 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-yocto-project-source-files'>Working With Yocto Project Source Files</ulink>"
19 section in the Yocto Project Development Manual. 20 section in the Yocto Project Development Manual.
20</para> 21</para>
21 22