diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-09 13:11:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:41:12 +0100 |
commit | fdd79ab4cb37993b6d94cfcae470a1ce0f0517e1 (patch) | |
tree | a598da3d4a7df1c13d44f6ee6ee8db4affcd6680 /documentation/toaster-manual | |
parent | 7f141cf9a0e357bcd11ad50d7b40cea5a388df3c (diff) | |
download | poky-fdd79ab4cb37993b6d94cfcae470a1ce0f0517e1.tar.gz |
bsp-guide: Removed deprecated tool sections
I took out the sections at the end of the manual that talked
about the yocto-kernel tool. This tool is no longer maintained
and there is no equivalent tool. I also fixed the yocto-bsp
tool to be the bitbake-layers tool. This involved some
consolidation of sections.
I fixed some links in the kernel-dev and toaster-manual.
(From yocto-docs rev: 20cda99b301b6327d816c4a4cfb3511ad25c987c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-reference.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml index e984391fdf..45c71bc1b1 100644 --- a/documentation/toaster-manual/toaster-manual-reference.xml +++ b/documentation/toaster-manual/toaster-manual-reference.xml | |||
@@ -92,11 +92,11 @@ | |||
92 | 92 | ||
93 | <para> | 93 | <para> |
94 | For general information on layers, see the | 94 | For general information on layers, see the |
95 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" | 95 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
96 | and | 96 | section in the Getting Started With Yocto Project Manual. |
97 | "<ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>Using the Yocto Project's BSP Tools</ulink>" | 97 | For information on how to create layers, see the |
98 | sections in the Yocto Project Board Support Package (BSP) | 98 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
99 | Developer's Guide. | 99 | section in the Yocto Project Development Tasks Manual. |
100 | </para> | 100 | </para> |
101 | </section> | 101 | </section> |
102 | 102 | ||