nwl-image.bbclass: keep default value of COREOS_IMAGE_GENERATE_

The serie of COREOS_IMAGE_GENERATE_ variable are now better
handled by coreos and their default value depends on
DISTRO_FEATURES or COMBINED_FEATURES. We don't need to disable
them manually anymore.
This commit is contained in:
Samuel Dolt 2023-08-30 14:56:43 +02:00
parent 0d2952d9e0
commit 7d0367f2e6
1 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,2 @@
# Remove EFI support for machines which don't support it
EFI = "${@bb.utils.contains("MACHINE_FEATURES", "efi", "1", "0", d)}"
COREOS_IMAGE_GENERATE_UKI = "${EFI}"
COREOS_IMAGE_GENERATE_INSTALLER = "${EFI}"
COREOS_IMAGE_GENERATE_SWU = "${EFI}"
# Base classe for all image based on NWL
inherit coreos-image