All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-firmware: add only rtl8192cufw.bin from rtlwifi
@ 2013-08-23 12:24 Mårten Wikman
  2013-08-23 16:29 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Mårten Wikman @ 2013-08-23 12:24 UTC (permalink / raw)
  To: yocto

Hello,

I want to install rtl8192cufw.bin from rtlwifi from linux-firmware but
if I add linux-firmware to IMAGE_INSTALL_append it will of course
install whole linux-firmware to my rootfs and bloats my rootfs image.

What is the correct way to install rtl8192cufw.bin automatically to my rootfs?


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

* Re: linux-firmware: add only rtl8192cufw.bin from rtlwifi
  2013-08-23 12:24 linux-firmware: add only rtl8192cufw.bin from rtlwifi Mårten Wikman
@ 2013-08-23 16:29 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2013-08-23 16:29 UTC (permalink / raw)
  To: Mårten Wikman; +Cc: yocto

Hi Mårten,

On Friday 23 August 2013 15:24:43 Mårten Wikman wrote:
> I want to install rtl8192cufw.bin from rtlwifi from linux-firmware but
> if I add linux-firmware to IMAGE_INSTALL_append it will of course
> install whole linux-firmware to my rootfs and bloats my rootfs image.
> 
> What is the correct way to install rtl8192cufw.bin automatically to my
> rootfs?

If you have a look at the linux-firmware recipe (meta/recipes-kernel/linux-
firmware/linux-firmware_git.bb) you'll see that it splits out this firmware blob 
to a separate package called "linux-firmware-rtl8192cu", so add this to your 
IMAGE_INSTALL instead of "linux-firmware" (which will pull in all firmware) and 
you should be ready to go.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2013-08-23 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-23 12:24 linux-firmware: add only rtl8192cufw.bin from rtlwifi Mårten Wikman
2013-08-23 16:29 ` Paul Eggleton

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.