summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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 /documentation/dev-manual
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 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.