Re: [yocto] Installing only part of linux-firmware

2016-02-08 Thread Burton, Ross
On 7 February 2016 at 21:49, Chris Tapp wrote: > I’ve now done this by creating a bbappend for linux-firmware: > > PACKAGES =+ "${PN}-rtl_nic" > > FILES_${PN}-rtl_nic = " \ > /lib/firmware/rtl_nic/* \ > “ > > Does what I want, but is that the best way of doing it? > This is the best way for yo

Re: [yocto] Installing only part of linux-firmware

2016-02-07 Thread Chris Tapp
On 7 Feb 2016, at 16:50, Chris Tapp wrote: > > Is there a way I can just pull in part of the linux-firmware package into my > image? I need rtl_nic, but to get this I have to pull in the whole of > linux-firmware, which is 54M and forms over 1/3 of the final image. > > It looks to me as if I’m

[yocto] Installing only part of linux-firmware

2016-02-07 Thread Chris Tapp
Is there a way I can just pull in part of the linux-firmware package into my image? I need rtl_nic, but to get this I have to pull in the whole of linux-firmware, which is 54M and forms over 1/3 of the final image. It looks to me as if I’m going to have to find some way of packaging this myself