1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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
+6
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 the kernel. The default is "0" to disable this for reproducibility
reasons. 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` :term:`KERNEL_DEVICETREE`
Specifies the name of the generated Linux kernel device tree (i.e. Specifies the name of the generated Linux kernel device tree (i.e.
the ``.dtb``) file. the ``.dtb``) file.