summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 19:32:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commitb42af6aa4a5c64f80091d9445b79e2565515854c (patch)
tree68f056125073f47b8d3512debf40a2d7a8609bee
parent6660c0603a7daebc0d5645efc99b7834a05da1fd (diff)
downloadpoky-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>
-rw-r--r--documentation/dev-manual/common-tasks.rst2
-rw-r--r--documentation/ref-manual/variables.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 3e1b6af4f6..32268931a4 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -3955,7 +3955,7 @@ To achieve this, you need to perform some additional steps:
3955 buildsystem know where the :term:`INITRAMFS_IMAGE` will be located. 3955 buildsystem know where the :term:`INITRAMFS_IMAGE` will be located.
3956 3956
3957 Building a system with such configuration will build the kernel using the 3957 Building a system with such configuration will build the kernel using the
3958 main configuration but the ``do_bundle_initramfs`` task will grab the 3958 main configuration but the :ref:`ref-tasks-bundle_initramfs` task will grab the
3959 selected :term:`INITRAMFS_IMAGE` from :term:`INITRAMFS_DEPLOY_DIR_IMAGE` 3959 selected :term:`INITRAMFS_IMAGE` from :term:`INITRAMFS_DEPLOY_DIR_IMAGE`
3960 instead, resulting in a musl based :term:`Initramfs` image bundled in the kernel 3960 instead, resulting in a musl based :term:`Initramfs` image bundled in the kernel
3961 but a glibc based main image. 3961 but a glibc based main image.
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