Hi Livius,

On 11/4/22 00:07, Livius wrote:
Hi,

I would like to install linux-firmware-ath10k and linux-firmware-imx-sdma-imx7d 
firmware package to my image recipe in kirkstone release but when i append them 
to IMAGE_INSTALL somewhy each pack from linux-firmware recipe installs itself. 
It is extramly large in size about 500 MB, it is totaly not accaptable for me, 
it is too large.

I am using the following syntax to install them:

IMAGE_INSTALL:append = " linux-firmware-imx-sdma-imx7d linux-firmware-ath10k"


This seems correct to me.

If i remove them, there are no any linux-firmware in my deployed image, it 
means somehow they trigger to install the full linux-firmware pack, how can i 
use it to install only some single linux-firmware?


There might be an issue somewhere, we need to debug this. Can you reproduce this with only poky?

Which version of oe-core/yocto are you using?

Can you run bitbake -g <your-image>? Check that only your linux-firmwasre packages are installed in the image. You can also check that the linux-firmware packages don't contain more files than they should (either look into the .rpm/.deb/.ipk packages in tmp/deploy or in WORKDIR/packages/ of linux-firmware). Also look at the .dot files with your favorite text editor and check what does linux-firmware-ath10k bring in as a dependency, maybe there's a bad dependency somewhere that brings some other packages in.

Cheers,
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#172704): 
https://lists.openembedded.org/g/openembedded-core/message/172704
Mute This Topic: https://lists.openembedded.org/mt/94795411/21656
Mute 
#kirkstone:https://lists.openembedded.org/g/openembedded-core/mutehashtag/kirkstone
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to