diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:32:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | b42af6aa4a5c64f80091d9445b79e2565515854c (patch) | |
tree | 68f056125073f47b8d3512debf40a2d7a8609bee /documentation/ref-manual | |
parent | 6660c0603a7daebc0d5645efc99b7834a05da1fd (diff) | |
download | poky-b42af6aa4a5c64f80091d9445b79e2565515854c.tar.gz |
manuals: add references to the "do_bundle_initramfs" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 84c024455a36f4b40cd8401715f30b0af74af8a7)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 a9bc629178..1685a26776 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3675,7 +3675,7 @@ system and gives an overview of their function and contents. | |||
3675 | section in the Yocto Project Development Tasks Manual. | 3675 | section in the Yocto Project Development Tasks Manual. |
3676 | 3676 | ||
3677 | :term:`INITRAMFS_DEPLOY_DIR_IMAGE` | 3677 | :term:`INITRAMFS_DEPLOY_DIR_IMAGE` |
3678 | Indicates the deploy directory used by ``do_bundle_initramfs`` where the | 3678 | Indicates the deploy directory used by :ref:`ref-tasks-bundle_initramfs` where the |
3679 | :term:`INITRAMFS_IMAGE` will be fetched from. | 3679 | :term:`INITRAMFS_IMAGE` will be fetched from. |
3680 | This variable is set by default to ``${DEPLOY_DIR_IMAGE}`` in the | 3680 | This variable is set by default to ``${DEPLOY_DIR_IMAGE}`` in the |
3681 | :ref:`kernel <ref-classes-kernel>` class and it's only meant to be changed | 3681 | :ref:`kernel <ref-classes-kernel>` class and it's only meant to be changed |