From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Katu Txakur <katutxakurra@gmail.com>
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: List available kernel modules
Date: Tue, 28 Apr 2015 17:50:55 +0100 [thread overview]
Message-ID: <1430239855.13022.243.camel@linuxfoundation.org> (raw)
In-Reply-To: <CAM1ZcoWg_S6ens4kumJSJzX3fdJio19tw3SUXEPFYpDoR6rAjw@mail.gmail.com>
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 prev parent reply other threads:[~2015-04-28 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-28 14:43 List available kernel modules Katu Txakur
2015-04-28 16:50 ` Richard Purdie [this message]
2015-04-29 6:24 ` Katu Txakur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1430239855.13022.243.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=bitbake-devel@lists.openembedded.org \
--cc=katutxakurra@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.