diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-28 09:20:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:13 +0100 |
commit | ba6887404aa400bbed125dce3614399e42438f26 (patch) | |
tree | 2b7c61c2ae8e21f8a3df38f139bbe2f8d5020612 /documentation/bsp-guide | |
parent | ed25d7df9cc755cfcbf24e3a83f129ad8e1575e9 (diff) | |
download | poky-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/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 787645324d..50822db2c2 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -87,7 +87,7 @@ | |||
87 | section in the Yocto Project Development Manual. | 87 | section in the Yocto Project Development Manual. |
88 | For more information on how to set up a local copy of source files | 88 | For more information on how to set up a local copy of source files |
89 | from a Git repository, see the | 89 | from a Git repository, see the |
90 | "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Set Up</ulink>" | 90 | "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-yocto-project-source-files'>Working With Yocto Project Source Files</ulink>" |
91 | section also in the Yocto Project Development Manual. | 91 | section also in the Yocto Project Development Manual. |
92 | </para> | 92 | </para> |
93 | 93 | ||