Skip to content

Commit

Permalink
ci: base: enable efi in DISTRO_FEATURES
Browse files Browse the repository at this point in the history
Enable efi in DISTRO_FEATURES in order to enable efi support in systemd,
which provides a better integration with systemd-boot, bootctl and efi
runtime support.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Dec 18, 2024
1 parent e485b11 commit cf99025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ local_conf_header:
IMAGE_CLASSES += "image_types_qcom"
IMAGE_FSTYPES += "qcomflash"
extra: |
DISTRO_FEATURES:append = " efi"
EXTRA_IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
IMAGE_ROOTFS_EXTRA_SPACE = "307200"
Expand Down

0 comments on commit cf99025

Please sign in to comment.