Re: [yocto] Run application at system boot

2018-03-05 Thread Vineeth Karumanchi
Hi , On 12/05/2017 07:51 PM, Laurentiu-Cristian Duca wrote: Hello yocto community, I want to know a few things about how to configure yocto such that - a simple application (let's say a hello world C program from a new recipe) is run at boot time. use update-rc.d class INITSCRIPT_NAME = "

Re: [yocto] Run application at system boot

2017-12-05 Thread Belisko Marek
Hi, On Tue, Dec 5, 2017 at 3:21 PM, Laurentiu-Cristian Duca wrote: > Hello yocto community, > > I want to know a few things > about how to configure yocto such that > - a simple application (let's say a hello world C program > from a new recipe) is run at boot time. depends which init system yo

[yocto] Run application at system boot

2017-12-05 Thread Laurentiu-Cristian Duca
Hello yocto community, I want to know a few things about how to configure yocto such that - a simple application (let's say a hello world C program from a new recipe) is run at boot time. - run a kernel module from a simple recipe at boot time and automatically build its "/dev/hello" interface f