summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst
index bbf2d0494e..d2e335e802 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/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/dev-manual-common-tasks:understanding and creating layers`" 37":ref:`dev-manual/common-tasks: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
@@ -153,7 +153,7 @@ Conforming to a known structure allows BitBake to make assumptions
153during builds on where to find types of metadata. You can find 153during builds on where to find types of metadata. You can find
154procedures and learn about tools (i.e. ``bitbake-layers``) for creating 154procedures and learn about tools (i.e. ``bitbake-layers``) for creating
155layers suitable for the Yocto Project in the 155layers suitable for the Yocto Project in the
156":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" 156":ref:`dev-manual/common-tasks:understanding and creating layers`"
157section of the Yocto Project Development Tasks Manual. 157section of the Yocto Project Development Tasks Manual.
158 158
159OpenEmbedded Build System Concepts 159OpenEmbedded Build System Concepts
@@ -317,7 +317,7 @@ during the build. By default, the layers listed in this file include
317layers minimally needed by the build system. However, you must manually 317layers minimally needed by the build system. However, you must manually
318add any custom layers you have created. You can find more information on 318add any custom layers you have created. You can find more information on
319working with the ``bblayers.conf`` file in the 319working with the ``bblayers.conf`` file in the
320":ref:`dev-manual/dev-manual-common-tasks:enabling your layer`" 320":ref:`dev-manual/common-tasks:enabling your layer`"
321section in the Yocto Project Development Tasks Manual. 321section in the Yocto Project Development Tasks Manual.
322 322
323The files ``site.conf`` and ``auto.conf`` are not created by the 323The files ``site.conf`` and ``auto.conf`` are not created by the
@@ -418,7 +418,7 @@ a ``README`` file as good practice and especially if the layer is to be
418distributed, a configuration directory, and recipe directories. You can 418distributed, a configuration directory, and recipe directories. You can
419learn about the general structure for layers used with the Yocto Project 419learn about the general structure for layers used with the Yocto Project
420in the 420in the
421":ref:`dev-manual/dev-manual-common-tasks:creating your own layer`" 421":ref:`dev-manual/common-tasks:creating your own layer`"
422section in the 422section in the
423Yocto Project Development Tasks Manual. For a general discussion on 423Yocto Project Development Tasks Manual. For a general discussion on
424layers and the many layers from which you can draw, see the 424layers and the many layers from which you can draw, see the
@@ -827,7 +827,7 @@ For more information on how the source directories are created, see the
827"`Source Fetching <#source-fetching-dev-environment>`__" section. For 827"`Source Fetching <#source-fetching-dev-environment>`__" section. For
828more information on how to create patches and how the build system 828more information on how to create patches and how the build system
829processes patches, see the 829processes patches, see the
830":ref:`dev-manual/dev-manual-common-tasks:patching code`" 830":ref:`dev-manual/common-tasks:patching code`"
831section in the 831section in the
832Yocto Project Development Tasks Manual. You can also see the 832Yocto Project Development Tasks Manual. You can also see the
833":ref:`sdk-manual/sdk-extensible:use \`\`devtool modify\`\` to modify the source of an existing component`" 833":ref:`sdk-manual/sdk-extensible:use \`\`devtool modify\`\` to modify the source of an existing component`"
@@ -1029,7 +1029,7 @@ stage of package installation, post installation scripts that are part
1029of the packages are run. Any scripts that fail to run on the build host 1029of the packages are run. Any scripts that fail to run on the build host
1030are run on the target when the target system is first booted. If you are 1030are run on the target when the target system is first booted. If you are
1031using a 1031using a
1032:ref:`read-only root filesystem <dev-manual/dev-manual-common-tasks:creating a read-only root filesystem>`, 1032:ref:`read-only root filesystem <dev-manual/common-tasks:creating a read-only root filesystem>`,
1033all the post installation scripts must succeed on the build host during 1033all the post installation scripts must succeed on the build host during
1034the package installation phase since the root filesystem on the target 1034the package installation phase since the root filesystem on the target
1035is read-only. 1035is read-only.
@@ -1192,7 +1192,7 @@ varflag. If some other task depends on such a task, then that task will
1192also always be considered out of date, which might not be what you want. 1192also always be considered out of date, which might not be what you want.
1193 1193
1194For details on how to view information about a task's signature, see the 1194For details on how to view information about a task's signature, see the
1195":ref:`dev-manual/dev-manual-common-tasks:viewing task variable dependencies`" 1195":ref:`dev-manual/common-tasks:viewing task variable dependencies`"
1196section in the Yocto Project Development Tasks Manual. 1196section in the Yocto Project Development Tasks Manual.
1197 1197
1198Setscene Tasks and Shared State 1198Setscene Tasks and Shared State
@@ -1626,15 +1626,15 @@ them if they are deemed to be valid.
1626 the shared state packages. Consequently, considerations exist that 1626 the shared state packages. Consequently, considerations exist that
1627 affect maintaining shared state feeds. For information on how the 1627 affect maintaining shared state feeds. For information on how the
1628 build system works with packages and can track incrementing ``PR`` 1628 build system works with packages and can track incrementing ``PR``
1629 information, see the ":ref:`dev-manual/dev-manual-common-tasks:automatically incrementing a package version number`" 1629 information, see the ":ref:`dev-manual/common-tasks:automatically incrementing a package version number`"
1630 section in the Yocto Project Development Tasks Manual. 1630 section in the Yocto Project Development Tasks Manual.
1631 1631
1632 - The code in the build system that supports incremental builds is 1632 - The code in the build system that supports incremental builds is
1633 not simple code. For techniques that help you work around issues 1633 not simple code. For techniques that help you work around issues
1634 related to shared state code, see the 1634 related to shared state code, see the
1635 ":ref:`dev-manual/dev-manual-common-tasks:viewing metadata used to create the input signature of a shared state task`" 1635 ":ref:`dev-manual/common-tasks:viewing metadata used to create the input signature of a shared state task`"
1636 and 1636 and
1637 ":ref:`dev-manual/dev-manual-common-tasks:invalidating shared state to force a task to run`" 1637 ":ref:`dev-manual/common-tasks:invalidating shared state to force a task to run`"
1638 sections both in the Yocto Project Development Tasks Manual. 1638 sections both in the Yocto Project Development Tasks Manual.
1639 1639
1640The rest of this section goes into detail about the overall incremental 1640The rest of this section goes into detail about the overall incremental