Integrate gitlab-ci/lpag/integration_bug_fix and 8 more
Merged
requested to merge integrate/gitlab-ci/lpag/integration_bug_fix/into/seco_lf-5.10.52_2.1.0 into seco_lf-5.10.52_2.1.0
Compare changes
[BITBAKE] Handle custom Edgehog distros
In order to handle the scenarios where bitbake needs to compile an image different from the standard ones we introduce the possibility to have a custom DISTRO variable value. However, the variable shall follow the following convention:
An example could be 'embedded-custom-image'.
--
[TEST] Allow Edgehog Things LAVA test on Intel
--
[RELEASE] Fix on the software artifact name
--
[KERNEL][VERSION] Update preferrred version for C31
--
[INTEGRATION] Fix on integration branch name
Since now, the integration branch name created by a MR on the BSP into the layer was formed by the BB_RECIPE_NAME followed by the name of merge request source branch. Changing the BB_RECIPE_NAME with the CI_PROJECT_PATH variable to fix a bug in the build process when integration is performed and the integration branch is not found and also for consistency reasons.
--
[SRCREV] Improve search for recipe names
Since now, when searching for a recipe name, if the line in the SRCREV.conf file was matched, a break occurred, and all the lines with the same commit SHA of that line were updated. This could be the case of the SRCREV.conf file for meta-seco-rk layer where there need to be two recipes (one for u-boot and one for fw-sysdata) pointing to the same commit SHA. In that case, if both recipes had the same commit SHA, the script could handle it and update both lines. However, if a misalignment occured by any chance, the script could not handle it. For this reason we search for all occurrencies of the same recipe name in the SRCREV.conf and update separately each occurrency.
--
[NOTIFY] Include SAS token in Teams notifications
--
[ARTIFACTS][URL] Insert blob SAS token in URL
--
[CHANGELOG] Improve search for MRs to be collected