I am trying to add the Sterling-LWB Wi-Fi Plus driver to my PYNQ build. I am using a custom board based on the PYNQ-Z2. The driver includes a Yocto integration, which I have added to my petalinux_project
inside the PYNQ/sdbuild
folder. When I build my Petalinux project, I see that the recipes from the integration add files to the lib/firmware/brcm
folder. However, when I build the image, I can’t find those files. I have been following this guide on the Yocto integration Yocto Integration | Ezurio - GitHub Documentation. Please could I get help on how to properly add a recipe and ensure the files are included in my PYNQ workflow?