Skip to content
Snippets Groups Projects
  1. Jan 23, 2025
  2. Jan 13, 2025
  3. Jan 10, 2025
    • Nicola Sparnacci's avatar
      [GRUB][WIC] Add initramfs to partitions & fix GRUB configuration · 792fb899
      Nicola Sparnacci authored
      
      Add to `install` partition the initramfs:
      - `core-image-minimal-initramfs` -> used to install the OS into the board.
      - `seco-clea-os-initramfs` -> used to run the OS live from installation
      media.
      
      Add to `image` partition the initramfs:
      - `seco-clea-os-initramfs` -> used to run the OS from the board.
      
      Update the wks /boot partition to use the updated `seco-bootimg-efi` wic
      script to add initrds to `boot` menuentry.
      
      JIRA Reference: [CLEAOS-616]
      
      Signed-off-by: default avatarNicola Sparnacci <nicola.sparnacci@seco.com>
      792fb899
    • Nicola Sparnacci's avatar
      [GRUB] Add initrd support to live boot · 7398b120
      Nicola Sparnacci authored
      
      Update the wic script plugin handling the generation of GRUB's configuration
      for the partition used to install the OS to the board.
      
      The original script only let add initrds to the `install` menuentry
      while for the `boot` menuentry the string was hard-coded to `initrd
      /initrd`. Now, with a new variable it's possible to add initrds also to
      `boot` menuentry.
      
      This configuration is automatically generated during the wic creation.
      
      JIRA Reference: [CLEAOS-616]
      
      Signed-off-by: default avatarNicola Sparnacci <nicola.sparnacci@seco.com>
      7398b120
    • Nicola Sparnacci's avatar
      [GRUB-BOOTCONF] Allow initrds in GRUB boot configuration · 8e33f1a2
      Nicola Sparnacci authored
      
      Add the possibility to use initrds in GRUB boot configuration. Note that
      this configuration is the one that is installed on the board during the
      install process with a removable media.
      
      Requires the compatible `grub-efi-cfg-seco.bbclass` in `meta-seco-bsp`
      added in 6d6f6ad7d96b125091a3704b217943c8b1831709.
      
      JIRA Reference: [CLEAOS-616]
      
      Signed-off-by: default avatarNicola Sparnacci <nicola.sparnacci@seco.com>
      8e33f1a2
    • Nicola Sparnacci's avatar
      [KERNEL] Improve defconfig and its usage · 3d708776
      Nicola Sparnacci authored
      
      Add `x86_64_seco_defconfig` file to compile the kernel for x86. Yocto
      uses by default the `yocto-kernel-cache` builder to compose the
      defconfing dynamically. In linux-seco the will is not to use it to keep
      the defconfig local, immune to upstream changes.
      
      Remove `yocto-kernel-cache`-related variables and files. Remove
      `virtio.scc` as it's already embedded in the defconfig.
      
      JIRA Reference: [CLEAOS-620]
      
      Signed-off-by: default avatarNicola Sparnacci <nicola.sparnacci@seco.com>
      3d708776
  4. Nov 22, 2024
  5. Nov 06, 2024
  6. Nov 05, 2024
  7. Oct 30, 2024
  8. Oct 18, 2024
  9. Oct 17, 2024
  10. Oct 14, 2024
  11. Oct 07, 2024
Loading