Skip to content
Snippets Groups Projects
  1. Jul 11, 2023
  2. Jul 10, 2023
  3. Jun 20, 2023
  4. Jun 15, 2023
  5. Jun 14, 2023
  6. Jun 09, 2023
  7. Jun 06, 2023
  8. Jun 02, 2023
  9. Jun 01, 2023
  10. May 26, 2023
    • Felix Gerking's avatar
      bootscript:mx8: Remove cma size parameter from kernel cmdline · 7c273bd9
      Felix Gerking authored
      Since valid cma sizes are now specified in the devicetree for all mx8m
      machines, these values should be used. To use the values from the
      devicetree, the command line parameter must be removed
      7c273bd9
    • Martin Oemus's avatar
      u-boot-imx: set DISTRO_VERSION as UBOOT_LOCALVERSION · 3a2f42e3
      Martin Oemus authored and Tobias Kahlki's avatar Tobias Kahlki committed
      This commit changes the former custom LOCALVERSION to be set to
      DISTRO_VERSION and introduces a new bitbake class
      seco-u-boot-localversion which was copied from fsl-u-boot-localversion.
      The orignal class takes the LOCALVERSION and writes it at build time into a
      .scmversion file which is then picked up by U-Boot and used as its
      PLAIN_VERSION symbol which is then used for displaying banners, in the
      version command, etc. The new class adds a parameter which allows the
      U-boot git hash to be put before the LOCALVERSION. Thus we achieve a
      version string like: <u-boot release>[<u-boot git hash>]<local version>.
      3a2f42e3
    • Martin Oemus's avatar
      u-boot:scripts: install version info into the device tree · 254881ba
      Martin Oemus authored and Tobias Kahlki's avatar Tobias Kahlki committed
      This commit
      - installs baseboard version information into the /version node of the
      devicetree
      - installs module version information into the /version node of the
      devicetree
      - installs the u-boot version into the /version node of the devicetree
      254881ba
    • Martin Oemus's avatar
      u-boot:scripts: improve handling of dt overlays · eba6f9e1
      Martin Oemus authored and Tobias Kahlki's avatar Tobias Kahlki committed
      - don't attempt to load devicetree overlays when
        loading the device tree failed
      - added missing call to fdt addr, which is required
        for all following fdt commands to work
      eba6f9e1
  11. May 16, 2023
  12. May 10, 2023
  13. May 05, 2023
  14. May 04, 2023
  15. Apr 24, 2023
  16. Apr 19, 2023
  17. Apr 18, 2023
  18. Apr 17, 2023
  19. Apr 13, 2023
  20. Apr 04, 2023
    • GitBot's avatar
      Integrate gitlab-ci/depend-pipeline-execution-on-branch-protection-state and 2 more · a2d44d93
      GitBot authored and Tim Jaacks's avatar Tim Jaacks committed
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@939ade2b
      
      Depend intgration pipeline execution on branch protection state
      
      Previously we had the master branch hard-coded in a variable in order to
      determine whether to run the integration pipeline (on non-master branch)
      or the merge pipeline (on master branch). This variable had to be
      adapted everytime we copy a branch, which can potentially be forgotten
      and lead to problems.
      
      Remove the hard-coded branch and use the branch protection state for
      this decision instead in order to make this more flexible.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@dbc49ad0
      
      Simplify yamllint job rules
      
      The rules for the yamllint jobs have been defined in the .yamllint class
      before. They were overridden in the manifest pipeline's yamllint job,
      though, which has its own rules, so we don't need them to be inherited
      in this case. And in the manifest integration pipeline the rules can be
      much easier, so define them there instead of at the class-level.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@cd8de4ff
      
      .gitlab-ci: add analyze stage for limiting YAML script blocks
      a2d44d93
  21. Mar 27, 2023
  22. Mar 21, 2023
  23. Mar 20, 2023
  24. Mar 17, 2023
  25. Mar 10, 2023
  26. Mar 09, 2023
Loading