Skip to content
Snippets Groups Projects
  1. Sep 27, 2022
  2. Sep 20, 2022
  3. Sep 14, 2022
  4. Sep 06, 2022
  5. Sep 05, 2022
  6. Aug 31, 2022
  7. Aug 30, 2022
  8. Aug 29, 2022
  9. Aug 02, 2022
  10. Jul 20, 2022
  11. Jul 15, 2022
  12. Jul 13, 2022
    • GitBot's avatar
      Integrate gitlab-ci/add-test-reporting-to-test-jobs · b211301f
      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.
      b211301f
    • GitBot's avatar
      Integrate gitlab-ci/run-test-from-gitlab-directly · 260d3288
      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.
      260d3288
  13. Jul 12, 2022
  14. Jul 07, 2022
  15. Jul 06, 2022
  16. Jun 21, 2022
  17. Jun 20, 2022
  18. Jun 13, 2022
  19. Jun 01, 2022
  20. May 31, 2022
  21. May 30, 2022
  22. May 24, 2022
  23. May 20, 2022
    • Clemens Terasa's avatar
      arm: dts: SANTINO: Add RS485 pinctrls · de594182
      Clemens Terasa authored
      We missed the pinctrls for the SANTINO boards.
      These are the same as for the SANTARO boards so simply copy the relevant
      parts.
      
      BCS 746-000782
      de594182
    • Clemens Terasa's avatar
      arm: dts: nallino: Alias UARTs · 8ba918f0
      Clemens Terasa authored
      The previous Rocko implementation used a different aliasing scheme for
      the UARTs.
      Use this former numbering scheme as well.
      
      This fixes RS485 on uart1.
      
      BCS 746-000782
      8ba918f0
    • Clemens Terasa's avatar
      arm: dts: Add sound support to NALLINO · 39e1d863
      Clemens Terasa authored
      Add sound support to the i.MX6ULL based SECO board NALLINO.
      Add the mqs device to the NALLINO part as it is missing in the
      imx6ull.dtsi.
      
      Configure the corresponding pins for the MQS output as well as the
      simple-amplifier. With the preiously added aux-devs support for the
      fsl-asoc-card driver, the speaker amplifier is automatically enabled.
      
      Add special clocking for the audio PLL4 (786432000 Hz) to get a
      divisible to support 48000 Hz audio.
      
      Use the PLL4 for SAI1.
      
      BCS 746-000796
      39e1d863
Loading