diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-20 09:20:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:21 +0000 |
commit | 02604216344d8f8d3dbdef9f52339e5cfeb4a9a7 (patch) | |
tree | 7f911341b1b5ddd9e22593c98c63099d2d0ae2aa | |
parent | 678b85679e6fcadc9a5020a9cbcbe3e241076d4c (diff) | |
download | poky-02604216344d8f8d3dbdef9f52339e5cfeb4a9a7.tar.gz |
overview-manual: remove unused labels
(From yocto-docs rev: ffbb7ef3fea2964f3d9ea2ad02e71692a7d96713)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 files changed, 0 insertions, 72 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index f1f2b7f352..353a2f99ff 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst | |||
@@ -43,8 +43,6 @@ see the | |||
43 | ":ref:`overview-manual/overview-manual-concepts:openembedded build system concepts`" | 43 | ":ref:`overview-manual/overview-manual-concepts:openembedded build system concepts`" |
44 | section. | 44 | section. |
45 | 45 | ||
46 | .. _usingpoky-components-bitbake: | ||
47 | |||
48 | BitBake | 46 | BitBake |
49 | ------- | 47 | ------- |
50 | 48 | ||
@@ -92,8 +90,6 @@ occurs, the target that failed and those that depend on it cannot be | |||
92 | remade. However, when you use this option other dependencies can still | 90 | remade. However, when you use this option other dependencies can still |
93 | be processed. | 91 | be processed. |
94 | 92 | ||
95 | .. _overview-components-recipes: | ||
96 | |||
97 | Recipes | 93 | Recipes |
98 | ------- | 94 | ------- |
99 | 95 | ||
@@ -109,8 +105,6 @@ the word "package" is used for the packaged output from the OpenEmbedded | |||
109 | build system (i.e. ``.ipk`` or ``.deb`` files), this document avoids | 105 | build system (i.e. ``.ipk`` or ``.deb`` files), this document avoids |
110 | using the term "package" when referring to recipes. | 106 | using the term "package" when referring to recipes. |
111 | 107 | ||
112 | .. _overview-components-classes: | ||
113 | |||
114 | Classes | 108 | Classes |
115 | ------- | 109 | ------- |
116 | 110 | ||
@@ -122,8 +116,6 @@ The ":ref:`ref-manual/ref-classes:Classes`" chapter in the | |||
122 | Yocto Project Reference Manual provides details about classes and how to | 116 | Yocto Project Reference Manual provides details about classes and how to |
123 | use them. | 117 | use them. |
124 | 118 | ||
125 | .. _overview-components-configurations: | ||
126 | |||
127 | Configurations | 119 | Configurations |
128 | -------------- | 120 | -------------- |
129 | 121 | ||
@@ -135,8 +127,6 @@ common configuration options, and user configuration options in | |||
135 | ``conf/local.conf``, which is found in the :term:`Build Directory`. | 127 | ``conf/local.conf``, which is found in the :term:`Build Directory`. |
136 | 128 | ||
137 | 129 | ||
138 | .. _overview-layers: | ||
139 | |||
140 | Layers | 130 | Layers |
141 | ====== | 131 | ====== |
142 | 132 | ||
@@ -166,8 +156,6 @@ layers suitable for the Yocto Project in the | |||
166 | ":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" | 156 | ":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" |
167 | section of the Yocto Project Development Tasks Manual. | 157 | section of the Yocto Project Development Tasks Manual. |
168 | 158 | ||
169 | .. _openembedded-build-system-build-concepts: | ||
170 | |||
171 | OpenEmbedded Build System Concepts | 159 | OpenEmbedded Build System Concepts |
172 | ================================== | 160 | ================================== |
173 | 161 | ||
@@ -527,8 +515,6 @@ their respective layers. | |||
527 | This layer contains any recipes, append files, and patches, that your | 515 | This layer contains any recipes, append files, and patches, that your |
528 | project needs. | 516 | project needs. |
529 | 517 | ||
530 | .. _sources-dev-environment: | ||
531 | |||
532 | Sources | 518 | Sources |
533 | ------- | 519 | ------- |
534 | 520 | ||
@@ -601,8 +587,6 @@ class to include that local project. You use either the ``local.conf`` | |||
601 | or a recipe's append file to override or set the recipe to point to the | 587 | or a recipe's append file to override or set the recipe to point to the |
602 | local directory on your disk to pull in the whole source tree. | 588 | local directory on your disk to pull in the whole source tree. |
603 | 589 | ||
604 | .. _scms: | ||
605 | |||
606 | Source Control Managers (Optional) | 590 | Source Control Managers (Optional) |
607 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 591 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
608 | 592 | ||
@@ -644,8 +628,6 @@ Regular mirrors can be any site across the Internet that is used as an | |||
644 | alternative location for source code should the primary site not be | 628 | alternative location for source code should the primary site not be |
645 | functioning for some reason or another. | 629 | functioning for some reason or another. |
646 | 630 | ||
647 | .. _package-feeds-dev-environment: | ||
648 | |||
649 | Package Feeds | 631 | Package Feeds |
650 | ------------- | 632 | ------------- |
651 | 633 | ||
@@ -709,8 +691,6 @@ qemux86 exist. Packages for the i586 architecture are placed in | |||
709 | ``build/tmp/deploy/ipk/i586``, while packages for the qemux86 | 691 | ``build/tmp/deploy/ipk/i586``, while packages for the qemux86 |
710 | architecture are placed in ``build/tmp/deploy/ipk/qemux86``. | 692 | architecture are placed in ``build/tmp/deploy/ipk/qemux86``. |
711 | 693 | ||
712 | .. _bitbake-dev-environment: | ||
713 | |||
714 | BitBake Tool | 694 | BitBake Tool |
715 | ------------ | 695 | ------------ |
716 | 696 | ||
@@ -727,8 +707,6 @@ those areas. | |||
727 | BitBake User Manual | 707 | BitBake User Manual |
728 | for reference material on BitBake. | 708 | for reference material on BitBake. |
729 | 709 | ||
730 | .. _source-fetching-dev-environment: | ||
731 | |||
732 | Source Fetching | 710 | Source Fetching |
733 | ~~~~~~~~~~~~~~~ | 711 | ~~~~~~~~~~~~~~~ |
734 | 712 | ||
@@ -819,8 +797,6 @@ Build Directory's hierarchy: | |||
819 | what the OpenEmbedded build system is using as a build target (e.g. | 797 | what the OpenEmbedded build system is using as a build target (e.g. |
820 | general architecture, a build host, an SDK, or a specific machine). | 798 | general architecture, a build host, an SDK, or a specific machine). |
821 | 799 | ||
822 | .. _patching-dev-environment: | ||
823 | |||
824 | Patching | 800 | Patching |
825 | ~~~~~~~~ | 801 | ~~~~~~~~ |
826 | 802 | ||
@@ -861,8 +837,6 @@ Software Development Kit (SDK) manual and the | |||
861 | ":ref:`kernel-dev/kernel-dev-common:using traditional kernel development to patch the kernel`" | 837 | ":ref:`kernel-dev/kernel-dev-common:using traditional kernel development to patch the kernel`" |
862 | section in the Yocto Project Linux Kernel Development Manual. | 838 | section in the Yocto Project Linux Kernel Development Manual. |
863 | 839 | ||
864 | .. _configuration-compilation-and-staging-dev-environment: | ||
865 | |||
866 | Configuration, Compilation, and Staging | 840 | Configuration, Compilation, and Staging |
867 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 841 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
868 | 842 | ||
@@ -922,8 +896,6 @@ This step in the build process consists of the following tasks: | |||
922 | variable. Packaging occurs later using files from this holding | 896 | variable. Packaging occurs later using files from this holding |
923 | directory. | 897 | directory. |
924 | 898 | ||
925 | .. _package-splitting-dev-environment: | ||
926 | |||
927 | Package Splitting | 899 | Package Splitting |
928 | ~~~~~~~~~~~~~~~~~ | 900 | ~~~~~~~~~~~~~~~~~ |
929 | 901 | ||
@@ -1004,8 +976,6 @@ that part of the build process. | |||
1004 | functionality is highly distribution-specific and thus is not | 976 | functionality is highly distribution-specific and thus is not |
1005 | provided out of the box. | 977 | provided out of the box. |
1006 | 978 | ||
1007 | .. _image-generation-dev-environment: | ||
1008 | |||
1009 | Image Generation | 979 | Image Generation |
1010 | ~~~~~~~~~~~~~~~~ | 980 | ~~~~~~~~~~~~~~~~ |
1011 | 981 | ||
@@ -1127,8 +1097,6 @@ build system has created the final image output files. | |||
1127 | Pseudo. Running under Pseudo ensures that the files in the root filesystem | 1097 | Pseudo. Running under Pseudo ensures that the files in the root filesystem |
1128 | have correct ownership. | 1098 | have correct ownership. |
1129 | 1099 | ||
1130 | .. _sdk-generation-dev-environment: | ||
1131 | |||
1132 | SDK Generation | 1100 | SDK Generation |
1133 | ~~~~~~~~~~~~~~ | 1101 | ~~~~~~~~~~~~~~ |
1134 | 1102 | ||
@@ -1303,8 +1271,6 @@ variable is the function that determines whether a given dependency | |||
1303 | needs to be followed, and whether for any given relationship the | 1271 | needs to be followed, and whether for any given relationship the |
1304 | function needs to be passed. The function returns a True or False value. | 1272 | function needs to be passed. The function returns a True or False value. |
1305 | 1273 | ||
1306 | .. _images-dev-environment: | ||
1307 | |||
1308 | Images | 1274 | Images |
1309 | ------ | 1275 | ------ |
1310 | 1276 | ||
@@ -1363,8 +1329,6 @@ current configuration. | |||
1363 | These links might be useful for external scripts that need to obtain | 1329 | These links might be useful for external scripts that need to obtain |
1364 | the latest version of each file. | 1330 | the latest version of each file. |
1365 | 1331 | ||
1366 | .. _sdk-dev-environment: | ||
1367 | |||
1368 | Application Development SDK | 1332 | Application Development SDK |
1369 | --------------------------- | 1333 | --------------------------- |
1370 | 1334 | ||
@@ -1677,8 +1641,6 @@ them if they are deemed to be valid. | |||
1677 | The rest of this section goes into detail about the overall incremental | 1641 | The rest of this section goes into detail about the overall incremental |
1678 | build architecture, the checksums (signatures), and shared state. | 1642 | build architecture, the checksums (signatures), and shared state. |
1679 | 1643 | ||
1680 | .. _concepts-overall-architecture: | ||
1681 | |||
1682 | Overall Architecture | 1644 | Overall Architecture |
1683 | -------------------- | 1645 | -------------------- |
1684 | 1646 | ||
@@ -1697,8 +1659,6 @@ specific tasks. This methodology does not scale well and does not allow | |||
1697 | users to easily add new tasks in layers or as external recipes without | 1659 | users to easily add new tasks in layers or as external recipes without |
1698 | touching the packaged-staging core. | 1660 | touching the packaged-staging core. |
1699 | 1661 | ||
1700 | .. _overview-checksums: | ||
1701 | |||
1702 | Checksums (Signatures) | 1662 | Checksums (Signatures) |
1703 | ---------------------- | 1663 | ---------------------- |
1704 | 1664 | ||
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst index 4bedd6df67..983e1919ef 100644 --- a/documentation/overview-manual/overview-manual-development-environment.rst +++ b/documentation/overview-manual/overview-manual-development-environment.rst | |||
@@ -45,8 +45,6 @@ also find helpful information on how to participate in the Linux | |||
45 | Community | 45 | Community |
46 | `here <https://www.kernel.org/doc/html/latest/process/index.html>`__. | 46 | `here <https://www.kernel.org/doc/html/latest/process/index.html>`__. |
47 | 47 | ||
48 | .. _gs-the-development-host: | ||
49 | |||
50 | The Development Host | 48 | The Development Host |
51 | ==================== | 49 | ==================== |
52 | 50 | ||
@@ -134,8 +132,6 @@ methods exist for you to do work in the Yocto Project environment: | |||
134 | Toaster and on how to use Toaster in general, see the | 132 | Toaster and on how to use Toaster in general, see the |
135 | :doc:`../toaster-manual/toaster-manual`. | 133 | :doc:`../toaster-manual/toaster-manual`. |
136 | 134 | ||
137 | .. _yocto-project-repositories: | ||
138 | |||
139 | Yocto Project Source Repositories | 135 | Yocto Project Source Repositories |
140 | ================================= | 136 | ================================= |
141 | 137 | ||
@@ -214,8 +210,6 @@ development: | |||
214 | ":ref:`dev-manual/dev-manual-start:using the downloads page`" | 210 | ":ref:`dev-manual/dev-manual-start:using the downloads page`" |
215 | section in the Yocto Project Development Tasks Manual. | 211 | section in the Yocto Project Development Tasks Manual. |
216 | 212 | ||
217 | .. _gs-git-workflows-and-the-yocto-project: | ||
218 | |||
219 | Git Workflows and the Yocto Project | 213 | Git Workflows and the Yocto Project |
220 | =================================== | 214 | =================================== |
221 | 215 | ||
diff --git a/documentation/overview-manual/overview-manual-intro.rst b/documentation/overview-manual/overview-manual-intro.rst index 8885eb89ff..f69824da99 100644 --- a/documentation/overview-manual/overview-manual-intro.rst +++ b/documentation/overview-manual/overview-manual-intro.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | The Yocto Project Overview and Concepts Manual | 4 | The Yocto Project Overview and Concepts Manual |
5 | ********************************************** | 5 | ********************************************** |
6 | 6 | ||
7 | .. _overview-manual-welcome: | ||
8 | |||
9 | Welcome | 7 | Welcome |
10 | ======= | 8 | ======= |
11 | 9 | ||
@@ -57,8 +55,6 @@ This manual does not give you the following: | |||
57 | Manager Git is better covered with Internet searches and official Git | 55 | Manager Git is better covered with Internet searches and official Git |
58 | Documentation than through the Yocto Project documentation. | 56 | Documentation than through the Yocto Project documentation. |
59 | 57 | ||
60 | .. _overview-manual-other-information: | ||
61 | |||
62 | Other Information | 58 | Other Information |
63 | ================= | 59 | ================= |
64 | 60 | ||
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index 9073582acb..83ed18a375 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst | |||
@@ -35,8 +35,6 @@ by Drew Moseley and in this short introductory | |||
35 | The remainder of this section overviews advantages and challenges tied | 35 | The remainder of this section overviews advantages and challenges tied |
36 | to the Yocto Project. | 36 | to the Yocto Project. |
37 | 37 | ||
38 | .. _gs-features: | ||
39 | |||
40 | Features | 38 | Features |
41 | -------- | 39 | -------- |
42 | 40 | ||
@@ -136,8 +134,6 @@ Project: | |||
136 | for review by people who need to track the use of open source | 134 | for review by people who need to track the use of open source |
137 | licenses (e.g. legal teams). | 135 | licenses (e.g. legal teams). |
138 | 136 | ||
139 | .. _gs-challenges: | ||
140 | |||
141 | Challenges | 137 | Challenges |
142 | ---------- | 138 | ---------- |
143 | 139 | ||
@@ -296,8 +292,6 @@ components and tools are downloaded separately. | |||
296 | This section provides brief overviews of the components and tools | 292 | This section provides brief overviews of the components and tools |
297 | associated with the Yocto Project. | 293 | associated with the Yocto Project. |
298 | 294 | ||
299 | .. _gs-development-tools: | ||
300 | |||
301 | Development Tools | 295 | Development Tools |
302 | ----------------- | 296 | ----------------- |
303 | 297 | ||
@@ -353,8 +347,6 @@ applications using the Yocto Project: | |||
353 | view information about builds. For information on Toaster, see the | 347 | view information about builds. For information on Toaster, see the |
354 | :doc:`../toaster-manual/toaster-manual`. | 348 | :doc:`../toaster-manual/toaster-manual`. |
355 | 349 | ||
356 | .. _gs-production-tools: | ||
357 | |||
358 | Production Tools | 350 | Production Tools |
359 | ---------------- | 351 | ---------------- |
360 | 352 | ||
@@ -450,8 +442,6 @@ activities using the Yocto Project: | |||
450 | You can read more about Pseudo in the "`Fakeroot and | 442 | You can read more about Pseudo in the "`Fakeroot and |
451 | Pseudo <#fakeroot-and-pseudo>`__" section. | 443 | Pseudo <#fakeroot-and-pseudo>`__" section. |
452 | 444 | ||
453 | .. _gs-openembedded-build-system: | ||
454 | |||
455 | Open-Embedded Build System Components | 445 | Open-Embedded Build System Components |
456 | ------------------------------------- | 446 | ------------------------------------- |
457 | 447 | ||
@@ -496,8 +486,6 @@ The following list consists of components associated with the | |||
496 | components such as BitBake, OE-Core, script "glue", and documentation | 486 | components such as BitBake, OE-Core, script "glue", and documentation |
497 | for its build system. | 487 | for its build system. |
498 | 488 | ||
499 | .. _gs-reference-distribution-poky: | ||
500 | |||
501 | Reference Distribution (Poky) | 489 | Reference Distribution (Poky) |
502 | ----------------------------- | 490 | ----------------------------- |
503 | 491 | ||
@@ -520,8 +508,6 @@ To use the Yocto Project tools and components, you can download | |||
520 | You can read more about Poky in the "`Reference Embedded Distribution | 508 | You can read more about Poky in the "`Reference Embedded Distribution |
521 | (Poky) <#reference-embedded-distribution>`__" section. | 509 | (Poky) <#reference-embedded-distribution>`__" section. |
522 | 510 | ||
523 | .. _gs-packages-for-finished-targets: | ||
524 | |||
525 | Packages for Finished Targets | 511 | Packages for Finished Targets |
526 | ----------------------------- | 512 | ----------------------------- |
527 | 513 | ||
@@ -560,8 +546,6 @@ targets: | |||
560 | You can find the opkg source in the Yocto Project | 546 | You can find the opkg source in the Yocto Project |
561 | :yocto_git:`Source Repositories <>`. | 547 | :yocto_git:`Source Repositories <>`. |
562 | 548 | ||
563 | .. _gs-archived-components: | ||
564 | |||
565 | Archived Components | 549 | Archived Components |
566 | ------------------- | 550 | ------------------- |
567 | 551 | ||
@@ -588,8 +572,6 @@ Linux. | |||
588 | using the Yocto Project on a system not native to Linux is with | 572 | using the Yocto Project on a system not native to Linux is with |
589 | `CROPS <#gs-crops-overview>`__. | 573 | `CROPS <#gs-crops-overview>`__. |
590 | 574 | ||
591 | .. _gs-development-methods: | ||
592 | |||
593 | Development Methods | 575 | Development Methods |
594 | =================== | 576 | =================== |
595 | 577 | ||
@@ -671,8 +653,6 @@ Project. | |||
671 | For information about and how to use Toaster, see the | 653 | For information about and how to use Toaster, see the |
672 | :doc:`../toaster-manual/toaster-manual`. | 654 | :doc:`../toaster-manual/toaster-manual`. |
673 | 655 | ||
674 | .. _reference-embedded-distribution: | ||
675 | |||
676 | Reference Embedded Distribution (Poky) | 656 | Reference Embedded Distribution (Poky) |
677 | ====================================== | 657 | ====================================== |
678 | 658 | ||
@@ -776,8 +756,6 @@ operators, see the | |||
776 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:appending and prepending (override style syntax)`" | 756 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:appending and prepending (override style syntax)`" |
777 | section in the BitBake User's Manual. | 757 | section in the BitBake User's Manual. |
778 | 758 | ||
779 | .. _openembedded-build-system-workflow: | ||
780 | |||
781 | The OpenEmbedded Build System Workflow | 759 | The OpenEmbedded Build System Workflow |
782 | ====================================== | 760 | ====================================== |
783 | 761 | ||