mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
ref-manual/variables.rst: update PKGDATA_DIR's description
Don't refer to it as temporary. Update the default value. (From yocto-docs rev: 3786a02e4478c4e73531479d50d1be6e8dd8b4c7) Signed-off-by: Adam Blank <adam.blank.g@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit a1432f24c94a26b372164704cf18b3c6a73b34f5) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
@@ -6841,19 +6841,17 @@ system and gives an overview of their function and contents.
|
|||||||
Points to a shared, global-state directory that holds data generated
|
Points to a shared, global-state directory that holds data generated
|
||||||
during the packaging process. During the packaging process, the
|
during the packaging process. During the packaging process, the
|
||||||
:ref:`ref-tasks-packagedata` task packages data
|
:ref:`ref-tasks-packagedata` task packages data
|
||||||
for each recipe and installs it into this temporary, shared area.
|
for each recipe and installs it into this shared area.
|
||||||
This directory defaults to the following, which you should not
|
This directory defaults to the following, which you should not
|
||||||
change::
|
change::
|
||||||
|
|
||||||
${STAGING_DIR_HOST}/pkgdata
|
${TMPDIR}/pkgdata/${MACHINE}
|
||||||
|
|
||||||
For examples of how this data is used, see the
|
For examples of how this data is used, see the
|
||||||
":ref:`overview-manual/concepts:automatically added runtime dependencies`"
|
":ref:`overview-manual/concepts:automatically added runtime dependencies`"
|
||||||
section in the Yocto Project Overview and Concepts Manual and the
|
section in the Yocto Project Overview and Concepts Manual and the
|
||||||
":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```"
|
":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```"
|
||||||
section in the Yocto Project Development Tasks Manual. For more
|
section in the Yocto Project Development Tasks Manual.
|
||||||
information on the shared, global-state directory, see
|
|
||||||
:term:`STAGING_DIR_HOST`.
|
|
||||||
|
|
||||||
:term:`PKGDEST`
|
:term:`PKGDEST`
|
||||||
Points to the parent directory for files to be packaged after they
|
Points to the parent directory for files to be packaged after they
|
||||||
|
|||||||
Reference in New Issue
Block a user