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.
Solved! Go to Solution.
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"
View solution in original post