Skip to content

Draft: CI: Prepare recipes referenced in SRCREV.conf to also set URI there

For simpler mapping of recipe name and git URI we need to SRC_URI to be specified also in the SRCREV.conf. To make this clear, this adds a comment to all relevant recipes and splits up the git part in the SRC_URI and all other files, which are added as append. This way specifying the SRC_URI as override in the SRCREV.conf does not remove the additional local files from the variable.

Merge request reports