Re: [yocto] Building a out of tree kernel module on target system

2019-10-09 Thread Zoran Stojsavljevic
I have this all standardized for BBB, and here are pointers how to build an out of tree kernel module on BBB target system (with some specifics): local.conf (with added systemd service): https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-warrior/local.conf_full Compiling

Re: [yocto] Building a out of tree kernel module on target system

2019-10-09 Thread Shravan Singh
Hello Bruce, So I was finally able to compile the kernel module by creating a patch and then applying that patch to linux recipe file. However now, I am facing a different issue and have been trying to figure that one out, Hence the delay in my response. After creating an appropriate device tree

Re: [yocto] Building a out of tree kernel module on target system

2019-10-04 Thread Bruce Ashfield
On Fri, Oct 4, 2019 at 11:40 AM Shravan Singh wrote: > > Hello, > > I am trying to build an out of tree service module on a yocto raspberry pi > image(target system). > I am using yocto version warrior > and my machine is Raspberrypi-cm3 > Kernel version is 4.19.58 > > I was able to get the

[yocto] Building a out of tree kernel module on target system

2019-10-04 Thread Shravan Singh
Hello, I am trying to build an out of tree service module on a yocto raspberry pi image(target system). I am using yocto version warrior and my machine is Raspberrypi-cm3 Kernel version is 4.19.58 I was able to get the build directory by including IMAGE_INSTALL_append = " kernel-modules