Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jun 20, 2022
  3. Jun 01, 2022
  4. May 31, 2022
  5. May 30, 2022
  6. May 25, 2022
  7. May 23, 2022
  8. May 20, 2022
  9. May 18, 2022
  10. May 17, 2022
  11. May 14, 2022
    • GitBot's avatar
      Integrate meta-guf-distro/fix_fng_collect · 6d1204a4
      GitBot authored
      --
      
      Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/2a6651e8c481e8c09d07f0a9a03fd6536cdf3fc0
      
      fngsystem: Fixed copy of boot files for i.MX8M
      
      The i.MX8M uses the meta-freescale layer. The layer adds the
      KERNEL_IMAGETYPES to the IMAGE_BOOT_FILES. This breaks the copy
      operation in the do_collect_files function because we don't handle
      the kernel together with the boot files.
      The issue is fixed by creating a copy of the IMAGE_BOOT_FILES, removing
      the KERNEL_IMAGETYPES and using the copy in the function.
      
      --
      
      Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/0272dbc33918a3d2e2153d6806956385262ab735
      
      fngsystem: Fixed do_collect_files in fngsystem-image
      
      Since Kirkstone, there is a new way of disabling symlinks of the boot
      artifacts (kernel, etc.): To disable the creation of these links, the
      variable KERNEL_IMAGETYPE_SYMLINK  can be set to 0. Since we use a FAT
      boot partition, links in the boot folder of the image lead to errors during
      the extraction of the image and we have to disable them. However, the new
      variable also disables the creation of links for the devicetrees and kernel
      in the deploy folder.
      To solve errors during the package of Flash-N-Go-System, the copy operations
      for the boot files and kernel have been changed.
      6d1204a4
  12. May 13, 2022
  13. May 12, 2022
  14. May 11, 2022
  15. May 10, 2022
Loading