Skip to content
Snippets Groups Projects
  1. Mar 04, 2025
    • Pablo Correa Gomez's avatar
      Update APKBUILDS to use Maintainer and Co-Maintainer instead of CODEOWNERS (MR 6272) · eb18caef
      Pablo Correa Gomez authored
      We now have a bot that reads those lines from APKBUILD files, instead
      of using a proprietary gitlab feature. Relevant changes:
      
      * Change @ollieparanoid for @Newbyte as maintainer for GNOME packages
        where Oliver was listed.
      * Don't add @craftyguy as Librem5 maintainer, as he dropped it long
        ago
      * Remove entries referencing archived ports
      * Don't touch jenneron's maintainership. That's a task for another day
      * Don't add "balejk" as maintainer. We have tried pinging them, but
        seem to be currently idle
        person is. Help figuring it out would be welcomed.
      * Don't add "binarycraft" as maintainer. Last contribution was years
        ago: https://gitlab.com/binarycraft
      * Don't add more maintainers to linux-postmarketos-qcom-msm8953, as it
        would have ended up with 7, which might be a bit too much
      * Don't add more maintainers to the PinePhone. The current ones seem
        to actually be the most active
      * Don't add Danct12 to N900. Sic...
      eb18caef
  2. 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
  3. Jun 23, 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. Sep 19, 2023
  8. Aug 04, 2023
  9. Sep 28, 2022
  10. Mar 27, 2022
    • Minecrell's avatar
      samsung-{a3,a5}: also apply ModemManager "facility lock" workaround (MR 3021) · 6c628d66
      Minecrell authored and Dylan Van Assche's avatar Dylan Van Assche committed
      It seems like at least samsung-a5 needs the same "facility lock"
      workaround as samsung-serranove, otherwise ModemManager can not detect
      the SIM card correctly. Move it to a subpackage of soc-qcom-msm8916
      and apply it to samsung-a3 as well just to be sure.
      
      So far this issue seems limited to Samsung devices, at least bq-paella
      is not affected (tested with the same SIM card), so it does not seem
      right to apply it unconditionally to all devices.
      
      [ci:skip-build] Already built successfuly on CI in MR
      6c628d66
  11. Mar 03, 2022
  12. Jan 22, 2022
  13. Dec 05, 2021
    • Jakko's avatar
      samsung-a3|a5|klte|serranove: remap left touch key (MR 2718) · c655f5cc
      Jakko authored and Oliver Smith's avatar Oliver Smith committed
      Remapping the left key of tm2-touchkey to KEY_MENU.
      
      The KEY_APPSELECT, which is set by the device tree, is not available in
      the postmarketOS UIs. In X11 UIs this is due to keycode limitation to
      8 bit. In Wayland UIs the keycodes don't have this limitation but xkb
      keycodes higher 255 are not processed correctly by several software
      packages. It still makes sense to keep KEY_APPSELECT in the device tree
      because this is the correct mapping intended by the manufacturers when
      running the kernel on Android.
      c655f5cc
  14. Nov 21, 2021
  15. Oct 23, 2021
  16. Sep 27, 2021
Loading