diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-22 15:26:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-24 17:44:56 +0100 |
commit | 79b0386676f80520072e9a8fbb7b7bfc6571eed1 (patch) | |
tree | dde2e3f4e2dd261919483a4b36b217c0b3790fc9 /documentation/ref-manual | |
parent | 388d2c767c0fe7abc1ceed8bca7f53530b135d7c (diff) | |
download | poky-79b0386676f80520072e9a8fbb7b7bfc6571eed1.tar.gz |
ref-manual: structure.rst: improve information about build/cache/
Also include this directory in alphabetical order.
(From yocto-docs rev: f9156f413053a5f19bd59c83a1f6f24eb02a57e1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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/`` |