diff options
| author | Adam Blank <adam.blank.g@gmail.com> | 2026-04-10 14:17:49 +0200 |
|---|---|---|
| committer | Paul Barker <paul@pbarker.dev> | 2026-04-16 14:28:12 +0100 |
| commit | cb2dcb4963e5fbe449f1bcb019eae883ddecc8ec (patch) | |
| tree | ed985a7b5e1734e2bcc0894787feb23e201a5168 /documentation/ref-manual | |
| parent | 07ef83841092fda94367b166b595bb418d09ce3e (diff) | |
| download | poky-cb2dcb4963e5fbe449f1bcb019eae883ddecc8ec.tar.gz | |
ref-manual/variables.rst: correct a reference to STAGING_DIR*
The reference to STAGING_DIR* variables in the description of
DEPENDS was misleading, as it pointed at STAGING_DIR which is
unrelated in this context.
(From yocto-docs rev: 48d15a62ed7c004fd6e1dced03923bac529c435e)
Signed-off-by: Adam Blank <adam.blank.g@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 2da8e6334e3d3362c9177f78a1216156417903fc)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 889eb51c7a..29f94dc530 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -2144,7 +2144,7 @@ system and gives an overview of their function and contents. | |||
| 2144 | 2144 | ||
| 2145 | The practical effect of the previous assignment is that all files | 2145 | The practical effect of the previous assignment is that all files |
| 2146 | installed by bar will be available in the appropriate staging sysroot, | 2146 | installed by bar will be available in the appropriate staging sysroot, |
| 2147 | given by the :term:`STAGING_DIR* <STAGING_DIR>` variables, by the time | 2147 | given by the :term:`STAGING_DIR* <STAGING_DIR_HOST>` variables, by the time |
| 2148 | the :ref:`ref-tasks-configure` task for ``foo`` runs. This mechanism is | 2148 | the :ref:`ref-tasks-configure` task for ``foo`` runs. This mechanism is |
| 2149 | implemented by having :ref:`ref-tasks-configure` depend on the | 2149 | implemented by having :ref:`ref-tasks-configure` depend on the |
| 2150 | :ref:`ref-tasks-populate_sysroot` task of each recipe listed in | 2150 | :ref:`ref-tasks-populate_sysroot` task of each recipe listed in |
