build and install Yocto kernel-modules package
Recompiling Linux kernel I have to rebuild the whole image because of kernel-modules, that are dependent on kernel version. After that I have to upload the whole image into STM development board via CubeMX Programmer which takes quiet a lot time.
How can I recompile only kernel modules package so that I can deploy it into target with kernel itself, install (via package manager) and get new kernel without building and uploading the whole image ?
