summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-structure.rst')
-rw-r--r--documentation/ref-manual/ref-structure.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-structure.rst b/documentation/ref-manual/ref-structure.rst
index d3a231554f..b681e8233f 100644
--- a/documentation/ref-manual/ref-structure.rst
+++ b/documentation/ref-manual/ref-structure.rst
@@ -12,7 +12,7 @@ and directories.
12 12
13For information on how to establish a local Source Directory on your 13For information on how to establish a local Source Directory on your
14development system, see the 14development system, see the
15":ref:`dev-manual/dev-manual-start:locating yocto project source files`" 15":ref:`dev-manual/start:locating yocto project source files`"
16section in the Yocto Project Development Tasks Manual. 16section in the Yocto Project Development Tasks Manual.
17 17
18.. note:: 18.. note::
@@ -176,7 +176,7 @@ within the :term:`Source Directory`. If you design a
176custom distribution, you can include your own version of this 176custom distribution, you can include your own version of this
177configuration file to mention the targets defined by your distribution. 177configuration file to mention the targets defined by your distribution.
178See the 178See the
179":ref:`dev-manual/dev-manual-common-tasks:creating a custom template configuration directory`" 179":ref:`dev-manual/common-tasks:creating a custom template configuration directory`"
180section in the Yocto Project Development Tasks Manual for more 180section in the Yocto Project Development Tasks Manual for more
181information. 181information.
182 182
@@ -193,7 +193,7 @@ Directory named ``mybuilds/`` that is outside of the :term:`Source Directory`:
193The OpenEmbedded build system uses the template configuration files, which 193The OpenEmbedded build system uses the template configuration files, which
194are found by default in the ``meta-poky/conf/`` directory in the Source 194are found by default in the ``meta-poky/conf/`` directory in the Source
195Directory. See the 195Directory. See the
196":ref:`dev-manual/dev-manual-common-tasks:creating a custom template configuration directory`" 196":ref:`dev-manual/common-tasks:creating a custom template configuration directory`"
197section in the Yocto Project Development Tasks Manual for more 197section in the Yocto Project Development Tasks Manual for more
198information. 198information.
199 199
@@ -236,7 +236,7 @@ The OpenEmbedded build system creates this directory when you enable
236build history via the ``buildhistory`` class file. The directory 236build history via the ``buildhistory`` class file. The directory
237organizes build information into image, packages, and SDK 237organizes build information into image, packages, and SDK
238subdirectories. For information on the build history feature, see the 238subdirectories. For information on the build history feature, see the
239":ref:`dev-manual/dev-manual-common-tasks:maintaining build output quality`" 239":ref:`dev-manual/common-tasks:maintaining build output quality`"
240section in the Yocto Project Development Tasks Manual. 240section in the Yocto Project Development Tasks Manual.
241 241
242.. _structure-build-conf-local.conf: 242.. _structure-build-conf-local.conf:
@@ -292,7 +292,7 @@ file, it uses ``sed`` to substitute final
292---------------------------- 292----------------------------
293 293
294This configuration file defines 294This configuration file defines
295:ref:`layers <dev-manual/dev-manual-common-tasks:understanding and creating layers>`, 295:ref:`layers <dev-manual/common-tasks:understanding and creating layers>`,
296which are directory trees, traversed (or walked) by BitBake. The 296which are directory trees, traversed (or walked) by BitBake. The
297``bblayers.conf`` file uses the :term:`BBLAYERS` 297``bblayers.conf`` file uses the :term:`BBLAYERS`
298variable to list the layers BitBake tries to find. 298variable to list the layers BitBake tries to find.
@@ -438,7 +438,7 @@ directory contains sub-directories for ``bash``, ``busybox``, and
438``glibc`` (among others) that in turn contain appropriate ``COPYING`` 438``glibc`` (among others) that in turn contain appropriate ``COPYING``
439license files with other licensing information. For information on 439license files with other licensing information. For information on
440licensing, see the 440licensing, see the
441":ref:`dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle`" 441":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle`"
442section in the Yocto Project Development Tasks Manual. 442section in the Yocto Project Development Tasks Manual.
443 443
444.. _structure-build-tmp-deploy-images: 444.. _structure-build-tmp-deploy-images:
@@ -577,7 +577,7 @@ built within the Yocto Project. For this package, a work directory of
577``tmp/work/qemux86-poky-linux/linux-yocto/3.0+git1+<.....>``, referred 577``tmp/work/qemux86-poky-linux/linux-yocto/3.0+git1+<.....>``, referred
578to as the ``WORKDIR``, is created. Within this directory, the source is 578to as the ``WORKDIR``, is created. Within this directory, the source is
579unpacked to ``linux-qemux86-standard-build`` and then patched by Quilt. 579unpacked to ``linux-qemux86-standard-build`` and then patched by Quilt.
580(See the ":ref:`dev-manual/dev-manual-common-tasks:using quilt in your workflow`" section in 580(See the ":ref:`dev-manual/common-tasks:using quilt in your workflow`" section in
581the Yocto Project Development Tasks Manual for more information.) Within 581the Yocto Project Development Tasks Manual for more information.) Within
582the ``linux-qemux86-standard-build`` directory, standard Quilt 582the ``linux-qemux86-standard-build`` directory, standard Quilt
583directories ``linux-3.0/patches`` and ``linux-3.0/.pc`` are created, and 583directories ``linux-3.0/patches`` and ``linux-3.0/.pc`` are created, and