diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:59:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
| commit | 3b9114cf5a75180b23714624e0e6caa7b0cc951e (patch) | |
| tree | c97d1f771cfb708258594cb5593723c8b6872d63 | |
| parent | 89b546f636b246985a7fe1c09779809327b96079 (diff) | |
| download | poky-3b9114cf5a75180b23714624e0e6caa7b0cc951e.tar.gz | |
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>
| -rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 26 | ||||
| -rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.rst | 15 | ||||
| -rw-r--r-- | documentation/what-i-wish-id-known.rst | 25 |
3 files changed, 31 insertions, 35 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 08d640a5bc..3d8dc7afd1 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst | |||
| @@ -1142,15 +1142,12 @@ the extensible SDK (eSDK): | |||
| 1142 | .. note:: | 1142 | .. note:: |
| 1143 | 1143 | ||
| 1144 | For more information on the cross-development toolchain generation, | 1144 | For more information on the cross-development toolchain generation, |
| 1145 | see the " | 1145 | see the ":ref:`overview-manual/overview-manual-concepts:cross-development toolchain generation`" |
| 1146 | Cross-Development Toolchain Generation | 1146 | section. For information on advantages gained when building a |
| 1147 | " section. For information on advantages gained when building a | 1147 | cross-development toolchain using the do_populate_sdk task, see the |
| 1148 | cross-development toolchain using the | 1148 | ":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" section in |
| 1149 | do_populate_sdk | 1149 | the Yocto Project Application Development and the Extensible Software |
| 1150 | task, see the " | 1150 | Development Kit (eSDK) manual. |
| 1151 | Building an SDK Installer | ||
| 1152 | " section in the Yocto Project Application Development and the | ||
| 1153 | Extensible Software Development Kit (eSDK) manual. | ||
| 1154 | 1151 | ||
| 1155 | Like image generation, the SDK script process consists of several stages | 1152 | Like image generation, the SDK script process consists of several stages |
| 1156 | and depends on many variables. The | 1153 | and depends on many variables. The |
| @@ -1323,9 +1320,8 @@ this output: | |||
| 1323 | .. note:: | 1320 | .. note:: |
| 1324 | 1321 | ||
| 1325 | For a list of example images that the Yocto Project provides, see the | 1322 | For a list of example images that the Yocto Project provides, see the |
| 1326 | " | 1323 | ":doc:`../ref-manual/ref-images`" chapter in the Yocto Project Reference |
| 1327 | Images | 1324 | Manual. |
| 1328 | " chapter in the Yocto Project Reference Manual. | ||
| 1329 | 1325 | ||
| 1330 | The build process writes images out to the :term:`Build Directory` | 1326 | The build process writes images out to the :term:`Build Directory` |
| 1331 | inside the | 1327 | inside the |
| @@ -1623,9 +1619,9 @@ Here is the bootstrap process for the relocatable toolchain: | |||
| 1623 | .. note:: | 1619 | .. note:: |
| 1624 | 1620 | ||
| 1625 | For information on advantages gained when building a | 1621 | For information on advantages gained when building a |
| 1626 | cross-development toolchain installer, see the " | 1622 | cross-development toolchain installer, see the |
| 1627 | Building an SDK Installer | 1623 | ":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" appendix |
| 1628 | " appendix in the Yocto Project Application Development and the | 1624 | in the Yocto Project Application Development and the |
| 1629 | Extensible Software Development Kit (eSDK) manual. | 1625 | Extensible Software Development Kit (eSDK) manual. |
| 1630 | 1626 | ||
| 1631 | Shared State Cache | 1627 | Shared State Cache |
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index dee9922eb1..265fbda7fc 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst | |||
| @@ -255,7 +255,7 @@ accomplish this through a recipe that is a BitBake append | |||
| 255 | .. note:: | 255 | .. note:: |
| 256 | 256 | ||
| 257 | For general information on BSP layer structure, see the | 257 | For general information on BSP layer structure, see the |
| 258 | Yocto Project Board Support Packages (BSP) Developer's Guide | 258 | :doc:`../bsp-guide/bsp-guide` |
| 259 | . | 259 | . |
| 260 | 260 | ||
| 261 | The :term:`Source Directory` | 261 | The :term:`Source Directory` |
| @@ -557,6 +557,9 @@ targets: | |||
| 557 | and conforms to a subset of Debian's policy manual regarding | 557 | and conforms to a subset of Debian's policy manual regarding |
| 558 | control files. | 558 | control files. |
| 559 | 559 | ||
| 560 | You can find the opkg source in the Yocto Project | ||
| 561 | :yocto_git:`Source Repositories <>`. | ||
| 562 | |||
| 560 | .. _gs-archived-components: | 563 | .. _gs-archived-components: |
| 561 | 564 | ||
| 562 | Archived Components | 565 | Archived Components |
| @@ -605,9 +608,8 @@ Project. | |||
| 605 | .. note:: | 608 | .. note:: |
| 606 | 609 | ||
| 607 | For additional detail about the Yocto Project development | 610 | For additional detail about the Yocto Project development |
| 608 | environment, see the " | 611 | environment, see the ":doc:`overview-manual-development-environment`" |
| 609 | The Yocto Project Development Environment | 612 | chapter. |
| 610 | " chapter. | ||
| 611 | 613 | ||
| 612 | - *Native Linux Host:* By far the best option for a Build Host. A | 614 | - *Native Linux Host:* By far the best option for a Build Host. A |
| 613 | system running Linux as its native operating system allows you to | 615 | 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 | |||
| 695 | 697 | ||
| 696 | If you are interested in all the contents of the | 698 | If you are interested in all the contents of the |
| 697 | poky | 699 | poky |
| 698 | Git repository, see the " | 700 | Git repository, see the ":ref:`ref-manual/ref-structure:top-level core components`" |
| 699 | Top-Level Core Components | 701 | section in the Yocto Project Reference Manual. |
| 700 | " section in the Yocto Project Reference Manual. | ||
| 701 | 702 | ||
| 702 | The following figure illustrates what generally comprises Poky: | 703 | The following figure illustrates what generally comprises Poky: |
| 703 | 704 | ||
diff --git a/documentation/what-i-wish-id-known.rst b/documentation/what-i-wish-id-known.rst index 1afc2eff97..495ebdc200 100644 --- a/documentation/what-i-wish-id-known.rst +++ b/documentation/what-i-wish-id-known.rst | |||
| @@ -190,29 +190,28 @@ contact us with other suggestions. | |||
| 190 | contains procedural information grouped to help you get set up, work with | 190 | contains procedural information grouped to help you get set up, work with |
| 191 | layers, customize images, write new recipes, work with libraries, and use | 191 | layers, customize images, write new recipes, work with libraries, and use |
| 192 | QEMU. The information is task-based and spans the breadth of the Yocto | 192 | QEMU. The information is task-based and spans the breadth of the Yocto |
| 193 | Project. | 193 | Project. See the :doc:`../dev-manual/dev-manual`. |
| 194 | 194 | ||
| 195 | * **Look Through the Yocto Project Application Development and the Extensible | 195 | * **Look Through the Yocto Project Application Development and the Extensible |
| 196 | Software Development Kit (eSDK) manual**: This manual describes how to use | 196 | Software Development Kit (eSDK) manual**: This manual describes how to use |
| 197 | both the standard SDK and the extensible SDK, which are used primarily for | 197 | both the standard SDK and the extensible SDK, which are used primarily for |
| 198 | application development. This manual also provides example workflows that | 198 | application development. The :doc:`../sdk-manual/sdk-extensible` also provides |
| 199 | use the popular Eclipse\ |trade| development environment and that use | 199 | example workflows that use devtool. See the section |
| 200 | devtool. See the "Workflow using Eclipse\ |trade|" and "Using devtool in | 200 | :ref:`sdk-manual/sdk-extensible:using \`\`devtool\`\` in your sdk workflow` |
| 201 | your SDK Workflow" sections for more information. | 201 | for more information. |
| 202 | 202 | ||
| 203 | * **Learn About Kernel Development**: If you want to see how to work with the | 203 | * **Learn About Kernel Development**: If you want to see how to work with the |
| 204 | kernel and understand Yocto Linux kernels, see the Yocto Project Linux | 204 | kernel and understand Yocto Linux kernels, see the :doc:`../kernel-dev/kernel-dev`. |
| 205 | Kernel Development Manual. This manual provides information on how to patch | 205 | This manual provides information on how to patch the kernel, modify kernel |
| 206 | the kernel, modify kernel recipes, and configure the kernel. | 206 | recipes, and configure the kernel. |
| 207 | 207 | ||
| 208 | * **Learn About Board Support Packages (BSPs)**: If you want to learn about | 208 | * **Learn About Board Support Packages (BSPs)**: If you want to learn about |
| 209 | BSPs, see the Yocto Project Board Support Packages (BSP) Developer's | 209 | BSPs, see the :doc:`../bsp-guide/bsp-guide`. This manual also provides an |
| 210 | Guide. This manual also provides an example BSP creation workflow. See the | 210 | example BSP creation workflow. See the :doc:`../bsp-guide/bsp` section. |
| 211 | "Developing a Board Support Package (BSP)" section. | ||
| 212 | 211 | ||
| 213 | * **Learn About Toaster**: Toaster is a web interface to the Yocto Project's | 212 | * **Learn About Toaster**: Toaster is a web interface to the Yocto Project's |
| 214 | OpenEmbedded build system. If you are interested in using this type of | 213 | OpenEmbedded build system. If you are interested in using this type of |
| 215 | interface to create images, see the Toaster User Manual. | 214 | interface to create images, see the :doc:`../toaster-manual/toaster-manual`. |
| 216 | 215 | ||
| 217 | * **Have Available the Yocto Project Reference Manual**: Unlike the rest of | 216 | * **Have Available the Yocto Project Reference Manual**: Unlike the rest of |
| 218 | the Yocto Project manual set, this manual is comprised of material suited | 217 | the Yocto Project manual set, this manual is comprised of material suited |
| @@ -220,7 +219,7 @@ contact us with other suggestions. | |||
| 220 | look at how the pieces of the Yocto Project development environment work | 219 | look at how the pieces of the Yocto Project development environment work |
| 221 | together, information on various technical details, guidance on migrating | 220 | together, information on various technical details, guidance on migrating |
| 222 | to a newer Yocto Project release, reference material on the directory | 221 | to a newer Yocto Project release, reference material on the directory |
| 223 | structure, classes, and tasks. The Yocto Project Reference Manual also | 222 | structure, classes, and tasks. The :doc:`../ref-manual/ref-manual` also |
| 224 | contains a fairly comprehensive glossary of variables used within the Yocto | 223 | contains a fairly comprehensive glossary of variables used within the Yocto |
| 225 | Project. | 224 | Project. |
| 226 | 225 | ||
