-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
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
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
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:
>
>
>
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