Skip to content
Snippets Groups Projects
  1. Oct 18, 2022
    • GitBot's avatar
      Integrate gitlab-ci/add-hide-ftp-upload-flag · fa3c9dd8
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@a5e27f6e
      
      FTP upload: Add flag to hide FTP upload stage
      
      This is a workaround to prevent customer releases being uploaded to our
      public FTP area. It should be removed as soon as we support uploading to
      different FTP target folders.
      fa3c9dd8
    • GitBot's avatar
      Integrate gitlab-ci/add-release-suffix and 3 more · 2efdc52d
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@543a2170
      
      manifest_package: add release suffix
      
      Customer specific manifest projects can now set the RELEASE_SUFFIX
      variable, which then gets appended to the deployment folder names.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c763c43f
      
      alphaplan_fwr: change variable "release_name_local" to "release_name"
      
      Otherwise it can be assumed that it might be correlated with
      outputdir_local, which is not the case.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@2d8d26a5
      
      package_release: more refactoring
      
      - Make output-dir an argument that can be passed multiple times instead
        of hard-coding two dirs with certain meanings.
      - Remove LOCALDIR variable from package.env, because it is not used
        anywhere (only occurence was job class ".uploadsdkftp" which wasn't
        used anywhere either).
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc3698c8
      
      package_release: refactoring
      
      Improve readability of package_release.py and its submodule
      generate_release_metadata.py.
      
      - Add describing comments throughout the file.
      - Remove duplicate code from functions. Simplify them, so that they do
        what their names say (and nothing more).
      - Rename variables and function arguments to make their purpose clearer.
      - Harmonize variable names with their corresponding command line arguments.
      - Add pydoc for functions.
      - Add type declarations to function arguments.
      - Generate MD5 and metadata files in the source directories so that they
        can be copied along with the rest of the files.
      2efdc52d
  2. Oct 05, 2022
    • Tobias Kahlki's avatar
      audio:mqs: Added init service for the MQS · b10ff5b8
      Tobias Kahlki authored
      The Medium Quality Sound (MQS) interface on the Nallino was patched to reduce
      unwanted noise during audio playback. The service triggers some initialization
      routines in the audio stack by playing a silent sine wave.
      
      Original commit by Sam Crossman <sam.crossman@seco.com>
      
      BCS 746-001052
      b10ff5b8
  3. Sep 27, 2022
  4. Sep 20, 2022
  5. Sep 14, 2022
  6. Sep 06, 2022
  7. Sep 05, 2022
  8. Aug 31, 2022
  9. Aug 30, 2022
  10. Aug 29, 2022
  11. Aug 24, 2022
  12. Aug 02, 2022
  13. Jul 29, 2022
    • Felix Gerking's avatar
      demo: Remove guf-show-demo2 · 4606414f
      Felix Gerking authored
      Removed guf-show-demo2 package since we do not use it anymore. If we need
      an additional demo instance again, we should use an additional systemd unit
      file instead of adding a complete package.
      
      BCS 746-000810
      4606414f
  14. Jul 25, 2022
  15. Jul 21, 2022
    • Tobias Kahlki's avatar
      fng-install: Fixed setting of custom devicetree · 714adb35
      Tobias Kahlki authored
      The post-install steps for setting a custom devicetree have been
      changed for the i.MX8 devices. For the custom devicetree to work again,
      the name of the devicetree needs to be written to the devicetree file
      in the boot partition.
      
      BCS 746-000877
      714adb35
  16. Jul 19, 2022
  17. Jul 18, 2022
    • Clemens Terasa's avatar
      distro: Remove guf-wayland-no-gplv3 · 340c26c7
      Clemens Terasa authored
      The distro is meant as basis for an image containing no GPLv3 code.
      However we refactored parts into a separate layer. Remove the distro
      config guf-wayland-no-gplv3 and add it to the special no-gplv3 layer.
      340c26c7
  18. Jul 13, 2022
    • Tobias Kahlki's avatar
      fng-install:prepare-dt: Replaced loop with find · 2cc3f539
      Tobias Kahlki authored
      Fixes SC2044
      2cc3f539
    • Tobias Kahlki's avatar
      fng-install:post-install: Added comments to scripts · c14d978b
      Tobias Kahlki authored
      Extended the documentation and comments in the post-install scripts.
      c14d978b
    • Tobias Kahlki's avatar
      fng-install:rtc: Added RTC detection for the TANARO · 32b8f0c2
      Tobias Kahlki authored
      The TANARO will be produced with one of two RTC variants.
      We detect the RTC by querying the first register during the
      post-install and activate one of two devicetree overlays.
      
      BCS 746-000877
      32b8f0c2
    • Tobias Kahlki's avatar
      fng-install:prepare-kernel: Removed i.MX8 specific script · 3a397d44
      Tobias Kahlki authored
      The i.MX8 used a custom post-install script for the prepare-kernel
      step. Since the default script has been adopted for the i.MX8, the
      custom script is removed.
      
      BCS 746-000877
      3a397d44
    • Tobias Kahlki's avatar
      fng-install:prepare-image: Added new scripts and clean-up · 3edf9fc8
      Tobias Kahlki authored
      The new scripts (prepare-overlays and prepare-xml2dto) for the
      post-install steps have beend added.
      Also wrong indentations have been replaced and the lists have been
      sorted.
      
      BCS 746-000414
      BCS 746-000877
      3edf9fc8
    • Tobias Kahlki's avatar
      fng-install:prepare-kernel: Added i.MX8 support · 40d7ba85
      Tobias Kahlki authored
      The default prepare-kernel script didn't support the i.MX8.
      Tweaked the script, to support the custom requirements of the i.MX8.
      The i.MX6 specific parts for the generation of the overlays (from the
      shared XML) and the gf_platform detection has been moved to new scripts.
      
      BCS 746-000877
      40d7ba85
    • Tobias Kahlki's avatar
      post-install: Rework and fix of overlay handling · 5f97c8e6
      Tobias Kahlki authored
      Overlays that have been installed by Yocto are now moved
      into /boot/overlays. This is due to the inability of Yocto
      to easily handle devicetree overlays during the build.
      
      Overlays that are provided via the parameters of fng-install
      (--DTBO) are also placed inside /boot/overlays. Additionally,
      they are appended to the overlays variable inside the
      overlays.txt file.
      The overlays.txt file is parsed during the prepare-kernel
      post-install step. The loaded overlays are then applied to
      the default devicetree.
      
      BCS 746-000414
      BCS 746-000877
      5f97c8e6
    • GitBot's avatar
      Integrate gitlab-ci/add-test-reporting-to-test-jobs · f7f2be8e
      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.
      f7f2be8e
    • GitBot's avatar
      Integrate gitlab-ci/run-test-from-gitlab-directly · ecab8560
      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.
      ecab8560
  19. Jul 12, 2022
  20. Jul 11, 2022
  21. Jul 07, 2022
  22. Jul 06, 2022
    • Felix Gerking's avatar
      alsa:imx6: Switch to sgtl5000 as default audio card · b3c8ca1b
      Felix Gerking authored
      Replaced absolute card number by the ID of the sgtl5000 audio card.
      Added additional alsa configuration files for imx6ull as it does
      not have the sgtl5000 codec.
      
      BCS 746-000548
      b3c8ca1b
    • GitBot's avatar
      Integrate gitlab-ci/CI-variable-scope-for-CI_PARAM_IMAGE-and-more · 097a5e04
      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.
      097a5e04
Loading