All of lore.kernel.org
 help / color / mirror / Atom feed
* Method to install firmware blobs into kernel source tree prior to kernel compile
@ 2013-03-12  4:11 John Weber
  0 siblings, 0 replies; only message in thread
From: John Weber @ 2013-03-12  4:11 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

I have a need to build firmware blobs into the kernel because of problems with 
udev in poky master.

I would like to write a kernel recipe which will draw from linux-firmware and 
pull specific firmware files into the kernel source tree before the compile step.

I was thinking that I would make the kernel recipe depend on 
linux-firmware-<package>.  This device would be one of the packages specified in 
the linux-firmware recipe.  In the do_configure_prepend_<MACHINE>() function I 
would then copy/install the blobs from the destination directory into to the 
kernels source tree in the right place.  Of course, that would only run for a 
specific machine.

Does this sound plausible?  Is there a better way of doing it?  If I could make 
this work and submitted it, would it acceptable?  If not, then I'll make my life 
simple by just creating a local copy of the firmware files and a private recipe 
for installing them.

John


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-12  4:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12  4:11 Method to install firmware blobs into kernel source tree prior to kernel compile John Weber

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.