Skip to content

distros:bootfiles: Remove the specifc selection of the bootfiles in the distro

Jonas Höppner requested to merge kirkstone-rauc-preparation into kirkstone

This should be done by the packages and not by a variable in the distro. Move the do_collect files part directly to the deploy function to use the recrdeptask dependency. Bitbake can handle direct circular deps here, but not indirect, with do_collect files as inbetween task.

Merge request reports