diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-07 09:40:29 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:56 +0100 |
commit | 776ec078c4cff908790b660686bf2c9663e2b379 (patch) | |
tree | 013e2551d7f19fd47f1096f6c6cf187642b6e2b0 | |
parent | 3dbc1e83f26ab1575b93c83273c9c9877d14633f (diff) | |
download | poky-776ec078c4cff908790b660686bf2c9663e2b379.tar.gz |
ref-manual: add UBOOT_MKIMAGE_KERNEL_TYPE
New variable in 4.1.
(From yocto-docs rev: d79c1c29607bc3750bcb4e4c171593f4d7ac89cb)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index e7b8709e7d..693bf1b367 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8564,6 +8564,10 @@ system and gives an overview of their function and contents. | |||
8564 | If :term:`UBOOT_MKIMAGE_DTCOPTS` is not set then kernel-fitimage will not | 8564 | If :term:`UBOOT_MKIMAGE_DTCOPTS` is not set then kernel-fitimage will not |
8565 | pass the ``-D`` option to mkimage. | 8565 | pass the ``-D`` option to mkimage. |
8566 | 8566 | ||
8567 | :term:`UBOOT_MKIMAGE_KERNEL_TYPE` | ||
8568 | Specifies the type argument for the kernel as passed to ``uboot-mkimage``. | ||
8569 | The default value is "kernel". | ||
8570 | |||
8567 | :term:`UBOOT_MKIMAGE_SIGN` | 8571 | :term:`UBOOT_MKIMAGE_SIGN` |
8568 | Specifies the name of the mkimage command as used by the | 8572 | Specifies the name of the mkimage command as used by the |
8569 | :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to sign | 8573 | :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to sign |