]> code.ossystems Code Review - openembedded-core.git/commit
classes/kernel*: allow disabling symlink creation
authorPaul Eggleton <paul.eggleton@microsoft.com>
Mon, 20 Dec 2021 21:58:22 +0000 (13:58 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Dec 2021 23:09:22 +0000 (23:09 +0000)
commitd7341f1f22c32ff6cc95d7127f26f87d7fc9c6bd
tree4e4393063f76e084836ee7246316ab717e9cde92
parentfa242a41f3436f1d73eabee335573c1801bf7888
classes/kernel*: allow disabling symlink creation

Allow setting any of the *_LINK_NAME variables to empty string in order
to disable creating symlinks for kernel artifacts, as you can already
for filesystem images with IMAGE_LINK_NAME. Additionally, for the image
type named symlinks, add a KERNEL_IMAGETYPE_SYMLINK boolean variable
which you can set to 0 to disable those symlinks as well.

Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-artifact-names.bbclass
meta/classes/kernel-devicetree.bbclass
meta/classes/kernel-fitimage.bbclass
meta/classes/kernel.bbclass