From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: Why do I need to specify kernel-modules in local.conf if I did bitbake menuconfig?
Date: Tue, 21 Jul 2015 09:39:37 -0600 [thread overview]
Message-ID: <55AE67B9.5010902@mlbassoc.com> (raw)
In-Reply-To: <CAK5mteyN20HOKiGAu+YJrkdTQ==YDWV75UdLJ1Qmf59tVRs+xg@mail.gmail.com>
On 2015-07-21 09:30, Victor Rodriguez wrote:
> Hi team
>
> The other day I enable a module ( USB WEB CAM ) in my
> core-image-minimal-xfce but I could find the module once it booted
> until someone really kind toll me that you need to add the kernel
> modules:
>
> IMAGE_INSTALL_append = " kernel-modules"
>
> Is not the expected that if you do bitbake menuconfig then enable the
> module you want save it .. the module be there .. I mean thats the
> reason why you did the menuconfig right ?
>
> Is this an expected behaivor for Yocto ?
Enabling the module(s) via menuconfig and what gets installed in
your image are separate. Just because you've built the modules
does not imply that they should be installed. Indeed, using
the 'kernel-modules' package is telling bitbake that you want
all possible modules installed in your image. Often this is
not needed nor desirable and only a [limited] set of kernel
modules will be installed.
So, yes, this is the expected behaviour.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
prev parent reply other threads:[~2015-07-21 15:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-21 15:30 Why do I need to specify kernel-modules in local.conf if I did bitbake menuconfig? Victor Rodriguez
2015-07-21 15:39 ` Gary Thomas [this message]
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=55AE67B9.5010902@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=yocto@yoctoproject.org \
/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.