mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
sphinx: ref-manual: fix typo
The variable name is SSTATE_MIRROR, not STATE_MIRROR, and because of the typo, it was not caught by the Python regexp. (From yocto-docs rev: 7347f5343c4995c53da6b9a88a3912453def9669) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c473fa2292
commit
7b87ca796a
@@ -855,8 +855,8 @@ using an empty :term:`PARALLEL_MAKE` variable.
|
||||
|
||||
Inheriting the ``icecc`` class changes all sstate signatures.
|
||||
Consequently, if a development team has a dedicated build system that
|
||||
populates ```STATE_MIRRORS`` <#var-SSTATE_MIRRORS>`__ and they want to
|
||||
reuse sstate from ``STATE_MIRRORS``, then all developers and the build
|
||||
populates :term:`SSTATE_MIRRORS` and they want to
|
||||
reuse sstate from ``SSTATE_MIRRORS``, then all developers and the build
|
||||
system need to either inherit the ``icecc`` class or nobody should.
|
||||
|
||||
At the distribution level, you can inherit the ``icecc`` class to be
|
||||
|
||||
Reference in New Issue
Block a user