]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/kernel*: allow disabling symlink creation
authorPaul Eggleton <paul.eggleton@microsoft.com>
Wed, 25 Nov 2020 02:46:01 +0000 (02:46 +0000)
committerPaul Eggleton <paul.eggleton@linux.microsoft.com>
Mon, 20 Dec 2021 21:17:16 +0000 (13:17 -0800)
commit604edd70714fbd7e2af7dbc6f92af0b7971d82b1
treeeffbd477bfc5cbf89989830452e264148ce58538
parenta5459e42f1a6be9c08f303653cc1f73514eca9ef
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>
meta/classes/kernel-artifact-names.bbclass
meta/classes/kernel-devicetree.bbclass
meta/classes/kernel-fitimage.bbclass
meta/classes/kernel.bbclass