Skip to content
Snippets Groups Projects
  1. Dec 21, 2021
  2. Dec 20, 2021
  3. Dec 19, 2021
  4. Dec 18, 2021
  5. Dec 17, 2021
  6. Dec 16, 2021
  7. Dec 15, 2021
    • Clayton Craft's avatar
      main/msm-firmware-loader: fix shellcheck failure (MR 2752) · 16472c5b
      Clayton Craft authored
      A recent(?) update in shellcheck made this fail, possibly because the
      test in shellcheck was fixed(?) or ???
      
      The failure this fixes is:
      
      Test with shellcheck: ./main/msm-firmware-loader/msm-firmware-loader.sh
      In msm-firmware-loader.sh line 49:
      	if [ -z "${FW_PARTITIONS##*$PARTNAME*}" ] && [ -n "$PARTNAME" ]
                                         ^-------^ SC2295 (info): Expansions inside ${..} need to be quoted separately, otherwise they match as patterns.
      
      [ci:skip-build] already built successfully in CI
      Verified
      16472c5b
  8. Dec 14, 2021
    • Alexey Minnekhanov's avatar
      main/linux-postmarketos-qcom-msm8974: upgrade to 5.15.7 (MR 2746) · a6b343c8
      Alexey Minnekhanov authored
      Simple upgrade with few generic kernel features enabled
       * IWD support
       * F2FS
       * NTFS3_FS
       * USB mass storage support
       * disable MTD and build more things as modules to reduce
         kernel size to compensate some new built-in options,
         as kernel doesn't boot otherwise.
      
      No new things for pmOS's devices (yet). Should work same as before.
      
      [ci:skip-build] Already built on CI in MR
      Verified
      a6b343c8
Loading