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 = "
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
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