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 /documentation/overview-manual | |
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>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 26 | ||||
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.rst | 15 |
2 files changed, 19 insertions, 22 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 | ||