Skip to content
Snippets Groups Projects
  1. Nov 24, 2024
  2. Nov 23, 2024
  3. Nov 22, 2024
  4. Nov 21, 2024
    • Minecrell's avatar
      main/postmarketos-initramfs: add missing USB gadget modules (MR 5795) · 22f96f6d
      Minecrell authored
      init_functions.sh makes use of the mass_storage and acm USB gadget
      functions for error reporting, but the necessary kernel modules are not
      included in the initramfs at the moment. Because of this, the functionality
      works only on kernels where all these USB gadget functions are built-in and
      not built as modules.
      
      Add the missing modules and fix the sort order while at it.
      
      [ci:skip-build]: bug in CI prevents build testing armv7, succeeded locally
      22f96f6d
    • Package auto-update's avatar
      linux-next: upgrade to next-20241121 · c93cbc2c
      Package auto-update authored
      c93cbc2c
    • methanal's avatar
      CI: deviceinfo: allow inline comments (MR 5766) · ecb1c7fa
      methanal authored and Newbyte's avatar Newbyte committed
      The current test script disallows these kinds of comments:
        deviceinfo_some_variable="some_value" # an inline comment
      
      Since deviceinfo is essentially a shell script, it does make sense to
      allow inline comments. It is relatively simple to implement as well, by
      adjusting the regex.
      [ci:skip-build]: already built successfully in CI
      ecb1c7fa
    • Petr Vorel's avatar
      linux-postmarketos-qcom-msm8994: upgrade 6.12 (MR 5827) · ea390405
      Petr Vorel authored and Anjan Momi's avatar Anjan Momi committed
      
      Patch adding LG G4 (H815) support got upstreamed in v6.12-rc1 mainline
      kernel (it's slightly different than the patch used here).
      
      Add python3 to makedepends (required from v6.10-rc1
      0fddd045f88e ("drm/msm: generate headers on the fly")).
      
      Signed-off-by: default avatarPetr Vorel <pvorel@suse.cz>
      ea390405
  5. Nov 20, 2024
  6. 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
      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.
      345792be
    • Clayton Craft's avatar
      linux-lenovo-21bx: upgrade to 6.12 (MR 5681) · 1e52f0a2
      Clayton Craft authored
      - kconfig migrated
      - enable some user crypto stuff
      - enabled WBT
      1e52f0a2
Loading