summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 386a9e09d5..562f460c33 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
@@ -307,7 +307,7 @@ during the build. By default, the layers listed in this file include
307layers minimally needed by the build system. However, you must manually 307layers minimally needed by the build system. However, you must manually
308add any custom layers you have created. You can find more information on 308add any custom layers you have created. You can find more information on
309working with the ``bblayers.conf`` file in the 309working with the ``bblayers.conf`` file in the
310":ref:`dev-manual/common-tasks:enabling your layer`" 310":ref:`dev-manual/layers:enabling your layer`"
311section in the Yocto Project Development Tasks Manual. 311section in the Yocto Project Development Tasks Manual.
312 312
313The files ``site.conf`` and ``auto.conf`` are not created by the 313The files ``site.conf`` and ``auto.conf`` are not created by the
@@ -398,7 +398,7 @@ a ``README`` file as good practice and especially if the layer is to be
398distributed, a configuration directory, and recipe directories. You can 398distributed, a configuration directory, and recipe directories. You can
399learn about the general structure for layers used with the Yocto Project 399learn about the general structure for layers used with the Yocto Project
400in the 400in the
401":ref:`dev-manual/common-tasks:creating your own layer`" 401":ref:`dev-manual/layers:creating your own layer`"
402section in the 402section in the
403Yocto Project Development Tasks Manual. For a general discussion on 403Yocto Project Development Tasks Manual. For a general discussion on
404layers and the many layers from which you can draw, see the 404layers and the many layers from which you can draw, see the
@@ -798,7 +798,7 @@ For more information on how the source directories are created, see the
798":ref:`overview-manual/concepts:source fetching`" section. For 798":ref:`overview-manual/concepts:source fetching`" section. For
799more information on how to create patches and how the build system 799more information on how to create patches and how the build system
800processes patches, see the 800processes patches, see the
801":ref:`dev-manual/common-tasks:patching code`" 801":ref:`dev-manual/new-recipe:patching code`"
802section in the 802section in the
803Yocto Project Development Tasks Manual. You can also see the 803Yocto Project Development Tasks Manual. You can also see the
804":ref:`sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component`" 804":ref:`sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component`"
@@ -999,7 +999,7 @@ stage of package installation, post installation scripts that are part
999of the packages are run. Any scripts that fail to run on the build host 999of the packages are run. Any scripts that fail to run on the build host
1000are run on the target when the target system is first booted. If you are 1000are run on the target when the target system is first booted. If you are
1001using a 1001using a
1002:ref:`read-only root filesystem <dev-manual/common-tasks:creating a read-only root filesystem>`, 1002:ref:`read-only root filesystem <dev-manual/read-only-rootfs:creating a read-only root filesystem>`,
1003all the post installation scripts must succeed on the build host during 1003all the post installation scripts must succeed on the build host during
1004the package installation phase since the root filesystem on the target 1004the package installation phase since the root filesystem on the target
1005is read-only. 1005is read-only.
@@ -1158,7 +1158,7 @@ varflag. If some other task depends on such a task, then that task will
1158also always be considered out of date, which might not be what you want. 1158also always be considered out of date, which might not be what you want.
1159 1159
1160For details on how to view information about a task's signature, see the 1160For details on how to view information about a task's signature, see the
1161":ref:`dev-manual/common-tasks:viewing task variable dependencies`" 1161":ref:`dev-manual/debugging:viewing task variable dependencies`"
1162section in the Yocto Project Development Tasks Manual. 1162section in the Yocto Project Development Tasks Manual.
1163 1163
1164Setscene Tasks and Shared State 1164Setscene Tasks and Shared State
@@ -1583,15 +1583,15 @@ them if they are deemed to be valid.
1583 the shared state packages. Consequently, there are considerations that 1583 the shared state packages. Consequently, there are considerations that
1584 affect maintaining shared state feeds. For information on how the 1584 affect maintaining shared state feeds. For information on how the
1585 build system works with packages and can track incrementing :term:`PR` 1585 build system works with packages and can track incrementing :term:`PR`
1586 information, see the ":ref:`dev-manual/common-tasks:automatically incrementing a package version number`" 1586 information, see the ":ref:`dev-manual/packages:automatically incrementing a package version number`"
1587 section in the Yocto Project Development Tasks Manual. 1587 section in the Yocto Project Development Tasks Manual.
1588 1588
1589 - The code in the build system that supports incremental builds is 1589 - The code in the build system that supports incremental builds is
1590 complex. For techniques that help you work around issues 1590 complex. For techniques that help you work around issues
1591 related to shared state code, see the 1591 related to shared state code, see the
1592 ":ref:`dev-manual/common-tasks:viewing metadata used to create the input signature of a shared state task`" 1592 ":ref:`dev-manual/debugging:viewing metadata used to create the input signature of a shared state task`"
1593 and 1593 and
1594 ":ref:`dev-manual/common-tasks:invalidating shared state to force a task to run`" 1594 ":ref:`dev-manual/debugging:invalidating shared state to force a task to run`"
1595 sections both in the Yocto Project Development Tasks Manual. 1595 sections both in the Yocto Project Development Tasks Manual.
1596 1596
1597The rest of this section goes into detail about the overall incremental 1597The rest of this section goes into detail about the overall incremental