[bitbake-devel] List available kernel modules

Katu Txakur katutxakurra at gmail.com
Wed Apr 29 06:24:40 UTC 2015


Thanks for your answer Richard,
I did wonder which list was more appropriated for... but I got it wrong :)
I will ask in the Yocto list as the kernel-modules that I wan to list are
the available ones in the recipes. the ones in the deployed area, I assume,
are the ones enabled in the config file, but not all of them.

Cheers,
Katu

2015-04-28 17:50 GMT+01:00 Richard Purdie <
richard.purdie at linuxfoundation.org>:

> On Tue, 2015-04-28 at 15:43 +0100, Katu Txakur wrote:
> > Hi,
> >
> >
> > I'm using Yocto to bitbake a kernel and I would like to list the
> > available kernel modules to decide which ones should I include. Could
> > somebody please point me to the documentation explaining this. I've
> > failed to find it.
> >
> >
> > I know how to use the menuconfig, but I would like to see the list.
> > Something similar to checking the list of packages that a recipe
> > builds with
> > bitbake -e myrecipe | grep ^PACKAGES=
> >
> This question is more appropriate for the yocto list really. You can see
> the list of build packages by looking at the list of files in
> tmp/deploy/<package manager> and kernel modules are prefixed
> "kernel-module-" so something like:
>
> ls tmp/deploy/ipk/qemux86/kernel-module-*
>
> will give you a list assuming ipk packaging and qemux86 as the machine.
>
> Cheers,
>
> Richard
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20150429/932f2f68/attachment-0002.html>


More information about the bitbake-devel mailing list