device-shift-axolotl: start hexagonrpcd on boot (MR 4050)

Necessary to provide access to the filesystem for the SDSP
This commit is contained in:
Dylan Van Assche 2023-05-01 16:24:20 +02:00 committed by Clayton Craft
parent 5684f6e5a8
commit 745d585a54
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
3 changed files with 12 additions and 3 deletions

View file

@ -4,7 +4,7 @@
pkgname=device-shift-axolotl
pkgdesc="SHIFT6mq"
pkgver=13
pkgver=14
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -43,8 +43,14 @@ package() {
nonfree_firmware() {
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
depends="firmware-shift-sdm845>=20230815-r2 firmware-shift-sdm845-initramfs
soc-qcom-sdm845-nonfree-firmware soc-qcom-sdm845-modem"
depends="
firmware-shift-sdm845>=20230815-r2
firmware-shift-sdm845-initramfs
hexagonrpcd
soc-qcom-sdm845-nonfree-firmware
soc-qcom-sdm845-modem
"
install="$subpkgname.post-install $subpkgname.post-upgrade"
mkdir "$subpkgdir"
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced

View file

@ -0,0 +1,2 @@
#!/bin/sh
rc-update add hexagonrpcd-sdsp

View file

@ -0,0 +1 @@
device-shift-axolotl-nonfree-firmware.post-install