You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with a Variscite board I noticed that Variscite appends an install procedure that copies a lot of necessary files for the wilink8 build to a folder called ti-connectivity. The issue seems to be that the root build (poky/meta/recipes-kernel/linux-firmware/linux-firmware.bb) runs an install procedure that expects the correct directory (sans Variscite append). To mitigate this problem, we had to go into the variscite meta folder and make the following change inside the do_install() function:
Not sure how best to approach this fix. Maybe we need to contact variscite and see if our build system is just skipping something important. What I did was comment out the last 3 lines to stop those copies from happening.
The text was updated successfully, but these errors were encountered:
When building with a Variscite board I noticed that Variscite appends an install procedure that copies a lot of necessary files for the wilink8 build to a folder called ti-connectivity. The issue seems to be that the root build (poky/meta/recipes-kernel/linux-firmware/linux-firmware.bb) runs an install procedure that expects the correct directory (sans Variscite append). To mitigate this problem, we had to go into the variscite meta folder and make the following change inside the do_install() function:
Not sure how best to approach this fix. Maybe we need to contact variscite and see if our build system is just skipping something important. What I did was comment out the last 3 lines to stop those copies from happening.
The text was updated successfully, but these errors were encountered: