Re: [yocto] Adding kernel module to yocto core-image-base

2018-06-12 Thread Ulf Samuelsson
There is an example in meta-skeleton/recipes-kernel Best Regards, Ulf Samuelsson > 12 juni 2018 kl. 09:33 skrev Iván Castell : > > Hello. > > First you need to reconfigure your kernel configuration (ncurses must be > properly installed in your host PC): > > $ bitbake -c menuconfig virtual

Re: [yocto] Adding kernel module to yocto core-image-base

2018-06-12 Thread Iván Castell
Hello. First you need to reconfigure your kernel configuration (ncurses must be properly installed in your host PC): $ bitbake -c menuconfig virtual/kernel After you need to generate a fragment.cfg (containing a diff betweeen your default and your recently customized kernel config): $ b