[PATCH 2/4] uefi-secureboot.yml: remove duplicate distro features
Mikko Rapeli <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Setting INIT_MANAGER to "systemd" already sets needed feature flags. Appending to them only causes sstate cache invalidation and recompilations. Signed-off-by: Mikko Rapeli <[email protected]> --- ci/uefi-secureboot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/uefi-secureboot.yml b/ci/uefi-secureboot.yml index e8aa6004..e84d3bc6 100644 --- a/ci/uefi-secureboot.yml +++ b/ci/uefi-secureboot.yml @@ -29,8 +29,6 @@ local_conf_header: # Use systemd as the init system INIT_MANAGER = "systemd" - DISTRO_FEATURES:append = " systemd" - DISTRO_FEATURES_NATIVE:append = " systemd" IMAGE_INSTALL:append = " systemd systemd-boot util-linux coreutils" -- 2.43.0