Yocto: Replace sysvinit with systemd Posted on 2019-08-18 Edited on 2024-05-13 In 随便写写 Views: Word count in article: 40 Reading time ≈ 1 mins. There are some Yocto distributions still using sysvinit as their default init manager. To replace it with systemd, some modifications need to be done in local.conf: 12345# build/conf/local.confDISTRO_FEATURES_append = " systemd"VIRTUAL-RUNTIME_init_manager = "systemd"DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"VIRTUAL-RUNTIME_initscripts = ""