[Openembedded-users] how to add custom kernel module to rootfs
Mats Kärrman
Mats.Karrman at tritech.se
Thu Mar 24 11:44:12 UTC 2011
Hi Kaushal,
Have you added your driver as a patch to the kernel build?
In that case all drivers built as modules are stored in the deploy folder as something like "modules-2.6.X-rX-machine.tgz".
If IMAGE_INSTALL in the image recipe contains "kernel_modules" then all those modules are added to the resulting image.
// Mats
________________________________
From: openembedded-users-bounces at linuxtogo.org [openembedded-users-bounces at linuxtogo.org] on behalf of Kaushal Kumar [k.kaushal at gmail.com]
Sent: Wednesday, March 23, 2011 6:20 PM
To: openembedded-users at linuxtogo.org
Subject: [Openembedded-users] how to add custom kernel module to rootfs
Hi,
Could someone please help me with this query:
I have added a custom driver into my kernel and it builds fine. It also creates its ipk package file.
How to ensure that it installs in the rootfs. I am using minimal-image.bb<http://minimal-image.bb> to create rootfs.
Is there a package list used by do_rootfs where I can add this ipk or something?
Thanks,
Kaushal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20110324/3fe30014/attachment-0002.html>
More information about the Openembedded-users
mailing list