diff options
-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. |