All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding firmware to initramfs
@ 2014-11-28 12:37 Chris Tapp
  2014-11-30  8:06 ` ChenQi
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Tapp @ 2014-11-28 12:37 UTC (permalink / raw)
  To: Yocto Project

I'm network booting a system using iPXE. The process uses a core-image-minimal-initramfs image to select the final rootfs that gets loaded.

This generally works fine, but I need to be able to install linux-firmware in the initramfs image (specifically for the NIC that gets used to load the final rootfs).

How do I get linux-firmware to install in core-image-minimal-initramfs? I've tried adding the following into local.conf, but with no luck:

MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "linux-firmware"
IMAGE_INSTALL_append = " linux-firmware"
CORE_IMAGE_EXTRA_INSTALL += " linux-firmware"

--

Chris Tapp
opensource@keylevel.com
www.keylevel.com

----
You can tell you're getting older when your car insurance gets real cheap!



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

end of thread, other threads:[~2014-12-01 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 12:37 Adding firmware to initramfs Chris Tapp
2014-11-30  8:06 ` ChenQi
2014-11-30 23:08   ` Chris Tapp
2014-12-01 13:23     ` Bryan Evenson

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.