diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-11 10:01:23 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:28 +0000 |
| commit | 00f87f84165964f262f8bb97378cfbef4b0c325a (patch) | |
| tree | bbcaba5cc9155c7a9968c78e5e413889ac3b8e94 /documentation/ref-manual/ref-variables.xml | |
| parent | 937b66e9d1a017576c4ad7581dfdf33b77f8619f (diff) | |
| download | poky-00f87f84165964f262f8bb97378cfbef4b0c325a.tar.gz | |
overview-manual, ref-manual: Moved "Shared State Cache" to overview manual
Fixes [YOCTO #12370]
The section on shared state cache needed to be in the overview manual
and not in the ref-manual. I moved it. Some links were affected,
which I fixed.
(From yocto-docs rev: 1c4e5207bdde19d4b48ef42b1de81390d8a02d64)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 48849b1fef..564bb38ac6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -10654,11 +10654,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10654 | <filename>PR</filename> to know when to rebuild a | 10654 | <filename>PR</filename> to know when to rebuild a |
| 10655 | recipe. | 10655 | recipe. |
| 10656 | The build system uses the task | 10656 | The build system uses the task |
| 10657 | <ulink url='&YOCTO_DOCS_BB_URL;#checksums'>input checksums</ulink> | 10657 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#overview-checksums'>input checksums</ulink> |
| 10658 | along with the | 10658 | along with the |
| 10659 | <link linkend='structure-build-tmp-stamps'>stamp</link> | 10659 | <link linkend='structure-build-tmp-stamps'>stamp</link> |
| 10660 | and | 10660 | and |
| 10661 | <link linkend='shared-state-cache'>shared state cache</link> | 10661 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>shared state cache</ulink> |
| 10662 | mechanisms. | 10662 | mechanisms. |
| 10663 | </note> | 10663 | </note> |
| 10664 | The <filename>PR</filename> variable primarily becomes | 10664 | The <filename>PR</filename> variable primarily becomes |
