Skip to content
Snippets Groups Projects
  1. Jul 13, 2022
    • Tobias Kahlki's avatar
      bootscript:dt: Added devicetree description file for i.MX8 · 283c6dfb
      Tobias Kahlki authored
      Added an description file with the default devicetree for i.MX8
      devices.
      The file is parsed/used by the post-install scripts to generate
      the boot configuration.
      
      BCS 746-000877
      283c6dfb
    • Tobias Kahlki's avatar
      bootscripts: Clean-up and reformat · ba9e87ec
      Tobias Kahlki authored
      Changed the copyright and URL in the bootscript recipes.
      Also did a clean-up/reformat of the recipes.
      ba9e87ec
    • GitBot's avatar
      Integrate gitlab-ci/add-test-reporting-to-test-jobs · ea29ffa9
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@52bae4a1
      
      Lava Testreporting: Add script to generate markdown report for given jobids
      
      Adds scripts for mark down generation.
      Adds scripts for lava test result queries.
      Adds script to generate a mark down report from this data
      Call script from submit_test to generate a report directly
      after the testrun.
      ea29ffa9
    • GitBot's avatar
      Integrate gitlab-ci/run-test-from-gitlab-directly · 89fba9a6
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@ab09db0b
      
      CI: Lava Test: Allow to install test image directly from gitlab
      
      The images from the build job can be directly installed from gitlab.
      To achive this some changes in the complete pipeline have been needed.
      
      1. The variables used in the build job, like CI_PARAM_IMAGE, ... and
         related variables like BUILDPATH are only valid in the build job now.
      2. The build job writes every variable needed in a follow up job into
         build.env. This also includes the url to the fng-install.sh of the
         final image.
      3. The build.env file is used as dotenv artifact, as well as normal
         file artifact.
         The dotenv make the written variables automatically available in
         follow up jobs, that are using the aritfacts, like the deploy job.
         The normal file artifact is available via artifact download.
         (I did't found a way to download the dotenv file instead)
      4. Some scripts have been added:
         - Find a job inside the pipeline by name, as the id is not known in
           advance.
         - Download all artifacts or one file of the artifacts from a given
           job
         - Download one file of the latest job by name
      5. The scripts are used to download the build.env into the test job
         (where not artifacts are needed anymore)
      6. The script is sourced and all variables are available inside the
         script.
      
      Additionally this adds a fake build job to the ci-test pipeline, that
      copies an image from srv73 and stores it as artifact in a way that a
      test-job can run on it, like in the normal yocto pipeline.
      89fba9a6
  2. Jul 12, 2022
  3. Jul 08, 2022
    • Tobias Kahlki's avatar
      machine:tanaro: Added RTC overlays · df176aae
      Tobias Kahlki authored
      In the future, the TANARO will be produced with two possible
      RTC variants. Both variants are present in the main devicetree
      but are disabled by default. During the installation, one of
      the RTCs will be activated via one of the two devicetree overlays.
      
      BCS 746-000877
      df176aae
    • Tobias Kahlki's avatar
      machine: Clean-up of i.MX8MM machine · 49cec441
      Tobias Kahlki authored
      Also small changes to the Kernel include file.
      49cec441
  4. Jul 07, 2022
  5. Jul 06, 2022
    • GitBot's avatar
      Integrate gitlab-ci/CI-variable-scope-for-CI_PARAM_IMAGE-and-more · 49e3864d
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c503a6d4
      
      CI: pipeline yocto: Change scope of CI_PARAM_IMAGE, ... to fix fngsystem build
      
      The variables CI_PARAM_IMAGE, CI_PARAM_DISTRO, CI_MACHINE have been
      defined outside the job in the '.gitlab-ci.yml' file. This has a lower
      precedence then variables defined inside the job, but it seems that
      these variables are used in the scope of 'Trigger variables' when
      available in the trigger job. These override the value set in the
      template. As main results this made FNGSystem jobs build the normal
      yocto.
      49e3864d
    • GitBot's avatar
      Integrate gitlab-ci/CI-readd-allow-failure-true · 137ab6da
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@ea3aa816
      
      CI: Readd allow_failure:true to fix not finished pipelines
      
      According to the docs a manual job always has allow_failure set to
      true, but we see a lot of jobs staying in an unfinished state since
      the removal of the allow_failure: true keyword for the sdk and test
      jobs. This should fix the broken behaviour.
      137ab6da
    • GitBot's avatar
      Integrate gitlab-ci/test-artifact-upload · f19874c6
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc0503b6
      
      CI: Hardcode the artifacts path in the generated job description
      
      Some gitlab update(?) seem to have changed the behaviour in
      variable passing. In the scripts the variables are available
      but in the artifacts path does not resolve them any more.
      May be it has something to do with the introduction of the
      trigger:forward keyword.
      f19874c6
  6. Jun 28, 2022
  7. Jun 27, 2022
    • Clemens Terasa's avatar
      SIS: Fix touch-up issue · 0326de4b
      Clemens Terasa authored and Felix Gerking's avatar Felix Gerking committed
      Sometimes we get no touchup signal in Qt.
      This was seen with the QML drag-and-drop example.
      
      Looking at the output of evtest of the sis input device, you see
      different behavior for a working and a missing touch-up.
      
      Failed:
      <pre>
      ...
      Event: time 1587646331.383580, type 3 (EV_ABS), code 0 (ABS_X), value 2365
      Event: time 1587646331.383580, type 3 (EV_ABS), code 1 (ABS_Y), value 2894
      Event: time 1587646331.383580, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 2365
      Event: time 1587646331.383580, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2894
      Event: time 1587646331.383580, -------------- SYN_REPORT ------------
      Event: time 1587646331.402073, type 3 (EV_ABS), code 0 (ABS_X), value 2367
      Event: time 1587646331.402073, type 3 (EV_ABS), code 1 (ABS_Y), value 2887
      Event: time 1587646331.402073, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
      Event: time 1587646331.402073, type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 0
      Event: time 1587646331.402073, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 2367
      Event: time 1587646331.402073, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2887
      Event: time 1587646331.402073, -------------- SYN_REPORT ------------
      </pre>
      
      Good
      <pre>
      Event: time 1587646407.907930, -------------- SYN_REPORT ------------
      Event: time 1587646407.922769, type 3 (EV_ABS), code 0 (ABS_X), value 790
      Event: time 1587646407.922769, type 3 (EV_ABS), code 1 (ABS_Y), value 1747
      Event: time 1587646407.922769, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 790
      Event: time 1587646407.922769, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1747
      Event: time 1587646407.922769, -------------- SYN_REPORT ------------
      Event: time 1587646407.945577, type 3 (EV_ABS), code 0 (ABS_X), value 840
      Event: time 1587646407.945577, type 3 (EV_ABS), code 1 (ABS_Y), value 1918
      Event: time 1587646407.945577, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 840
      Event: time 1587646407.945577, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1918
      Event: time 1587646407.945577, -------------- SYN_REPORT ------------
      Event: time 1587646407.968810, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
      Event: time 1587646407.968810, type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 0
      Event: time 1587646407.968810, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value -1
      Event: time 1587646407.968810, -------------- SYN_REPORT ------------
      </pre>
      
      It seems that the @ABS_MT_TRACKING_ID value -1@ is missing somehow.
      
      This might be the case when the driver sends a valid coodinate but also
      states that the pressure is 0.
      
      Fix this by sending a touch-up (all ABS_PRESSUE, ABS_MT_PRESSURE, and
      ABS_BUTTON 0 and ABS_MT_TRACKING_ID -1) when pressure is 0.
      
      BCS 746-000871
      0326de4b
  8. Jun 21, 2022
    • GitBot's avatar
      Integrate gitlab-ci/share-manifest-pipeline and 2 more · 353e376c
      GitBot authored
      --
      
      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
      353e376c
    • GitBot's avatar
      Integrate gitlab-ci/fix-build-merge-request-job and 1 more · ad43149b
      GitBot authored
      --
      
      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.
      ad43149b
  9. Jun 20, 2022
  10. Jun 13, 2022
  11. Jun 09, 2022
  12. Jun 08, 2022
  13. Jun 01, 2022
  14. May 31, 2022
  15. May 30, 2022
    • Tobias Kahlki's avatar
      mkimage: Changed URL and branch · 1aa5075a
      Tobias Kahlki authored
      The URL for the imx-mkimage recipe was still pointing to gitlab.com.
      Fixed the URL and also changed to the new branch for the i.MX8MM.
      1aa5075a
    • Tobias Kahlki's avatar
      git: Changed protocol to HTTPS · f5d15863
      Tobias Kahlki authored
      The tools and kernel repositories are now public.
      Cloning from the public repositories via SSH doesn't work anymore.
      We therefore switch to HTTPS as transport protocol.
      f5d15863
  16. May 24, 2022
  17. May 23, 2022
  18. May 20, 2022
  19. May 11, 2022
    • Clemens Terasa's avatar
      README: Move README.md description to manifest · 4ea51b32
      Clemens Terasa authored
      We described most of the project specific build instructions in the
      mat-guf-machine layer. This is not too convenient as the main entry
      point is the manifest repository.
      
      Address that by moving the instructions to this manifest repository and
      later removing the description from the meta-guf-machine layer.
      Adapt the SECO name change here as well.
      
      BCS 746-000659
      4ea51b32
  20. May 09, 2022
  21. May 06, 2022
Loading