1. 15 Jun, 2022 1 commit
  2. 05 Apr, 2022 1 commit
  3. 02 Mar, 2022 1 commit
  4. 29 Dec, 2021 1 commit
    • Anton Midyukov's avatar
      kernel, server: drop kernel-modules-igb, kernel-modules-e1000e · 16cf9510
      Anton Midyukov authored
      kernel-modules-igb not available for branch >= p7
      kernel module e1000e in p10 is packed according to the blacklist
      scheme, this blacklist is applied to all the kernels and the
      internal e1000e from un-def-5.15 does not work as a result.
      Reported by boyarsh@
      16cf9510
  5. 20 Dec, 2021 3 commits
  6. 26 Oct, 2021 1 commit
  7. 02 Oct, 2021 1 commit
  8. 30 Sep, 2021 1 commit
  9. 28 Sep, 2021 2 commits
  10. 30 Aug, 2021 1 commit
  11. 13 Aug, 2021 1 commit
  12. 18 Jun, 2021 1 commit
  13. 06 Jun, 2021 1 commit
  14. 14 May, 2021 1 commit
  15. 11 May, 2021 1 commit
  16. 12 Apr, 2021 1 commit
  17. 04 Apr, 2021 2 commits
  18. 17 Feb, 2021 1 commit
  19. 15 Feb, 2021 1 commit
  20. 14 Feb, 2021 1 commit
  21. 01 Feb, 2021 1 commit
  22. 26 Jan, 2021 1 commit
  23. 06 Nov, 2020 1 commit
  24. 26 Oct, 2020 1 commit
  25. 18 Sep, 2020 1 commit
  26. 07 Sep, 2020 1 commit
    • Michael Shigorin's avatar
      kernel: introduce use/kernel/latest · 04a6489d
      Michael Shigorin authored
      Kernel flavours differ on secondary arches (and there's a bunch
      of platform-specific kernels for ARM systems), so let's provide
      some more flexible scheme than hardwiring un-def into images.
      
      This might be further enhanced to e.g. set KFLAVOURS to
      $$(KFLAVOURS_LATEST)) with it being preset to un-def
      where available so rpi images could set it to rpi-un,
      and still get reasonable starterkits for free.
      
      The corresponding commit in RELENG-e2k-p9-starterkits
      private branch just tore un-def apart => unmergeable.
      04a6489d
  27. 01 Jul, 2020 1 commit
  28. 22 May, 2020 4 commits
  29. 01 May, 2020 3 commits
  30. 07 Apr, 2020 2 commits
    • Anton Midyukov's avatar
      kernel: initrd-setup refactoring · 2398b75a
      Anton Midyukov authored
      VM_INITRDFEATURES qemu not allowed for e2k only. This feature
      added modules optionaly.
      VM_INITRDFEATURES usb allowed for all arches, but the presence of all
      modules is required. Therefore, for all arches all usb modules are
      optionally added.
      2398b75a
    • Anton Midyukov's avatar
      build-vm, kernel, uboot: setup /etc/fstab for build-vm · 8c68a3c5
      Anton Midyukov authored
      The entry in /etc/fstab about the mount parameters of the root
      partition needs to be done not only for builds with u-boot.
      But, if the record already exists, then it will not be added.
      The file system type is set by the variable VM_FSTYPE.
      8c68a3c5