diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-07 15:28:42 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | a9a00a6004164cb86071ec66308155d0663bafec (patch) | |
tree | 3291a8e920649f2c23d457e66ede563d2d7a8f41 /documentation/ref-manual | |
parent | 260d09106f6384b814c1074454facdec91c6d181 (diff) | |
download | poky-a9a00a6004164cb86071ec66308155d0663bafec.tar.gz |
ref-manual: add KERNEL_DEPLOY_DEPEND
New variable in 4.1.
(From yocto-docs rev: efd1a6f5d13a031c0c093bbcfb4bcf935e37ed25)
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 11a12614b2..cd10cc506c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4099,6 +4099,12 @@ system and gives an overview of their function and contents. | |||
4099 | the kernel. The default is "0" to disable this for reproducibility | 4099 | the kernel. The default is "0" to disable this for reproducibility |
4100 | reasons. | 4100 | reasons. |
4101 | 4101 | ||
4102 | :term:`KERNEL_DEPLOY_DEPEND` | ||
4103 | Provides a means of controlling the dependency of an image recipe | ||
4104 | on the kernel. The default value is "virtual/kernel:do_deploy", | ||
4105 | however for a small initramfs image or other images that do not | ||
4106 | need the kernel, this can be set to "" in the image recipe. | ||
4107 | |||
4102 | :term:`KERNEL_DEVICETREE` | 4108 | :term:`KERNEL_DEVICETREE` |
4103 | Specifies the name of the generated Linux kernel device tree (i.e. | 4109 | Specifies the name of the generated Linux kernel device tree (i.e. |
4104 | the ``.dtb``) file. | 4110 | the ``.dtb``) file. |