diff options
-rw-r--r-- | documentation/ref-manual/structure.rst | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index f34becddc9..fa65b687cd 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -240,6 +240,18 @@ subdirectories. For information on the build history feature, see the | |||
240 | ":ref:`dev-manual/common-tasks:maintaining build output quality`" | 240 | ":ref:`dev-manual/common-tasks:maintaining build output quality`" |
241 | section in the Yocto Project Development Tasks Manual. | 241 | section in the Yocto Project Development Tasks Manual. |
242 | 242 | ||
243 | .. _structure-build-cache: | ||
244 | |||
245 | ``build/cache/`` | ||
246 | ---------------- | ||
247 | |||
248 | This directory contains several internal files used by the OpenEmbedded | ||
249 | build system. | ||
250 | |||
251 | It also contains ``sanity_info``, a text file keeping track of important | ||
252 | build information such as the values of :term:`TMPDIR`, :term:`SSTATE_DIR`, | ||
253 | as well as the name and version of the host distribution. | ||
254 | |||
243 | .. _structure-build-conf-local.conf: | 255 | .. _structure-build-conf-local.conf: |
244 | 256 | ||
245 | ``build/conf/local.conf`` | 257 | ``build/conf/local.conf`` |
@@ -323,14 +335,6 @@ Once the build process gets the sample file, it uses ``sed`` to substitute final | |||
323 | version of the ``bblayers.conf.sample`` file in the ``meta-poky/conf/templates/default`` | 335 | version of the ``bblayers.conf.sample`` file in the ``meta-poky/conf/templates/default`` |
324 | directory. | 336 | directory. |
325 | 337 | ||
326 | .. _structure-build-conf-sanity_info: | ||
327 | |||
328 | ``build/cache/sanity_info`` | ||
329 | --------------------------- | ||
330 | |||
331 | This file indicates the state of the sanity checks and is created during | ||
332 | the build. | ||
333 | |||
334 | .. _structure-build-downloads: | 338 | .. _structure-build-downloads: |
335 | 339 | ||
336 | ``build/downloads/`` | 340 | ``build/downloads/`` |