Skip to content
Snippets Groups Projects
  1. Aug 25, 2023
  2. Aug 24, 2023
  3. Aug 09, 2023
  4. Jul 01, 2023
    • Beru Hinode's avatar
      kernel: Initial implementation of `TARGET_KERNEL_BUILD_THREADS` · 53ef7375
      Beru Hinode authored
      
      * Utilizing `KERNEL_MAKE_FLAGS` variable in its core and working
        exactly the same way as if it's defined in
        `TARGET_KERNEL_ADDITIONAL_FLAGS`, this variable simply sets the
        threads used during kernel compilation, resulting in a way less
        time consumed for the kernel build process. It's optional to use
        this variable and it's defaulted to 1. The need for this change is
        basically coming from some mid-low-end machines that are (ab)used
        to build Android ROMs, such as a machine with 3rd gen Intel Core i3
        that took an entirety of 14 hours to clean build.
      
      Test: `m bootimage`, kernel uses configured thread count and takes
            less time to build.
      Signed-off-by: default avatarBeru Hinode <windowz414@1337.lgbt>
      53ef7375
  5. Jun 25, 2023
  6. May 04, 2023
  7. Feb 18, 2023
  8. Jan 28, 2023
  9. Jan 04, 2023
  10. Nov 26, 2022
  11. Nov 24, 2022
  12. Nov 15, 2022
  13. Nov 09, 2022
  14. Nov 06, 2022
  15. Nov 01, 2022
  16. Oct 23, 2022
  17. Oct 17, 2022
  18. Oct 10, 2022
  19. Oct 02, 2022
  20. Sep 30, 2022
  21. Sep 28, 2022
  22. Sep 19, 2022
  23. Sep 15, 2022
    • Luca Stefani's avatar
      kernel: Allow passing empty DTB to mkbootimg via board-flag · a1af8cb1
      Luca Stefani authored
      * Boot Image header v2 demands a DTB be passed by default.
      * We don't /need/ one at all, as we have and use a dedicated
        DTB partition.
      * Signing hates trying to find dtb.img anywhere for some magical
        reason, so cheat and introduce a flag to include a blank one.
      
      Change-Id: I889ce3815476a55829870b30de1b9210283a79ae
      (cherry picked from commit fa16b42ddd1eb341f201b8d810c717ea12afe1cb)
      a1af8cb1
  24. Sep 08, 2022
    • Michael Bestas's avatar
      kernel: Changes for LLVM binutils · 18dd1748
      Michael Bestas authored
      * Remove KERNEL_LD from kernel.mk, we simply set LD in BoardConfigKernel
      * Add llvm-ar in path allowlist (used by LTO)
      
      Change-Id: I76addb6f9d8d413edb1832dba23082ffb6d5ebc3
      18dd1748
  25. Aug 30, 2022
Loading