diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
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 |