Skip to content
Snippets Groups Projects
  1. Jan 03, 2025
  2. Dec 10, 2024
  3. Nov 27, 2024
  4. Nov 18, 2024
  5. Nov 13, 2024
  6. Nov 11, 2024
    • GitBot's avatar
      Integrate gitlab-ci/yt-260-restrict-edit-rights-on-confluence-release-page · 0b34296a
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@081272c1
      
      YT-260: Inherit restrictions from the parent Confluence page
      
        In each release, a Confluence page is created with expected restrictions
        specifying who can edit or update the page.
        Confluence automatically inherits "read" restrictions from the parent page,
        but "edit/update" restrictions are not inherited by design in Confluence.
        This ensures that restrictions are manually inherited from the parent page.
      
        Since the Confluence Python API module lacks functionality for
        setting restrictions, direct HTTP requests are used with the
        `requests` library instead of the Confluence module.
      0b34296a
  7. Nov 07, 2024
  8. Oct 14, 2024
  9. Oct 10, 2024
  10. Oct 02, 2024
  11. Sep 30, 2024
    • GitBot's avatar
      Integrate gitlab-ci/yt-160-gitlab-ci-integration-often-fails-on-merge-yocto-step · e191ae56
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@ff906931
      
      YT-160: Workaround to prevent CI integration failure in 'merge-yocto' step
      
        The GitLab CI integration job frequently fails on the 'merge-yocto' step,
        specifically at the "git fetch" stage.
        The issue occurs because Git fails to fetch the .gitlab-ci submodule
        due to an incorrect reference, likely caused by the shallow clone
        (--depth=1) configuration, which limits the commit history.
      
        Extending the clone depth to --depth=2 helps prevent this error
        by providing a slightly deeper commit history,
        which resolves the reference issue.
      e191ae56
  12. Sep 13, 2024
  13. Sep 12, 2024
  14. Sep 09, 2024
  15. Sep 06, 2024
  16. Sep 04, 2024
  17. Sep 03, 2024
  18. Aug 30, 2024
  19. Aug 27, 2024
  20. Aug 19, 2024
  21. Aug 16, 2024
  22. Aug 09, 2024
  23. Aug 06, 2024
  24. Aug 05, 2024
    • GitBot's avatar
      Integrate linux-imx-kuk/linux-5.15.32-seco-sel6_8_gpio · 4e4e4f63
      GitBot authored
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@9ad2bc3d
      
      panel-dt/panel-lvds: switch sel6-8-gpio to low in unprepare
      
      There is an issue with a display showing artifacts after leaving the display
      blank for some time. If sel6_8 line stays high during the power-off of the
      display, the display gets side-powered by the sel6_8 line. And the power
      sequence during the next power up does not reset the display in a good state.
      
      So switch the sel6_8 gpio to low, when the VDD-LCD is powered of, and enable it
      to the correct state, just before the VDD-LCD is powered on again.
      
      (cherry picked from commit 4f570f563b1ea85d901b8db98af6ad629c4aa1ba)
      
      sel68
      4e4e4f63
  25. Jul 29, 2024
  26. Jul 24, 2024
  27. Jul 23, 2024
  28. Jul 15, 2024
    • GitBot's avatar
      Integrate yocto-install/add-gpt-support · 073e2e9b
      GitBot authored
      --
      
      Commit: seco-ne/tools/yocto-install@520c20f1
      
      install-scripts: initial support of GPT
      
      Added a new parameter to choose between partition table type:
      GPT (GUID Partition Table) or MBR (Master Boot Record).
      
      The default partition table type remains MBR for SECO i.MX6/8 boards,
      and GPT can be activated by passing a "--partition-table-type=gpt" parameter
      to fngsystem-self-init.sh script.
      073e2e9b
  29. Jul 12, 2024
  30. Jul 11, 2024
  31. Jul 09, 2024
  32. Jul 08, 2024
Loading