Skip to content
Snippets Groups Projects
  1. Apr 25, 2024
    • Mikhail Vanyulin's avatar
      weston-init: fix display flickering · f5b5ad2c
      Mikhail Vanyulin authored and Jonas Höppner's avatar Jonas Höppner committed
      Refer to https://secogroup.atlassian.net/browse/YT-85
      
       for full discussion
      on this topic.
      
      For some unknown reason, when the transparency part of "background-color"
      parameter in weston.ini is lower than FF, display (both LVDS and HDMI) starts
      to constantly blink if some object/sprite is moving on display.
      
      Herewith this issue cannot be seen if application is launched in full screen
      mode (e.g if seco-show-demo is running). But if seco-show-demo is stopped,
      the problem immediately appears when a mouse cursor or "weston-flower" are
      moved.
      
      As digging into weston internals to understand what is going on will require
      reasonable efforts, we simply changed background-color to 0xFF000000, which
      also produces a black background, but which does not cause the blinking
      issue to appear.
      
      Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
      f5b5ad2c
    • GitBot's avatar
      Integrate gitlab-ci/report_image_changes_in_mr · 8e1c513b
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@1299a9d6
      
      CI: add "report-image-diff" job
      
      Add a python script and a GitLab CI job to run it. The job is triggered
      when the build is complete.
      
      The script retrieves build artifacts for the default/main branch
      (currently "kirkstone") in the manifest repo and build artifacts
      for the integration branch of merge request.
      
      After that, it compares those builds and creates a summary of the overall
      changes. In particular:
      - size of compressed artifacts (artifacts.zip)
      - size of built image
      - difference between manifest files
      
      The summary is reported to stdout and as a comment to the merge request.
      Each run of the pipeline means removing the old summary comment and
      creating a new one when the build is finished.
      8e1c513b
  2. Apr 19, 2024
  3. Apr 12, 2024
  4. Apr 11, 2024
    • Marc-Oliver Westerburg's avatar
      distro: make syslogging message format compatible with Rocko · 8296cfb8
      Marc-Oliver Westerburg authored
      With the switch to syslog-ng the default format for file-based logs -
      esp. /var/log/messages - was changed considerably compared to our
      previous Yocto versions, e.g.
      * severity and PID fields were removed
      * several severity levels were no longer logged to /var/log/messages
        (both unimportant like "debug", but also important like "err"
      * messages from several several facilities were no longer logged to
        /var/log/messages
      
      This patch changes the output for file-based logs and the filter for
      /var/log/message back to a similar format and contents as provided with
      our previous Yocto versions (in particular Rocko) to provide
      compatiblity for customers already using /var/log/messages.
      8296cfb8
    • GitBot's avatar
      Integrate gitlab-ci/fix_copy_directory · bd3593c3
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@19ff9d08
      
      package_release: Fix missing variable for os.walk
      
      Even though the variable isn't used in the package_release script, it
      seems to be required by the os.walk function. Underscore satisfies the
      linter preventing it from causeing unused variable errors.
      bd3593c3
  5. Apr 08, 2024
  6. Apr 04, 2024
  7. Apr 02, 2024
  8. Mar 26, 2024
  9. Mar 25, 2024
    • Dmitry Petrov's avatar
      fngsystem: Add uuu scripts to release artifacts · fb21b19b
      Dmitry Petrov authored
      The uuu scripts and other files needed to boot imx6 boards are build
      with the fngsystem image. But these files are not part of release.
      Add DISTRO_RELEASE_ARTEFACTS for mx6/mx6ull machines to fix this.
      fb21b19b
  10. Mar 20, 2024
  11. Mar 19, 2024
  12. Mar 18, 2024
    • GitBot's avatar
      Integrate gitlab-ci/bb-recipe-linter and 1 more · fdceb1f5
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@44000de1
      
      Check bitbake recipes with linter
      
      The job checks bitbake recipes added/updated in MR using the
      oelint-adv tool (https://github.com/priv-kweihmann/oelint-adv).
      
      .oelint.json is a rulefile, created with the command
      "oelint-adv --print-rulefile". It can be used during development.
      It contains default rules for now, but will probably be customized later.
      
      To get the list of changed files in MR, we adjusted the GIT_DEPTH variable.
      The new value is 50, which should be fine for getting MR changes,
      and still small enough to keep checkout fast for large projects.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@9d9574d1
      
      convert_md2html: fix text duplication
      
      Fix the problem introduced by commit 4f06516 "convert_md2html: fix id
      fields for headings".
      
      The text converted from markdown was written twice to the HTML document.
      fdceb1f5
  13. Mar 13, 2024
  14. Mar 12, 2024
  15. Mar 11, 2024
  16. Mar 07, 2024
  17. Mar 06, 2024
  18. Mar 05, 2024
  19. Mar 04, 2024
  20. Mar 01, 2024
  21. Feb 23, 2024
  22. Feb 20, 2024
    • Marc-Oliver Westerburg's avatar
      ALSA: merge mixer-states for different codecs into single file · 1f72eae0
      Marc-Oliver Westerburg authored
      This patch merges the default mixer-states for all our supported
      audio-codecs into a single file.
      
      So far, these states were kept in separate files depending on the SoC
      (mx6, mx6ull, and mx8m). With ModularVision this doesn't make sense,
      anymore, because the audio-codec sits on the carrier-board and will be
      used from SMARC-modules equipped with i.MX8MP, i.MX93, and Genio 700
      SoCs, i.e. all three SoCs need the same default state.
      
      Merging all states in a single file is no problem, because the state for
      each supported codec is defined in a separate node named after the
      audio driver, anyway (and this is also the way NXP does it in their BSP).
      1f72eae0
  23. Feb 19, 2024
  24. Feb 08, 2024
  25. Feb 07, 2024
  26. Feb 02, 2024
  27. Jan 30, 2024
  28. Jan 25, 2024
  29. Jan 18, 2024
    • Mikhail Vanyulin's avatar
      ssh: sshdgenkeys: wait for config partition · 2c6b23fd
      Mikhail Vanyulin authored
      Since we have the sshd keys on a separate read-only partition that is mounted
      in /etc/shared at boot time, we need to wait until it is available. Otherwise,
      the sshdgenkeys service will not find any existing keys and will waste time
      trying to create the new ones. This will slow down the boot process a bit.
      
      Add /etc/shared to RequiresMountsFor in sshdgenkeys.service
      2c6b23fd
  30. Jan 17, 2024
  31. Dec 22, 2023
  32. Dec 21, 2023
  33. Dec 05, 2023
Loading