Compiling additional kernel modules
- This topic has 1 reply, 2 voices, and was last updated 14 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › Compiling additional kernel modules
Hi,
I need to include additional kernel modules like PL2303, CP210X and USB VIDEO. I tried enabling them in codecdp-1.1.1/openembedded/recipies/linux/linux-2.6.32/mtcdp/defconfig but it did not help.
If someone has been able to add/update kernel modules, can you please point out how to do it ?
Also, has someone tried installing Fedora on the Cellular development platform ?
Thanks in advance,
Hitesh
You should be able to add modules in that manner (modifying defconfig).
After you modify defconfig, you either need to edit the bitbake recipe and increase the PR variable (indicates a new package revision and forces a new build) or clean the package (bitbake linux -c clean) and then rebuild your image.
Jesse