google-sargo: do not enable HexagonRPCD on every upgrade (MR 5400)

There is an issue where resuming from suspend crashes the ADSP, and
rebooting the ADSP makes the entire device hang. Autosuspend has other
issues affecting higher category devices (namely, wake on modem events),
but it was still possible to resume before adding HexagonRPCD. For now,
remove the user's maintenance burden in keeping HexagonRPCD disabled.
This commit is contained in:
Richard Acayan 2024-07-29 16:53:31 -04:00
parent 508ed4b4cf
commit 143efc60f2
No known key found for this signature in database
GPG key ID: 7A342565FF635F79
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
pkgname=device-google-sargo pkgname=device-google-sargo
pkgdesc="Google Pixel 3a" pkgdesc="Google Pixel 3a"
pkgver=4 pkgver=4
pkgrel=0 pkgrel=1
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"
@ -54,9 +54,10 @@ nonfree_firmware() {
soc-qcom-sdm845-modem soc-qcom-sdm845-modem
soc-qcom-sdm845-nonfree-firmware soc-qcom-sdm845-nonfree-firmware
" "
# Enable HexagonRPCD by default, but not if the user installed this
# package then disabled it.
install=" install="
device-google-sargo-nonfree-firmware.post-install device-google-sargo-nonfree-firmware.post-install
device-google-sargo-nonfree-firmware.post-upgrade
" "
# The q6voiced configuration can only be used if the ADSP is brought up # The q6voiced configuration can only be used if the ADSP is brought up

View file

@ -1 +0,0 @@
device-google-sargo-nonfree-firmware.post-install