I am attempting to add SWUpdate to my image. However I get the error
Nothing RPROVIDES 'sysvinit'
My image relied on SystemD. How can I build SWUpdate with sysvinit and not disturb my image?
I saw a solution for an imx8. This did not help me.
解決済! 解決策の投稿を見る。
Adding VIRTUAL-RUNTIME_init_manager = "systemd"#DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"#VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"DISTRO_FEATURES_append = " systemd"DISTRO_FEATURES_append = " sysvinit"
元の投稿で解決策を見る