Skip to content

Integrate gitlab-ci/recipe_pipeline_fix and 8 more

Commit: edgehog/infrastructure/gitlab-ci@a216d5b4

[SYNTAX] Fix on syntax on cache setup

--

Commit: edgehog/infrastructure/gitlab-ci@6ccb6f59

[FIX] Fix on yocto_cache_setup.sh path

--

Commit: edgehog/infrastructure/gitlab-ci@45476906

[CICD] Bug fix in build scripts

--

Commit: edgehog/infrastructure/gitlab-ci@3e113cac

[BUG FIX] Fix on build stage syntax

--

Commit: edgehog/infrastructure/gitlab-ci@b07b1aa6

[BUILD BRANCH] Use the refs/tags/${CI_COMMIT_TAG}

  • When a tag occurs the repo tool use the reference to the tag instead of the head of the MASTER_BRANCH

--

Commit: edgehog/infrastructure/gitlab-ci@efa17dbb

[EMBEDDED] Insert separate cache for the two distros

  • The two distros need to have a separate sstate cache

--

Commit: edgehog/infrastructure/gitlab-ci@d787ab1e

[FIX CONFLICTS] Fixing the generated conflicts

--

Commit: edgehog/infrastructure/gitlab-ci@2cd170ea

[BUILD BRANCH] Change rule in triggered on schedule build

  • This change allows to build on schedule not only on the MASTER_BRANCH but also on different branches (those on which the schedule is programmed)

--

Commit: edgehog/infrastructure/gitlab-ci@01b07b00

[BUILD SETUP] Insert runtime change on SRCBRANCH for BSP recipes

  • This is necessary because the SRCBRANCH of the BSP repositories is forced to be the master in recipe and this would create conflicts with the SRCREV
  • Remove the SSH related config commands since using https with token
  • Restiling of the build commands that are moved to two separated bash scripts

Merge request reports