Skip to content
Snippets Groups Projects
  1. Mar 09, 2023
  2. Mar 07, 2023
  3. Feb 27, 2023
  4. Feb 23, 2023
  5. Feb 22, 2023
  6. Feb 21, 2023
  7. Feb 20, 2023
  8. Feb 17, 2023
  9. Feb 14, 2023
    • Lorenzo Pagliai's avatar
      [CICD] Add edgehog embedded images build jobs · 3fe2df80
      Lorenzo Pagliai authored
      * Insert edgehog embedded build/deploy for base and full image for supported
      boards
      * Full image shall be built only when a tag occurs
      * Remove c43 and c26 config files (not yet supported)
      * Fix on Link_report.txt
      3fe2df80
  10. Feb 10, 2023
    • Lorenzo Pagliai's avatar
      [MIGRATION] Change group name and master branch · f4311a3a
      Lorenzo Pagliai authored
      * Change all occurrencies of 'yocto_ng' with 'edgehog' due to group
       rename
      * Change all occurrencies of 'kirkstone/develop' with 'kirkstone' due
      to master branch rename
      * Update documentation references accordingly
      * Changelog script loops over MR opened both to 'kirkstone/develop' and
      'kirkstone' branch
      * Minor fix in notify job
      f4311a3a
  11. Feb 08, 2023
  12. Feb 06, 2023
  13. Dec 22, 2022
  14. Dec 21, 2022
  15. Dec 20, 2022
  16. Dec 16, 2022
  17. Dec 15, 2022
    • Lorenzo Pagliai's avatar
      Insert accept_layer_merge_request.py file · befb5fcb
      Lorenzo Pagliai authored
      * The script is a direct derivation of the original one and can be
      merged in a near future
      * The script search for the latest updated MR in the project repository
      to retrieve the source branch
      * Then merge the MR on the layer project according to the recontructed
      integration branch
      befb5fcb
    • Lorenzo Pagliai's avatar
      Include 'check_if_layer_branch_is_up_to_date.py' · ac01de8d
      Lorenzo Pagliai authored
      * This commit adds the script to check if the integration branch is
      up-to-date on the layer side
      * Very few modification with respect to the original script
      * The script can be merged with the original one in the near future
      ac01de8d
    • Lorenzo Pagliai's avatar
      Include integrate_into_layer.py script · 6c707e38
      Lorenzo Pagliai authored
      * The script is derived from the integrate_into_manifest file and is
      used to create the integration branch on layers
      * The script create a new branch with the modifications on the
      SRCREV.conf indicated as parameter and on the bitbake recipe indicated
      * In a future this file could be merged with the integrate_inot_manifest
      one
      6c707e38
    • Lorenzo Pagliai's avatar
      Include layers-integration.yml file · 9998c3dd
      Lorenzo Pagliai authored
      * The file is intended to contain all the automation tasks to be
      executed by the projects used in the Yocto layers
      * The steps are the main steps that this CI file contains:
        - Every time a MR is opened on a project an integration branch is opened
       on the layer which updates the SHA of the commit on the
      'conf/SRCREV.conf' file referring to correct bb recipe
        - A MR is automatically opened on the layer master branch, that triggers all the
      downstream job of the manifest-integration file, which is left untouched
        - A check job checks that the layer project branch is up-to-date with
      the commit revision
        - Once the MR is accepted on the project, the one in the layer is
      merged and closed by default after having tried a rebase.
      * Minor bug fix on gitlab-ci.yml file
      9998c3dd
    • Lorenzo Pagliai's avatar
      Bug fix on python script execution · 236704a7
      Lorenzo Pagliai authored
      236704a7
    • Lorenzo Pagliai's avatar
      Bug fix on yaml syntax · 1a1213ee
      Lorenzo Pagliai authored
      1a1213ee
    • Lorenzo Pagliai's avatar
      Insert new script for .gitlab-ci submodule integration · 25b37b92
      Lorenzo Pagliai authored
      * The script is identical to the 'scripts/deploy_gitlab_ci_projects.py'
      apart from the fact that does look for a manifest project to
      integrate/merge
      * In the future the two scripts may be merged to treat both cases
      correctly, for now we skip this part
      25b37b92
Loading