mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
overview-manual: concepts.rst: add reference to "do_packagedata" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: d2cc5f2f667b357c770eeb69a7e8b6fef4f9c447) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67a72fc3f7
commit
020c44eb3b
@@ -892,7 +892,7 @@ following as well as other items: splitting out debugging symbols,
|
||||
looking at shared library dependencies between packages, and looking at
|
||||
package relationships.
|
||||
|
||||
The ``do_packagedata`` task creates package metadata based on the
|
||||
The :ref:`ref-tasks-packagedata` task creates package metadata based on the
|
||||
analysis such that the build system can generate the final packages. The
|
||||
:ref:`ref-tasks-populate_sysroot`
|
||||
task stages (copies) a subset of the files installed by the
|
||||
@@ -2106,7 +2106,7 @@ dependencies, you must manually declare the dependencies.
|
||||
located. For each module, the package that contains the module is
|
||||
registered as providing the module. The resulting module-to-package
|
||||
mapping is saved globally in :term:`PKGDATA_DIR` by the
|
||||
``do_packagedata`` task.
|
||||
:ref:`ref-tasks-packagedata` task.
|
||||
|
||||
Simultaneously, all pkg-config modules installed by the recipe are
|
||||
inspected to see what other pkg-config modules they depend on. A
|
||||
@@ -2147,7 +2147,7 @@ dependencies, you must manually declare the dependencies.
|
||||
:term:`ALLOW_EMPTY` variable
|
||||
for more information.
|
||||
|
||||
The :ref:`ref-tasks-package` task depends on the ``do_packagedata`` task of each
|
||||
The :ref:`ref-tasks-package` task depends on the :ref:`ref-tasks-packagedata` task of each
|
||||
recipe in :term:`DEPENDS` through use
|
||||
of a ``[``\ :ref:`deptask <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]``
|
||||
declaration, which guarantees that the required
|
||||
|
||||
Reference in New Issue
Block a user