Skip to content
Snippets Groups Projects
  1. Dec 09, 2020
  2. Dec 04, 2020
  3. Dec 01, 2020
    • Norman Stetter's avatar
      CI: Change docker image version to 18.04 · 02053412
      Norman Stetter authored
      * The build servers run ubuntu 18.04 with python 3.6.x, while the CI
      builds use a 20.04 image with python 3.8.x .This leads to problems with
      the version of the pickle format used resulting in sstate-cache
      artifacts generated by the CI build being unusable by devs running
      bitbake on the build servers.
      To have compliant versions the CI docker container gets set to 18.04
      02053412
  4. Sep 29, 2020
  5. Sep 24, 2020
    • Norman Stetter's avatar
      CI: Speed up repo syncing · 40cdf41d
      Norman Stetter authored
      * Include .repo directory in cache to greatly speed up sync
      * Add additional parameters to repo sync to ensure we use the revisions set in
      manifest when using cache
      40cdf41d
    • Norman Stetter's avatar
      Add gitlab CI · 6bb5f660
      Norman Stetter authored
      * Add a pipeline that runs a yocto build:
        * setup the executor with ssh keys and install repo tool
        * checkout the manifest and get the layers
        * update the meta-guf layer that triggered the pipeline to the
        triggering commit
        * run a yocto build
        * copy build artifacts to the artifacts dir on the host
      6bb5f660
Loading