mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6660c0603a
commit
b42af6aa4a
@@ -3955,7 +3955,7 @@ To achieve this, you need to perform some additional steps:
|
||||
buildsystem know where the :term:`INITRAMFS_IMAGE` will be located.
|
||||
|
||||
Building a system with such configuration will build the kernel using the
|
||||
main configuration but the ``do_bundle_initramfs`` task will grab the
|
||||
main configuration but the :ref:`ref-tasks-bundle_initramfs` task will grab the
|
||||
selected :term:`INITRAMFS_IMAGE` from :term:`INITRAMFS_DEPLOY_DIR_IMAGE`
|
||||
instead, resulting in a musl based :term:`Initramfs` image bundled in the kernel
|
||||
but a glibc based main image.
|
||||
|
||||
@@ -3675,7 +3675,7 @@ system and gives an overview of their function and contents.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`INITRAMFS_DEPLOY_DIR_IMAGE`
|
||||
Indicates the deploy directory used by ``do_bundle_initramfs`` where the
|
||||
Indicates the deploy directory used by :ref:`ref-tasks-bundle_initramfs` where the
|
||||
:term:`INITRAMFS_IMAGE` will be fetched from.
|
||||
This variable is set by default to ``${DEPLOY_DIR_IMAGE}`` in the
|
||||
:ref:`kernel <ref-classes-kernel>` class and it's only meant to be changed
|
||||
|
||||
Reference in New Issue
Block a user