mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
89b546f636
commit
3b9114cf5a
@@ -1142,15 +1142,12 @@ the extensible SDK (eSDK):
|
||||
.. note::
|
||||
|
||||
For more information on the cross-development toolchain generation,
|
||||
see the "
|
||||
Cross-Development Toolchain Generation
|
||||
" section. For information on advantages gained when building a
|
||||
cross-development toolchain using the
|
||||
do_populate_sdk
|
||||
task, see the "
|
||||
Building an SDK Installer
|
||||
" section in the Yocto Project Application Development and the
|
||||
Extensible Software Development Kit (eSDK) manual.
|
||||
see the ":ref:`overview-manual/overview-manual-concepts:cross-development toolchain generation`"
|
||||
section. For information on advantages gained when building a
|
||||
cross-development toolchain using the do_populate_sdk task, see the
|
||||
":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" section in
|
||||
the Yocto Project Application Development and the Extensible Software
|
||||
Development Kit (eSDK) manual.
|
||||
|
||||
Like image generation, the SDK script process consists of several stages
|
||||
and depends on many variables. The
|
||||
@@ -1323,9 +1320,8 @@ this output:
|
||||
.. note::
|
||||
|
||||
For a list of example images that the Yocto Project provides, see the
|
||||
"
|
||||
Images
|
||||
" chapter in the Yocto Project Reference Manual.
|
||||
":doc:`../ref-manual/ref-images`" chapter in the Yocto Project Reference
|
||||
Manual.
|
||||
|
||||
The build process writes images out to the :term:`Build Directory`
|
||||
inside the
|
||||
@@ -1623,9 +1619,9 @@ Here is the bootstrap process for the relocatable toolchain:
|
||||
.. note::
|
||||
|
||||
For information on advantages gained when building a
|
||||
cross-development toolchain installer, see the "
|
||||
Building an SDK Installer
|
||||
" appendix in the Yocto Project Application Development and the
|
||||
cross-development toolchain installer, see the
|
||||
":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" appendix
|
||||
in the Yocto Project Application Development and the
|
||||
Extensible Software Development Kit (eSDK) manual.
|
||||
|
||||
Shared State Cache
|
||||
|
||||
@@ -255,7 +255,7 @@ accomplish this through a recipe that is a BitBake append
|
||||
.. note::
|
||||
|
||||
For general information on BSP layer structure, see the
|
||||
Yocto Project Board Support Packages (BSP) Developer's Guide
|
||||
:doc:`../bsp-guide/bsp-guide`
|
||||
.
|
||||
|
||||
The :term:`Source Directory`
|
||||
@@ -557,6 +557,9 @@ targets:
|
||||
and conforms to a subset of Debian's policy manual regarding
|
||||
control files.
|
||||
|
||||
You can find the opkg source in the Yocto Project
|
||||
:yocto_git:`Source Repositories <>`.
|
||||
|
||||
.. _gs-archived-components:
|
||||
|
||||
Archived Components
|
||||
@@ -605,9 +608,8 @@ Project.
|
||||
.. note::
|
||||
|
||||
For additional detail about the Yocto Project development
|
||||
environment, see the "
|
||||
The Yocto Project Development Environment
|
||||
" chapter.
|
||||
environment, see the ":doc:`overview-manual-development-environment`"
|
||||
chapter.
|
||||
|
||||
- *Native Linux Host:* By far the best option for a Build Host. A
|
||||
system running Linux as its native operating system allows you to
|
||||
@@ -695,9 +697,8 @@ these items that make up the Poky repository in the
|
||||
|
||||
If you are interested in all the contents of the
|
||||
poky
|
||||
Git repository, see the "
|
||||
Top-Level Core Components
|
||||
" section in the Yocto Project Reference Manual.
|
||||
Git repository, see the ":ref:`ref-manual/ref-structure:top-level core components`"
|
||||
section in the Yocto Project Reference Manual.
|
||||
|
||||
The following figure illustrates what generally comprises Poky:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user