Skip to content
Snippets Groups Projects
  1. Jan 20, 2023
  2. Jan 19, 2023
  3. Jan 18, 2023
  4. Jan 17, 2023
  5. Jan 15, 2023
  6. Jan 14, 2023
  7. Jan 13, 2023
  8. Jan 11, 2023
    • Caleb Connolly's avatar
      community/linux-postmarketos-qcom-sdm845: apply audio fix (MR 3800) · 7ac2abf2
      Caleb Connolly authored and Newbyte's avatar Newbyte committed
      Fix APR q6voice nodes which broke audio on 6.1.3
      https://gitlab.com/sdm845-mainline/linux/-/commit/a5312556efefb2d93385681687a54fc5f6862c32
      
      [ci:skip-build]: Already built successfully in CI
      Unverified
      7ac2abf2
    • Clayton Craft's avatar
      postmarketos-base: enable using zram swap by default (MR 3752) · bca632d4
      Clayton Craft authored and Newbyte's avatar Newbyte committed
      This installs zram-init and sets it to start on boot for all
      devices/UIs. The included conf.d/zram-init also allows diabling using
      zram swap or overriding the size by using a deviceinfo var.
      
      I did an analysis of the pmos base install size with the 'none' UI
      selected, after depending on zram-init, and the following new package is
      installed:
              zram-init-11.1-r1 installed size: 40 KiB
      
      These packages are dependencies of zram-init, however they are already
      installed in the base image (with 'none' UI) so they are not counted
      above:
              util-linux-misc-2.38.1-r0 installed size: 6816 KiB
              e2fsprogs-extra-1.46.5-r4 installed size: 1324 KiB
      
      So this seems like a very small price to pay for the benefit of not
      making the logic/implementation more complicated than this.
      
           * Starting busybox syslog ... [ ok ]
          ssh-keygen: generating new host keys: RSA ECDSA ED25519
           * Starting sshd ... [ ok ]
          zram swap: activating with size: 243 MB
           * Loading zram module...
           [ ok ]
           * Swap->zram0
           [ ok ]
           * Starting local ... [ ok ]
      
      This change introduces one new deviceinfo variable:
      deviceinfo_zram_swap_pct: percentage of RAM to use for zram swap
      
      Default percentages if the second var is unset are explained in the
      zram-init file this commit adds. A value of 0 disables zram swap.
      
      fixes #1133
      Unverified
      bca632d4
    • Oliver Smith's avatar
      cross/binutils-*: upgrade to 2.39-r3 (MR 3798) · 0569fdd9
      Oliver Smith authored and Newbyte's avatar Newbyte committed
      [ci:skip-build]: Already built successfully in CI
      Unverified
      0569fdd9
  9. Jan 10, 2023
  10. Jan 09, 2023
  11. Jan 08, 2023
Loading