Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jun 20, 2022
  3. Jun 01, 2022
  4. May 31, 2022
  5. May 23, 2022
  6. May 19, 2022
  7. May 17, 2022
  8. May 14, 2022
    • Tobias Kahlki's avatar
      fngsystem: Fixed copy of boot files for i.MX8M · 2a6651e8
      Tobias Kahlki authored
      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.
      2a6651e8
    • Tobias Kahlki's avatar
      fngsystem: Fixed do_collect_files in fngsystem-image · 0272dbc3
      Tobias Kahlki authored
      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.
      0272dbc3
  9. May 13, 2022
Loading