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:
parent
0d2952d9e0
commit
7d0367f2e6
|
|
@ -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
|
# Base classe for all image based on NWL
|
||||||
inherit coreos-image
|
inherit coreos-image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue