Skip to content
Snippets Groups Projects
  1. Sep 03, 2021
  2. May 10, 2021
  3. Jul 11, 2020
    • Oliver Smith's avatar
      */linux-*: enable CONFIG_CRYPTO_XTS (MR 1405) · 0cfcc52e
      Oliver Smith authored
      Enable CONFIG_CRYPTO_XTS for each kernel, so we can switch to using
      aes-xts-plain64 as default cipher for cryptsetup (override with
      "pmbootstrap --cipher"), instead of aes-cbc-plain64 (pmbootstrap#1940).
      
      I have executed "pmbootstrap kconfig edit" on each kernel, and manually
      toggled the option. The diff is not always clean, because for some
      kernels it is apparently the first time, that menuconfig was executed on
      the configs like that. In a few instances, it turned out that
      CONFIG_ANDROID_PARANOID_NETWORK needed to be disabled too (this is
      already a requirement, but as the config was incomplete, it was not
      visible that this option was enabled). Very few times, I had to enable
      CONFIG_EXPERIMENTAL in order to see and enable CONFIG_CRYPTO_XTS.
      
      It would be great if we could automate such mass kconfig edits in the
      future, see pmbootstrap#1942.
      
      [skip ci]: I have verified, that every single one of these kernels builds.
                 CI will likely run out of time while downloading source tarballs.
      0cfcc52e
  4. May 21, 2020
  5. May 17, 2020
  6. Apr 29, 2020
  7. Apr 25, 2020
  8. Apr 05, 2020
  9. Mar 14, 2020
  10. Feb 28, 2020
  11. Feb 27, 2020
  12. Dec 01, 2018
    • Oliver Smith's avatar
      Revert "linux-*: use upstream gcc6 [skip ci]" · 7aded959
      Oliver Smith authored
      This reverts commit ee659a5b
      and increases the pkgrels of all affected linux pmaports.
      
      I have compiled *every single kernel* that was modified with this
      commit, and it worked. That took 12 hours. So I'm pretty confident that
      this is a good commit. Let's roll it out and go back to stability \o/
      
      I'll kick off the binary repo building directly after pushing this, but
      it will take some time until all binary packages are available again.
      
      [skip ci]: it wouldn't finish in time.
      7aded959
  13. Nov 29, 2018
  14. Nov 27, 2018
    • Oliver Smith's avatar
      device/linux-*: make all kernels compile again · 4472448e
      Oliver Smith authored
      All kernels compile again, after the GCC 8 upgrade.
      
      All 3.x kernels have been changed to use GCC 6 now, because we can't
      say for sure that they boot with GCC 8 even if we made them compile
      with that newer GCC. If someone wants to test a kernel for a newer
      device which they can test, see the instructions on
      <https://postmarketos.org/vendorkernel>.
      
      The linux-sony-castor-windy 4.x kernel did not compile out of the box
      with the latest GCC, so we set it to GCC 6 as well. This can probably
      be fixed easily.
      
      linux-teclast-x80-pro: removed Werror and updated to latest 4.14 kernel
      from kernel.org, otherwise this would not compile anymore (tested with
      both GCC 6 and 8, probably incompatibility with the latest binutils or
      something).
      
      This commit will take too long to compile in CI, so let's [skip ci].
      I've compiled all kernels multiple times and fixed them up until all of
      them were working again.
      
      Related: #103
      4472448e
  15. Jul 22, 2018
  16. Jul 02, 2018
  17. Jun 27, 2018
  18. Jun 21, 2018
    • myfreeweb's avatar
      asus-duma: initial port with msm kernel (#1581) · e3dd0482
      myfreeweb authored
      The ASUS MeMO Pad FHD 10 (ME302KL) is kinda like an enlarged version
      of flo, all the unofficial Lineage / TWRP work has been derived from
      flo. So eventually it should run mainline :) but let's start with this.
      e3dd0482
  19. Jun 09, 2018
    • steamport's avatar
      menuconfig: add gconfig/xconfig support (#1509) · aff61372
      steamport authored
      * change "pmbootstrap kconfig_check" to "pmbootstrap kconfig check"
      * change "pmbootstrap menuconfig" to "pmbootstrap kconfig edit [-x|-g]"
        (with legacy alias, because the first syntax was referenced to a lot)
      * enable X11 interfaces: -x: xconfig, -g: gconfig
      * new function to copy the xauthority file:
        pmb.chroot.other.copy_xauthority()
      * remove menufconfig() function from the kernel template and all kernel
        aports ([skip ci] because it would rebuild all kernels and run out of
        time). Alpine has dropped this as well, and it wouldn't work with the
        new code anyway.
      aff61372
  20. Mar 10, 2018
  21. Feb 02, 2018
  22. Jan 24, 2018
  23. Nov 05, 2017
Loading