diff options
| author | Johan Korsnes <johan.korsnes@remarkable.no> | 2022-09-21 09:30:35 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-24 17:44:56 +0100 |
| commit | c66e7b9479c66b2ea1a174e124eb3b9d4e3fa094 (patch) | |
| tree | b5878f888a3e2623f7d7552212909bd7c588208b /documentation/ref-manual | |
| parent | 63e3fc7a4dab13de2731376fa2c1bf2c6606d158 (diff) | |
| download | poky-c66e7b9479c66b2ea1a174e124eb3b9d4e3fa094.tar.gz | |
ref-manual: variables: document KERNEL_IMAGETYPES
Cc: He Zhe <zhe.he@windriver.com>
Cc: Ross Burton <ross.burton@arm.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
(From yocto-docs rev: aef81b8d19a31dcd1eef5a0023f43d81875ca215)
Signed-off-by: Johan Korsnes <johan.korsnes@remarkable.no>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 4b1cf75136..fe845bf375 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -3985,11 +3985,10 @@ system and gives an overview of their function and contents. | |||
| 3985 | 3985 | ||
| 3986 | KCONFIG_MODE = "alldefconfig" | 3986 | KCONFIG_MODE = "alldefconfig" |
| 3987 | 3987 | ||
| 3988 | |||
| 3989 | :term:`KERNEL_ALT_IMAGETYPE` | 3988 | :term:`KERNEL_ALT_IMAGETYPE` |
| 3990 | Specifies an alternate kernel image type for creation in addition to | 3989 | Specifies an alternate kernel image type for creation in addition to |
| 3991 | the kernel image type specified using the | 3990 | the kernel image type specified using the :term:`KERNEL_IMAGETYPE` and |
| 3992 | :term:`KERNEL_IMAGETYPE` variable. | 3991 | :term:`KERNEL_IMAGETYPES` variables. |
| 3993 | 3992 | ||
| 3994 | :term:`KERNEL_ARTIFACT_NAME` | 3993 | :term:`KERNEL_ARTIFACT_NAME` |
| 3995 | Specifies the name of all of the build artifacts. You can change the | 3994 | Specifies the name of all of the build artifacts. You can change the |
| @@ -4173,9 +4172,12 @@ system and gives an overview of their function and contents. | |||
| 4173 | when building the kernel and is passed to ``make`` as the target to | 4172 | when building the kernel and is passed to ``make`` as the target to |
| 4174 | build. | 4173 | build. |
| 4175 | 4174 | ||
| 4176 | If you want to build an alternate kernel image type in addition to that | 4175 | To build additional kernel image types, use :term:`KERNEL_IMAGETYPES`. |
| 4177 | specified by :term:`KERNEL_IMAGETYPE`, use the :term:`KERNEL_ALT_IMAGETYPE` | 4176 | |
| 4178 | variable. | 4177 | :term:`KERNEL_IMAGETYPES` |
| 4178 | Lists additional types of kernel images to build for a device in addition | ||
| 4179 | to image type specified in :term:`KERNEL_IMAGETYPE`. Usually set by the | ||
| 4180 | machine configuration files. | ||
| 4179 | 4181 | ||
| 4180 | :term:`KERNEL_MODULE_AUTOLOAD` | 4182 | :term:`KERNEL_MODULE_AUTOLOAD` |
| 4181 | Lists kernel modules that need to be auto-loaded during boot. | 4183 | Lists kernel modules that need to be auto-loaded during boot. |
