summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 19:44:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commite95e686e0c467852f47400aef8c2322f36be0464 (patch)
tree4ffbc89d9a5bdd5a468bd8abb8f79720b1dc1d38 /documentation
parent5f5d993baec74f2609d242034a3f576a857a7263 (diff)
downloadpoky-e95e686e0c467852f47400aef8c2322f36be0464.tar.gz
ref-manual: tasks.rst: add reference to the "do_kernel_metadata" task
(From yocto-docs rev: 85c12756a3e0fefdb5b5aec3ee317a6c0e4f0030) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 4174273f57..f0a23ed168 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -717,7 +717,7 @@ information on this configuration tool.
717 717
718Collects all the features required for a given kernel build, whether the 718Collects all the features required for a given kernel build, whether the
719features come from :term:`SRC_URI` or from Git 719features come from :term:`SRC_URI` or from Git
720repositories. After collection, the ``do_kernel_metadata`` task 720repositories. After collection, the :ref:`ref-tasks-kernel_metadata` task
721processes the features into a series of config fragments and patches, 721processes the features into a series of config fragments and patches,
722which can then be applied by subsequent tasks such as 722which can then be applied by subsequent tasks such as
723:ref:`ref-tasks-patch` and 723:ref:`ref-tasks-patch` and