Skip to content
Snippets Groups Projects
  1. Aug 31, 2022
  2. Aug 30, 2022
  3. Aug 29, 2022
  4. Aug 25, 2022
  5. Aug 24, 2022
  6. Aug 22, 2022
  7. Aug 12, 2022
  8. Aug 11, 2022
  9. Aug 02, 2022
  10. Aug 01, 2022
  11. Jul 29, 2022
  12. Jul 27, 2022
    • GitBot's avatar
      Integrate meta-seconorth-machine/fix_fnginstall_postinstall · 5cdc0fd6
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@93a0f92f
      
      bootscripts: Fixed WIC image
      
      The WIC image generation fails if the devicetree file is missing
      from the deploy directory.
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@4c3847e5
      
      fng-install: Fixed post-install for fngsystem
      
      The post-install for fngsystem is running in a temp directory.
      This directory was missing the new artifacts (devicetree and overlays)
      to properly run.
      Further, the combine step of kernel + devicetree was failing for
      fngsystem, because the fngsystem partition is too small (at least for
      i.MX8 devices). To work around this, the post-install scripts checks
      for a "combine_kernel" file in the boot partition and only combines
      the kernel and the devicetree if the file is present.
      5cdc0fd6
  13. Jul 26, 2022
  14. Jul 22, 2022
  15. Jul 20, 2022
  16. Jul 19, 2022
  17. Jul 18, 2022
  18. Jul 15, 2022
  19. Jul 14, 2022
  20. Jul 13, 2022
    • GitBot's avatar
      Integrate meta-seconorth-machine/rtc_overlays · fc7e26e5
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@283c6dfb
      
      bootscript:dt: Added devicetree description file for i.MX8
      
      Added an description file with the default devicetree for i.MX8
      devices.
      The file is parsed/used by the post-install scripts to generate
      the boot configuration.
      
      BCS 746-000877
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@ba9e87ec
      
      bootscripts: Clean-up and reformat
      
      Changed the copyright and URL in the bootscript recipes.
      Also did a clean-up/reformat of the recipes.
      fc7e26e5
    • GitBot's avatar
      Integrate meta-seconorth-distro/rtc_overlay_rebase · ae138446
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@2cc3f539
      
      fng-install:prepare-dt: Replaced loop with find
      
      Fixes SC2044
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@c14d978b
      
      fng-install:post-install: Added comments to scripts
      
      Extended the documentation and comments in the post-install scripts.
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@32b8f0c2
      
      fng-install:rtc: Added RTC detection for the TANARO
      
      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
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@3a397d44
      
      fng-install:prepare-kernel: Removed i.MX8 specific script
      
      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
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@3edf9fc8
      
      fng-install:prepare-image: Added new scripts and clean-up
      
      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
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@40d7ba85
      
      fng-install:prepare-kernel: Added i.MX8 support
      
      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
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@5f97c8e6
      
      post-install: Rework and fix of overlay handling
      
      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
      ae138446
Loading