imx6ull14x14evk SWUpdate Nothing Provides sysvinit

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6ull14x14evk SWUpdate Nothing Provides sysvinit

Jump to solution
593 Views
MichaelBMiner
Contributor IV

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. 

Labels (1)
0 Kudos
Reply
1 Solution
582 Views
MichaelBMiner
Contributor IV

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"

 
Has gotten my image to build. Now to see if I can upgrade

View solution in original post

0 Kudos
Reply
1 Reply
583 Views
MichaelBMiner
Contributor IV

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"

 
Has gotten my image to build. Now to see if I can upgrade
0 Kudos
Reply