diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-29 15:18:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:29 +0000 |
commit | ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 (patch) | |
tree | c920e85262a91e7626279e7dcbbd56a299919f49 /documentation/bsp-guide/bsp.xml | |
parent | ebc7de094881dd8f2450aa4fdf548f2e9c835df1 (diff) | |
download | poky-ae06e04cd225d2c2147ca355e2dd39b4f6cf6775.tar.gz |
documentation: Created new "Getting Started" manual.
Creation involved removing the overview-manual and replacing it
with the getting-started manual. All links to the string
"&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with
"&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed
files used to create the manual with prefixes suited for the
new manual name, which is "Getting Started With Yocto Project".
The style sheet for the new manual needed updating to display the
new .PNG image for the title page. The mega-manual file had to
be updated to include the files. The mega-manual.sed file had
to be updated to include the new manual and not use the overview
manual.
(From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 7d3345e06a..b52366adf4 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_OVERVIEW_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink> | 58 | <ulink url='&YOCTO_DOCS_GS_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 |
@@ -1415,7 +1415,7 @@ | |||
1415 | Thus, the build system can build the corresponding recipe and include | 1415 | Thus, the build system can build the corresponding recipe and include |
1416 | the component in the image. | 1416 | the component in the image. |
1417 | See the | 1417 | See the |
1418 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" | 1418 | "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" |
1419 | section in the Yocto Project Overview Manual for details on how | 1419 | section in the Yocto Project Overview Manual for details on how |
1420 | to use these variables.</para> | 1420 | to use these variables.</para> |
1421 | <para>If you build as you normally would, without | 1421 | <para>If you build as you normally would, without |
@@ -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_OVERVIEW_URL;#git'>Git</ulink>, each | 1489 | <ulink url='&YOCTO_DOCS_GS_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> |