mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
uefi-secureboot.yml: remove duplicate distro features
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> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -29,8 +29,6 @@ local_conf_header:
|
|||||||
|
|
||||||
# Use systemd as the init system
|
# Use systemd as the init system
|
||||||
INIT_MANAGER = "systemd"
|
INIT_MANAGER = "systemd"
|
||||||
DISTRO_FEATURES:append = " systemd"
|
|
||||||
DISTRO_FEATURES_NATIVE:append = " systemd"
|
|
||||||
|
|
||||||
IMAGE_INSTALL:append = " systemd systemd-boot util-linux coreutils"
|
IMAGE_INSTALL:append = " systemd systemd-boot util-linux coreutils"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user