Installing a pre-built module into the Yocto kernel Image
While it is always preferable to build a module driver from source and install it into the Yocto image, in somecases you may need a kernel module driver to be installed from pre-built .ko module. This is needed when you want build your proprietary images without releasing your source code. Below is the template recipe for installing a pre-built module into the Yocto kernel Image.
Sample recipe file DESCRIPTION = "Install any module driver from pre-built .
[Read More]