All of lore.kernel.org
 help / color / mirror / Atom feed
* Building kernel modules as dependencies
@ 2014-06-29  0:20 Andreas Galauner
  2014-06-29  5:33 ` Christian Ege
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Galauner @ 2014-06-29  0:20 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hi all,

I created recipes for two out-of-tree kernel modules written by myself
in Yocto. I added these two modules in the machine config to
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS or even
MACHINE_ESSENTIAL_EXTRA_RDEPENDS.

The modules build fine if I build them as targets with bitbake. The
right packages are generated and if I build the image after that, they
are included into the rootfs.
But if the modules are not build by hand before building the image, they
aren't built as dependencies and RRECOMMENDS just doesn't include them
into the image as it is supposed to do and RDEPENDS fails of course with
"Nothing PROVIDES kernel-module-my-module-name".

How can I build the kernel modules as image dependencies?
I can't seem to get it done with the countless approaches I already
tried. For example just adding the modules to CORE_IMAGE_EXTRA_INSTALL
didn't work either.

Thanks,
-Andy


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

end of thread, other threads:[~2014-06-29  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29  0:20 Building kernel modules as dependencies Andreas Galauner
2014-06-29  5:33 ` Christian Ege
2014-06-29  7:33   ` Andreas Galauner

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.