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>
This commit is contained in:
Paul Eggleton
2022-10-07 15:28:42 +13:00
committed by Richard Purdie
parent 260d09106f
commit a9a00a6004

View File

@@ -4099,6 +4099,12 @@ system and gives an overview of their function and contents.
the kernel. The default is "0" to disable this for reproducibility
reasons.
:term:`KERNEL_DEPLOY_DEPEND`
Provides a means of controlling the dependency of an image recipe
on the kernel. The default value is "virtual/kernel:do_deploy",
however for a small initramfs image or other images that do not
need the kernel, this can be set to "" in the image recipe.
:term:`KERNEL_DEVICETREE`
Specifies the name of the generated Linux kernel device tree (i.e.
the ``.dtb``) file.