summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-17 19:21:48 +0200
committerSteve Sakoman <steve@sakoman.com>2023-09-23 05:26:16 -1000
commitb099a1c252a8bd03bb882f6351f423b96648e921 (patch)
tree041ae98767f14087aa50be612d0eeb94b240ea14 /documentation/overview-manual
parent337a21080bdb50fa8726d8ed74a290190463dd5f (diff)
downloadpoky-b099a1c252a8bd03bb882f6351f423b96648e921.tar.gz
manuals: update former references to dev-manual/common-tasks
(From yocto-docs rev: f8bb4c392912f15bb78f6f25910f85897abb4e3d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst22
-rw-r--r--documentation/overview-manual/development-environment.rst4
-rw-r--r--documentation/overview-manual/yp-intro.rst10
3 files changed, 18 insertions, 18 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 2631e412e5..7ad21e0d7d 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -34,7 +34,7 @@ itself is of various types:
34 34
35BitBake knows how to combine multiple data sources together and refers 35BitBake knows how to combine multiple data sources together and refers
36to each data source as a layer. For information on layers, see the 36to each data source as a layer. For information on layers, see the
37":ref:`dev-manual/common-tasks:understanding and creating layers`" 37":ref:`dev-manual/layers:understanding and creating layers`"
38section of the Yocto Project Development Tasks Manual. 38section of the Yocto Project Development Tasks Manual.
39 39
40Following are some brief details on these core components. For 40Following are some brief details on these core components. For
@@ -149,7 +149,7 @@ Conforming to a known structure allows BitBake to make assumptions
149during builds on where to find types of metadata. You can find 149during builds on where to find types of metadata. You can find
150procedures and learn about tools (i.e. ``bitbake-layers``) for creating 150procedures and learn about tools (i.e. ``bitbake-layers``) for creating
151layers suitable for the Yocto Project in the 151layers suitable for the Yocto Project in the
152":ref:`dev-manual/common-tasks:understanding and creating layers`" 152":ref:`dev-manual/layers:understanding and creating layers`"
153section of the Yocto Project Development Tasks Manual. 153section of the Yocto Project Development Tasks Manual.
154 154
155OpenEmbedded Build System Concepts 155OpenEmbedded Build System Concepts
@@ -308,7 +308,7 @@ during the build. By default, the layers listed in this file include
308layers minimally needed by the build system. However, you must manually 308layers minimally needed by the build system. However, you must manually
309add any custom layers you have created. You can find more information on 309add any custom layers you have created. You can find more information on
310working with the ``bblayers.conf`` file in the 310working with the ``bblayers.conf`` file in the
311":ref:`dev-manual/common-tasks:enabling your layer`" 311":ref:`dev-manual/layers:enabling your layer`"
312section in the Yocto Project Development Tasks Manual. 312section in the Yocto Project Development Tasks Manual.
313 313
314The files ``site.conf`` and ``auto.conf`` are not created by the 314The files ``site.conf`` and ``auto.conf`` are not created by the
@@ -408,7 +408,7 @@ a ``README`` file as good practice and especially if the layer is to be
408distributed, a configuration directory, and recipe directories. You can 408distributed, a configuration directory, and recipe directories. You can
409learn about the general structure for layers used with the Yocto Project 409learn about the general structure for layers used with the Yocto Project
410in the 410in the
411":ref:`dev-manual/common-tasks:creating your own layer`" 411":ref:`dev-manual/layers:creating your own layer`"
412section in the 412section in the
413Yocto Project Development Tasks Manual. For a general discussion on 413Yocto Project Development Tasks Manual. For a general discussion on
414layers and the many layers from which you can draw, see the 414layers and the many layers from which you can draw, see the
@@ -814,7 +814,7 @@ For more information on how the source directories are created, see the
814":ref:`overview-manual/concepts:source fetching`" section. For 814":ref:`overview-manual/concepts:source fetching`" section. For
815more information on how to create patches and how the build system 815more information on how to create patches and how the build system
816processes patches, see the 816processes patches, see the
817":ref:`dev-manual/common-tasks:patching code`" 817":ref:`dev-manual/new-recipe:patching code`"
818section in the 818section in the
819Yocto Project Development Tasks Manual. You can also see the 819Yocto Project Development Tasks Manual. You can also see the
820":ref:`sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component`" 820":ref:`sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component`"
@@ -1014,8 +1014,8 @@ data files are deleted from the root filesystem. As part of the final
1014stage of package installation, post installation scripts that are part 1014stage of package installation, post installation scripts that are part
1015of the packages are run. Any scripts that fail to run on the build host 1015of the packages are run. Any scripts that fail to run on the build host
1016are run on the target when the target system is first booted. If you are 1016are run on the target when the target system is first booted. If you are
1017using a 1017using a
1018:ref:`read-only root filesystem <dev-manual/common-tasks:creating a read-only root filesystem>`, 1018:ref:`read-only root filesystem <dev-manual/read-only-rootfs:creating a read-only root filesystem>`,
1019all the post installation scripts must succeed on the build host during 1019all the post installation scripts must succeed on the build host during
1020the package installation phase since the root filesystem on the target 1020the package installation phase since the root filesystem on the target
1021is read-only. 1021is read-only.
@@ -1174,7 +1174,7 @@ varflag. If some other task depends on such a task, then that task will
1174also always be considered out of date, which might not be what you want. 1174also always be considered out of date, which might not be what you want.
1175 1175
1176For details on how to view information about a task's signature, see the 1176For details on how to view information about a task's signature, see the
1177":ref:`dev-manual/common-tasks:viewing task variable dependencies`" 1177":ref:`dev-manual/debugging:viewing task variable dependencies`"
1178section in the Yocto Project Development Tasks Manual. 1178section in the Yocto Project Development Tasks Manual.
1179 1179
1180Setscene Tasks and Shared State 1180Setscene Tasks and Shared State
@@ -1603,15 +1603,15 @@ them if they are deemed to be valid.
1603 the shared state packages. Consequently, there are considerations that 1603 the shared state packages. Consequently, there are considerations that
1604 affect maintaining shared state feeds. For information on how the 1604 affect maintaining shared state feeds. For information on how the
1605 build system works with packages and can track incrementing :term:`PR` 1605 build system works with packages and can track incrementing :term:`PR`
1606 information, see the ":ref:`dev-manual/common-tasks:automatically incrementing a package version number`" 1606 information, see the ":ref:`dev-manual/packages:automatically incrementing a package version number`"
1607 section in the Yocto Project Development Tasks Manual. 1607 section in the Yocto Project Development Tasks Manual.
1608 1608
1609 - The code in the build system that supports incremental builds is 1609 - The code in the build system that supports incremental builds is
1610 complex. For techniques that help you work around issues 1610 complex. For techniques that help you work around issues
1611 related to shared state code, see the 1611 related to shared state code, see the
1612 ":ref:`dev-manual/common-tasks:viewing metadata used to create the input signature of a shared state task`" 1612 ":ref:`dev-manual/debugging:viewing metadata used to create the input signature of a shared state task`"
1613 and 1613 and
1614 ":ref:`dev-manual/common-tasks:invalidating shared state to force a task to run`" 1614 ":ref:`dev-manual/debugging:invalidating shared state to force a task to run`"
1615 sections both in the Yocto Project Development Tasks Manual. 1615 sections both in the Yocto Project Development Tasks Manual.
1616 1616
1617The rest of this section goes into detail about the overall incremental 1617The rest of this section goes into detail about the overall incremental
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index 5b182e70e3..332cea836d 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -94,7 +94,7 @@ are several ways of working in the Yocto Project environment:
94 through your Linux distribution and the Yocto Project. 94 through your Linux distribution and the Yocto Project.
95 95
96 For a general flow of the build procedures, see the 96 For a general flow of the build procedures, see the
97 ":ref:`dev-manual/common-tasks:building a simple image`" 97 ":ref:`dev-manual/building:building a simple image`"
98 section in the Yocto Project Development Tasks Manual. 98 section in the Yocto Project Development Tasks Manual.
99 99
100- *Board Support Package (BSP) Development:* Development of BSPs 100- *Board Support Package (BSP) Development:* Development of BSPs
@@ -654,5 +654,5 @@ Project uses in the ``meta/files/common-licenses`` directory in your
654For information that can help you maintain compliance with various open 654For information that can help you maintain compliance with various open
655source licensing during the lifecycle of a product created using the 655source licensing during the lifecycle of a product created using the
656Yocto Project, see the 656Yocto Project, see the
657":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle`" 657":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`"
658section in the Yocto Project Development Tasks Manual. 658section in the Yocto Project Development Tasks Manual.
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index 6fd6177503..25dc08b09d 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -129,7 +129,7 @@ Here are features and advantages of the Yocto Project:
129 arbitrarily include packages. 129 arbitrarily include packages.
130 130
131- *License Manifest:* The Yocto Project provides a :ref:`license 131- *License Manifest:* The Yocto Project provides a :ref:`license
132 manifest <dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle>` 132 manifest <dev-manual/licenses:maintaining open source license compliance during your product's lifecycle>`
133 for review by people who need to track the use of open source 133 for review by people who need to track the use of open source
134 licenses (e.g. legal teams). 134 licenses (e.g. legal teams).
135 135
@@ -225,7 +225,7 @@ your Metadata, the easier it is to cope with future changes.
225 225
226 - Layers support the inclusion of technologies, hardware components, 226 - Layers support the inclusion of technologies, hardware components,
227 and software components. The :ref:`Yocto Project 227 and software components. The :ref:`Yocto Project
228 Compatible <dev-manual/common-tasks:making sure your layer is compatible with yocto project>` 228 Compatible <dev-manual/layers:making sure your layer is compatible with yocto project>`
229 designation provides a minimum level of standardization that 229 designation provides a minimum level of standardization that
230 contributes to a strong ecosystem. "YP Compatible" is applied to 230 contributes to a strong ecosystem. "YP Compatible" is applied to
231 appropriate products and software components such as BSPs, other 231 appropriate products and software components such as BSPs, other
@@ -269,7 +269,7 @@ of the ``poky`` repository, you will see several layers: ``meta``,
269layer. 269layer.
270 270
271For procedures on how to create layers, see the 271For procedures on how to create layers, see the
272":ref:`dev-manual/common-tasks:understanding and creating layers`" 272":ref:`dev-manual/layers:understanding and creating layers`"
273section in the Yocto Project Development Tasks Manual. 273section in the Yocto Project Development Tasks Manual.
274 274
275Components and Tools 275Components and Tools
@@ -351,7 +351,7 @@ Yocto Project:
351 (BitBake and 351 (BitBake and
352 OE-Core) automatically generates upgrades for recipes that are based 352 OE-Core) automatically generates upgrades for recipes that are based
353 on new versions of the recipes published upstream. See 353 on new versions of the recipes published upstream. See
354 :ref:`dev-manual/common-tasks:using the auto upgrade helper (auh)` 354 :ref:`dev-manual/upgrading-recipes:using the auto upgrade helper (auh)`
355 for how to set it up. 355 for how to set it up.
356 356
357- *Recipe Reporting System:* The Recipe Reporting System tracks recipe 357- *Recipe Reporting System:* The Recipe Reporting System tracks recipe
@@ -781,7 +781,7 @@ helpful for getting started:
781 Yocto Project. 781 Yocto Project.
782 782
783 For more detailed information on layers, see the 783 For more detailed information on layers, see the
784 ":ref:`dev-manual/common-tasks:understanding and creating layers`" 784 ":ref:`dev-manual/layers:understanding and creating layers`"
785 section in the Yocto Project Development Tasks Manual. For a 785 section in the Yocto Project Development Tasks Manual. For a
786 discussion specifically on BSP Layers, see the 786 discussion specifically on BSP Layers, see the
787 ":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto 787 ":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto