Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-22 Thread Matthias Klein
-Ursprüngliche Nachricht- Von: Alexander Kanavin Gesendet: Dienstag, 22. Oktober 2024 11:11 An: Matthias Klein Cc: yocto@lists.yoctoproject.org Betreff: Re: [yocto] Strange problem when extending the linux-firmware package I guess your firmware-specific package contains a symlink to something in the

Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-22 Thread Alexander Kanavin
ware? > > Best regards, > Matthias > > -Ursprüngliche Nachricht- > Von: Alexander Kanavin > Gesendet: Montag, 21. Oktober 2024 12:16 > An: yocto@lists.yoctoproject.org; Matthias Klein > Betreff: Re: [yocto] Strange problem when extending the linux-firmware package

Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-22 Thread Matthias Klein
dependencies on linux-firmware? Best regards, Matthias -Ursprüngliche Nachricht- Von: Alexander Kanavin Gesendet: Montag, 21. Oktober 2024 12:16 An: yocto@lists.yoctoproject.org; Matthias Klein Betreff: Re: [yocto] Strange problem when extending the linux-firmware package You need to run

Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-21 Thread Alexander Kanavin
You need to run 'bitbake -e linux-firmware' and check how RDEPENDS is formed. Alex On Mon, 21 Oct 2024 at 10:33, Matthias Klein via lists.yoctoproject.org wrote: > > Hello, > > > > a few months ago I added Bluetooth firmware via a linux-firmware_%.bbappend > file with the following line: > > >

[yocto] Strange problem when extending the linux-firmware package

2024-10-21 Thread Matthias Klein
Hello, a few months ago I added Bluetooth firmware via a linux-firmware_%.bbappend file with the following line: FILES:${PN}-rtl8723 += " ${nonarch_base_libdir}/firmware/rtl_bt/rtl8723*.bin" I had added the linux-firmware-rtl8723 package to my image. Until a few days ago, this worked wonderful