Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 23, 2024
  3. May 17, 2024
  4. Feb 15, 2024
    • Nikita Travkin's avatar
      device/msm8916*: Generate extlinux.conf (MR 4826) · fe54a7be
      Nikita Travkin authored and Clayton Craft's avatar Clayton Craft committed
      Now as boot-deploy allows us to generate both boot.img and extlinux.conf
      at the same time, enable generating the config for all msm8916 since it
      will be used in the future lk2nd release. boot.img is still kept to keep
      compatibility with current lk2nd releases and to allow system recovery
      with fastboot when required.
      
      [ci:skip-build] already built successfully in CI
      [ci:ignore-count]
      fe54a7be
  5. Jan 22, 2024
  6. Sep 25, 2023
  7. Aug 04, 2023
  8. Sep 28, 2022
  9. Jun 11, 2022
  10. Mar 23, 2022
  11. Mar 01, 2022
  12. Feb 27, 2022
Loading