Skip to content

Integrate meta-seconorth-machine/load-board-info-in-bootscript

Commit: seco-ne/yocto/layers/meta-seconorth-machine@3a2f42e3

u-boot-imx: set DISTRO_VERSION as UBOOT_LOCALVERSION

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: [].

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@254881ba

u-boot:scripts: install version info into the device tree

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

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@eba6f9e1

u-boot:scripts: improve handling of dt overlays

  • 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

Merge request reports

Loading