summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/structure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r--documentation/ref-manual/structure.rst18
1 files changed, 6 insertions, 12 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 0f2093a8d4..f8dc7d2821 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -153,8 +153,7 @@ When you run this script, your Yocto Project environment is set up, a
153:term:`Build Directory` is created, your working 153:term:`Build Directory` is created, your working
154directory becomes the Build Directory, and you are presented with some 154directory becomes the Build Directory, and you are presented with some
155simple suggestions as to what to do next, including a list of some 155simple suggestions as to what to do next, including a list of some
156possible targets to build. Here is an example: 156possible targets to build. Here is an example::
157::
158 157
159 $ source oe-init-build-env 158 $ source oe-init-build-env
160 159
@@ -185,8 +184,7 @@ creates the ``build/`` directory in your current working directory. If
185you provide a Build Directory argument when you ``source`` the script, 184you provide a Build Directory argument when you ``source`` the script,
186you direct the OpenEmbedded build system to create a Build Directory of 185you direct the OpenEmbedded build system to create a Build Directory of
187your choice. For example, the following command creates a Build 186your choice. For example, the following command creates a Build
188Directory named ``mybuilds/`` that is outside of the :term:`Source Directory`: 187Directory named ``mybuilds/`` that is outside of the :term:`Source Directory`::
189::
190 188
191 $ source oe-init-build-env ~/mybuilds 189 $ source oe-init-build-env ~/mybuilds
192 190
@@ -269,8 +267,7 @@ and to ``meta/conf/`` when you are building from the OpenEmbedded-Core
269environment. Because the script variable points to the source of the 267environment. Because the script variable points to the source of the
270``local.conf.sample`` file, this implies that you can configure your 268``local.conf.sample`` file, this implies that you can configure your
271build environment from any layer by setting the variable in the 269build environment from any layer by setting the variable in the
272top-level build environment setup script as follows: 270top-level build environment setup script as follows::
273::
274 271
275 TEMPLATECONF=your_layer/conf 272 TEMPLATECONF=your_layer/conf
276 273
@@ -309,8 +306,7 @@ Project development environment, and to ``meta/conf/`` when you are
309building from the OpenEmbedded-Core environment. Because the script 306building from the OpenEmbedded-Core environment. Because the script
310variable points to the source of the ``bblayers.conf.sample`` file, this 307variable points to the source of the ``bblayers.conf.sample`` file, this
311implies that you can base your build from any layer by setting the 308implies that you can base your build from any layer by setting the
312variable in the top-level build environment setup script as follows: 309variable in the top-level build environment setup script as follows::
313::
314 310
315 TEMPLATECONF=your_layer/conf 311 TEMPLATECONF=your_layer/conf
316 312
@@ -463,8 +459,7 @@ image again.
463If you do accidentally delete files here, you will need to force them to 459If you do accidentally delete files here, you will need to force them to
464be re-created. In order to do that, you will need to know the target 460be re-created. In order to do that, you will need to know the target
465that produced them. For example, these commands rebuild and re-create 461that produced them. For example, these commands rebuild and re-create
466the kernel files: 462the kernel files::
467::
468 463
469 $ bitbake -c clean virtual/kernel 464 $ bitbake -c clean virtual/kernel
470 $ bitbake virtual/kernel 465 $ bitbake virtual/kernel
@@ -535,8 +530,7 @@ recipe-specific :term:`WORKDIR` directories. Thus, the
535This directory holds information that BitBake uses for accounting 530This directory holds information that BitBake uses for accounting
536purposes to track what tasks have run and when they have run. The 531purposes to track what tasks have run and when they have run. The
537directory is sub-divided by architecture, package name, and version. 532directory is sub-divided by architecture, package name, and version.
538Following is an example: 533Following is an example::
539::
540 534
541 stamps/all-poky-linux/distcc-config/1.0-r0.do_build-2fdd....2do 535 stamps/all-poky-linux/distcc-config/1.0-r0.do_build-2fdd....2do
542 536