1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

kernel-fit-image: Exclude from world

Recipes using this class are designed to be pulled in by dependencies and
the recipe doesn't build unless the kernel is appropriately configured. Mark
as not suitable for world builds as a result to avoid world build failures.

(From OE-Core rev: fc4834a8deae27579897d86d82c6f2335636a092)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2025-06-03 15:06:15 +01:00
parent 1d8c78c8cd
commit bcfe285bb1
@@ -7,6 +7,9 @@ UNPACKDIR = "${S}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
# This bbclass requires KERNEL_CLASSES += "kernel-fit-extra-artifacts"
EXCLUDE_FROM_WORLD = "1"
DEPENDS += "\
u-boot-tools-native dtc-native \
${@'kernel-signing-keys-native' if d.getVar('FIT_GENERATE_KEYS') == '1' else ''} \