Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
    • GitBot's avatar
      Integrate gitlab-ci/share-manifest-pipeline and 2 more · eef5e74b
      GitBot authored and Tim Jaacks's avatar Tim Jaacks committed
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@9b8cf51c
      
      Share manifest pipeline for ci-test and yocto
      
      Combine all common yaml parts in manifest-pipeline.yml and add
      manifest-pipeline-yocto.yml and manifest-pipeline-ci-test.yml
      containing the different variable assignments for each environment.
      
      This change implicitly introduces parent-child build job generation in
      the ci-test pipeline, like it is done in the yocto pipeline already.
      The ci-test build jobs have been moved to build-jobs-ci-test.jinja2
      accordingly.
      
      Furthermore rename GITLAB_CI_CURRENT_REV to GITLAB_CI_REVISION and
      remove the run conditions from all generated build jobs, since these are
      already present in the upstream trigger job.
      
      The repos including these files have to be updated with the new file
      and variable names.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c1b939fe
      
      Use CI variables in build template directly
      
      The job generation script implicitly passes the OS environment to the
      template, so that the template has access to all GitLab CI variables.
      Hence there is no need to explicitly pass any of them as command line
      arguments.
      
      This change makes the "generate-build-jobs" job more generic, so that
      it can be shared with the ci-test pipeline in the future.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@775c09c1
      
      Add gitlab_backup script to download all project exports of a gitlab group
      eef5e74b
    • GitBot's avatar
      Integrate gitlab-ci/fix-build-merge-request-job and 1 more · 1a101b88
      GitBot authored and Tim Jaacks's avatar Tim Jaacks committed
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@7f68f307
      
      Yocto manifest build: re-enable build:merge_request job
      
      This job was accidentally disabled in 2e6c1b4, because it was included
      in the generated child pipeline. This pipeline is not created on the
      master, though, so the condition for the job was never met.
      
      Move the job to the parent pipeline again, so that it gets executed on
      the master like before.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@970c7fd7
      
      Re-add yamllint stage to ci test manifest pipeline
      
      Was accidentally removed in previous commit.
      1a101b88
    • GitBot's avatar
      Integrate gitlab-ci/define-yamllint-explicitly · 0a8c7287
      GitBot authored and Tim Jaacks's avatar Tim Jaacks committed
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@2b2bc220
      
      Define yamllint job explicitly in each pipeline
      
      The yamllint job was included in the pipeline implicitly via the
      inclusion of common.yml. This is not very transparent. Make the common
      definition a base job and extend it explicitly in each pipeline now.
      
      Add infrastructure stage comment header into both yaml files.
      0a8c7287
  2. Jun 20, 2022
  3. Jun 01, 2022
  4. May 31, 2022
  5. May 13, 2022
  6. May 10, 2022
  7. May 02, 2022
  8. Apr 22, 2022
  9. Apr 21, 2022
  10. Apr 12, 2022
    • Tobias Kahlki's avatar
      Merge branch 'nogplv3' into 'dunfell' · 50a8a4d2
      Tobias Kahlki authored
      image: New image without GPLv3 added
      
      See merge request !1
      50a8a4d2
    • Tobias Kahlki's avatar
      readme: Updated readme · edb2592e
      Tobias Kahlki authored
      - Added general info
      - Added list with new/removed software and packages
      
      BCS 746-000741
      edb2592e
    • Tobias Kahlki's avatar
      image: New image without GPLv3 added · 865099fb
      Tobias Kahlki authored
      - Most of the base-utils have been replaced by the busybox variant
      - The libreadline is used by a lot of applications. Where possible
      libreadline was removed via PACKAGECONFIG. Also editline was added,
      which can function as an drop-in replacement to readline.
      - The support for Python 2 was removed, because it depends on GPLv3
      libraries. Besides the dependencies, Python 2 is EOL since 2020.
      - The networkmanager is still not buildable against editline and was
      removed (see meta-guf-distro).
      - GPLv3 software that isn't vital for the system was moved to a new
      FEATURE_PACKAGES group in meta-guf-distro.
      
      BCS 746-000741
      865099fb
  11. Apr 05, 2022
Loading