diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2020-12-21 17:06:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | bde537a024bf58e0990d59a706f5c644dd52e314 (patch) | |
tree | 64051215a2f8eaf5c480120615f367e276363024 /documentation/ref-manual | |
parent | 84c247092962ef9fd085f6ab6ab2d2a727bd25bf (diff) | |
download | poky-bde537a024bf58e0990d59a706f5c644dd52e314.tar.gz |
variables: clarify KERNEL_ALT_IMAGETYPE reference
Make it clear that KERNEL_ALT_IMAGETYPE is intended to allow building an
additional image type.
(From yocto-docs rev: d2f51d310028dfa50584f7dc04ea3627d14d3f1e)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 8c6cc46b6c..4508bb1451 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3983,8 +3983,9 @@ system and gives an overview of their function and contents. | |||
3983 | when building the kernel and is passed to ``make`` as the target to | 3983 | when building the kernel and is passed to ``make`` as the target to |
3984 | build. | 3984 | build. |
3985 | 3985 | ||
3986 | If you want to build an alternate kernel image type, use the | 3986 | If you want to build an alternate kernel image type in addition to that |
3987 | :term:`KERNEL_ALT_IMAGETYPE` variable. | 3987 | specified by ``KERNEL_IMAGETYPE``, use the :term:`KERNEL_ALT_IMAGETYPE` |
3988 | variable. | ||
3988 | 3989 | ||
3989 | :term:`KERNEL_MODULE_AUTOLOAD` | 3990 | :term:`KERNEL_MODULE_AUTOLOAD` |
3990 | Lists kernel modules that need to be auto-loaded during boot. | 3991 | Lists kernel modules that need to be auto-loaded during boot. |