* Why do I need to specify kernel-modules in local.conf if I did bitbake menuconfig?
@ 2015-07-21 15:30 Victor Rodriguez
2015-07-21 15:39 ` Gary Thomas
0 siblings, 1 reply; 2+ messages in thread
From: Victor Rodriguez @ 2015-07-21 15:30 UTC (permalink / raw)
To: yocto@yoctoproject.org
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 ?
Best regards
Victor Rodriguez
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Why do I need to specify kernel-modules in local.conf if I did bitbake menuconfig?
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
0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2015-07-21 15:39 UTC (permalink / raw)
To: yocto
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
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-21 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.