Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-06-01 Thread Swapna Nannapaneni
Example helps. Thanks!! On Mon, May 31, 2021 at 2:05 AM Zoran wrote: > What about the following: > > https://docs.yoctoproject.org/ref-manual/migration-3.0.html?highlight=init_manager#init-system-selection > > To be enhanced/added with the following: > >

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-31 Thread Zoran
What about the following: https://docs.yoctoproject.org/ref-manual/migration-3.0.html?highlight=init_manager#init-system-selection To be enhanced/added with the following: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-hardknott/README.md Best Regards, Zee ___

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Swapna Nannapaneni
Typo. No leading space INIT_MANAGER = "sysvinit". Thanks, Priya. On Fri, May 28, 2021 at 8:55 AM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > you don't want the leading space. > > I got the idea from reading > >

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Zoran
> you don't want the leading space. I got the idea from reading https://docs.yoctoproject.org/ref-manual/migration-3.0.html?highlight=init_manager#init-system-selection But this is exactly why we need some explicit examples. :-) Zee ___ On Fri, May 28, 2021 at 2:45 PM Robert P. J. Day

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Robert P. J. Day
On Fri, 28 May 2021, Zoran wrote: > > Tried setting INIT_MANAGER = " sysvinit" in build/conf/local.conf > > Is it INIT_MANAGER = " sysvinit" , or INIT_MANAGER = "sysvinit" (no > blank at the beginning)? > > Thank you, > Zee you don't want the leading space. rday -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Zoran
> Tried setting INIT_MANAGER = " sysvinit" in build/conf/local.conf Is it INIT_MANAGER = " sysvinit" , or INIT_MANAGER = "sysvinit" (no blank at the beginning)? Thank you, Zee ___ On Fri, May 28, 2021 at 1:47 PM Swapna Nannapaneni wrote: > > Thanks Robert and Raj!! > > I am using Yocto

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Swapna Nannapaneni
Thanks Robert and Raj!! I am using Yocto 3.1 Dunfell release. You are right about the .bbappend file. Changed the name in the overlay to new-ver.bbappend and no longer see the warning. Tried setting INIT_MANAGER = " sysvinit" in build/conf/local.conf but looks like generated rootfs has init

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Zoran
Why do I (always) point out the obvious? And I do need... Geniuses are not meant to fix The World to understand them!? Geniuses should understand The World (and act properly)! Extras to geniality, do you, YOCTO primes, think? ___ Robert... If I am correct, i'm I? Should you include in

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-27 Thread Khem Raj
On 5/27/21 3:04 PM, sayinswa...@gmail.com wrote: Hello Yocto team: I just started with yocto and would like to know the process for switching the init manager from systemd to sysvinit. I tried this options in config file VIRTUAL-RUNTIME_init_manager = "busybox" PREFERRED_PROVIDER_udev =

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-27 Thread Khem Raj
On 5/27/21 3:12 PM, Robert P. J. Day wrote: On Thu, 27 May 2021, sayinswa...@gmail.com wrote: Hello Yocto team: I just started with yocto and would like to know the process for switching the init manager from systemd to sysvinit. I tried this options in config file

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-27 Thread Robert P. J. Day
On Thu, 27 May 2021, sayinswa...@gmail.com wrote: > Hello Yocto team: > > I just started with yocto and would like to know the process for switching > the init > manager from systemd to sysvinit. > > I tried this options in config file > VIRTUAL-RUNTIME_init_manager = "busybox" >

[yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-27 Thread sayinswapna
Hello Yocto team: I just started with yocto and would like to know the process for switching the init manager from systemd to sysvinit. I tried this options in config file VIRTUAL-RUNTIME_init_manager = "busybox" PREFERRED_PROVIDER_udev = "sysvinit" PREFERRED_PROVIDER_udev-utils = "sysvinit"