diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-05 11:00:59 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
commit | b797db0db4b472edbee96cd891c9523818d13346 (patch) | |
tree | 219fa940ca3407006357c3fc90acb5c252906235 /documentation/bsp-guide | |
parent | 64c37b5400b489a3b52bbffac59689b392e0e1f0 (diff) | |
download | poky-b797db0db4b472edbee96cd891c9523818d13346.tar.gz |
documentation: Created new YP Overview Manual
Fixes [YOCTO #12370]
Added a new chapter to the newly created Yocto Project Overview
Manual. This chapter originated from the YP Reference Manual and
was the old chapter 3, which talked a lot about various concepts.
This information is better suited for the new overview manual.
The change involved moving the entire chapter and renaming it.
This move of the content affected many, many external references
and links into the old area. Consequently, I had to recast all
these links from the different manual.
Changes also included fixing the mega-manual.xml file so that it
would include the new overview manual as part of it.
Many figures had to be relocated as part of the move as well. This
meant deleting them from the ref-manual/figures folder and putting
them into the overview-manual/figures folder.
(From yocto-docs rev: 87b81358f2bbd02b4a0d966d86c4d7b006d4d78f)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 6f2aa384b2..6ae3ff9804 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -55,7 +55,7 @@ | |||
55 | To help understand the BSP layer concept, consider the BSPs that the | 55 | To help understand the BSP layer concept, consider the BSPs that the |
56 | Yocto Project supports and provides with each release. | 56 | Yocto Project supports and provides with each release. |
57 | You can see the layers in the | 57 | You can see the layers in the |
58 | <ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink> | 58 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink> |
59 | through a web interface at | 59 | through a web interface at |
60 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>. | 60 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>. |
61 | If you go to that interface, you will find near the bottom of the list | 61 | If you go to that interface, you will find near the bottom of the list |
@@ -1486,7 +1486,7 @@ | |||
1486 | 1486 | ||
1487 | <para> | 1487 | <para> |
1488 | Designed to have a command interface somewhat like | 1488 | Designed to have a command interface somewhat like |
1489 | <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>, each | 1489 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink>, each |
1490 | tool is structured as a set of sub-commands under a | 1490 | tool is structured as a set of sub-commands under a |
1491 | top-level command. | 1491 | top-level command. |
1492 | The top-level command (<filename>yocto-bsp</filename> | 1492 | The top-level command (<filename>yocto-bsp</filename> |