sphinx: fix or add missing links and remove mention of Eclipse workflow

The Eclipse plugin has long been gone.

(From yocto-docs rev: f7a01e67d760c1de3f5a36e3513cba1627b4ed96)

Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Quentin Schulz
2020-09-17 01:59:04 +02:00
committed by Richard Purdie
parent 89b546f636
commit 3b9114cf5a
3 changed files with 31 additions and 35 deletions

View File

@@ -190,29 +190,28 @@ contact us with other suggestions.
contains procedural information grouped to help you get set up, work with
layers, customize images, write new recipes, work with libraries, and use
QEMU. The information is task-based and spans the breadth of the Yocto
Project.
Project. See the :doc:`../dev-manual/dev-manual`.
* **Look Through the Yocto Project Application Development and the Extensible
Software Development Kit (eSDK) manual**: This manual describes how to use
both the standard SDK and the extensible SDK, which are used primarily for
application development. This manual also provides example workflows that
use the popular Eclipse\ |trade| development environment and that use
devtool. See the "Workflow using Eclipse\ |trade|" and "Using devtool in
your SDK Workflow" sections for more information.
application development. The :doc:`../sdk-manual/sdk-extensible` also provides
example workflows that use devtool. See the section
:ref:`sdk-manual/sdk-extensible:using \`\`devtool\`\` in your sdk workflow`
for more information.
* **Learn About Kernel Development**: If you want to see how to work with the
kernel and understand Yocto Linux kernels, see the Yocto Project Linux
Kernel Development Manual. This manual provides information on how to patch
the kernel, modify kernel recipes, and configure the kernel.
kernel and understand Yocto Linux kernels, see the :doc:`../kernel-dev/kernel-dev`.
This manual provides information on how to patch the kernel, modify kernel
recipes, and configure the kernel.
* **Learn About Board Support Packages (BSPs)**: If you want to learn about
BSPs, see the Yocto Project Board Support Packages (BSP) Developer's
Guide. This manual also provides an example BSP creation workflow. See the
"Developing a Board Support Package (BSP)" section.
BSPs, see the :doc:`../bsp-guide/bsp-guide`. This manual also provides an
example BSP creation workflow. See the :doc:`../bsp-guide/bsp` section.
* **Learn About Toaster**: Toaster is a web interface to the Yocto Project's
OpenEmbedded build system. If you are interested in using this type of
interface to create images, see the Toaster User Manual.
interface to create images, see the :doc:`../toaster-manual/toaster-manual`.
* **Have Available the Yocto Project Reference Manual**: Unlike the rest of
the Yocto Project manual set, this manual is comprised of material suited
@@ -220,7 +219,7 @@ contact us with other suggestions.
look at how the pieces of the Yocto Project development environment work
together, information on various technical details, guidance on migrating
to a newer Yocto Project release, reference material on the directory
structure, classes, and tasks. The Yocto Project Reference Manual also
structure, classes, and tasks. The :doc:`../ref-manual/ref-manual` also
contains a fairly comprehensive glossary of variables used within the Yocto
Project.