Skip to content
Snippets Groups Projects
  1. Nov 25, 2024
  2. Nov 24, 2024
  3. Nov 23, 2024
  4. Nov 22, 2024
  5. Nov 21, 2024
  6. Nov 20, 2024
  7. Nov 19, 2024
    • Minecrell's avatar
      device-<qcom-msm8916>: revert to msdos partition table for now (MR 5813) · 319396a6
      Minecrell authored
      pmbootstrap 3.0.0 uses GPT partition table by default, which breaks booting
      on all the devices using the lk2nd bootloader. The current version of lk2nd
      supports GPT only for the eMMC, while subpartitions and SD cards must be
      partitioned with MBR. GPT support was present in the legacy branch of
      lk2nd, but was dropped at some point because of poor code quality.
      
      Fix the regression for now by reverting back to the old msdos (MBR)
      partition table. We can revert this again later when lk2nd restores support
      for GPT.
      
      Generated with
      $ for d in $(grep -R linux-postmarketos-qcom-msm8916 | grep -Eo 'device-[^/]+' | sort -u); do \
        echo -e '\n# lk2nd does not support GPT for subpartitions/SD cards yet\ndeviceinfo_partition_type="msdos"' \
        >> device/*/$d/deviceinfo && pmbootstrap checksum $d && pmbootstrap pkgver_bump $d; done
      
      [ci:ignore-count]
      
      [ci:skip-build]: bug in CI prevents build testing armv7 and aarch64, so
      Clayton did the test locally for those archs
      319396a6
    • Clayton Craft's avatar
      device-lenovo-21bx: update bt firmware path (MR 5681) · 0924a7f2
      Clayton Craft authored
      [ci:skip-build]: already built successfully in CI
      Verified
      0924a7f2
    • Clayton Craft's avatar
      firmware-lenovo-21bx: package bt fw from unreleased linux-fw (MR 5681) · 345792be
      Clayton Craft authored
      This is needed for completely functional BT on the 6.12 kernel we
      package. The bt fw file will be in the next (december) release of
      linux-firmware, so in the meantime it's fetched/packaged here. This will
      need to be dropped when the next linux-fw package upgrade is released.
      Verified
      345792be
Loading