All of lore.kernel.org
 help / color / mirror / Atom feed
* List available kernel modules
@ 2015-04-28 14:43 Katu Txakur
  2015-04-28 16:50 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Katu Txakur @ 2015-04-28 14:43 UTC (permalink / raw)
  To: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

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=

Thank you for your time.

[-- Attachment #2: Type: text/html, Size: 551 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: List available kernel modules
  2015-04-28 14:43 List available kernel modules Katu Txakur
@ 2015-04-28 16:50 ` Richard Purdie
  2015-04-29  6:24   ` Katu Txakur
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2015-04-28 16:50 UTC (permalink / raw)
  To: Katu Txakur; +Cc: bitbake-devel

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: List available kernel modules
  2015-04-28 16:50 ` Richard Purdie
@ 2015-04-29  6:24   ` Katu Txakur
  0 siblings, 0 replies; 3+ messages in thread
From: Katu Txakur @ 2015-04-29  6:24 UTC (permalink / raw)
  To: Richard Purdie; +Cc: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]

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@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
>
>
>

[-- Attachment #2: Type: text/html, Size: 1896 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-29  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 14:43 List available kernel modules Katu Txakur
2015-04-28 16:50 ` Richard Purdie
2015-04-29  6:24   ` Katu Txakur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.