Message ID | 20241122133904.202082-3-mikko.rapeli@linaro.org |
---|---|
State | New |
Headers | show |
Series | uefi secureboot with Unified Kernel Image (UKI) | expand |
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"
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 <mikko.rapeli@linaro.org> --- ci/uefi-secureboot.yml | 2 -- 1 file changed, 2 deletions(-)