Skip to content
Snippets Groups Projects
Verified Commit 749ffd22 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

device-lenovo-q706f: install hexagonrpcd conf to new location (MR 6188)

parent ac9466b5
Branches fwpath
No related tags found
No related merge requests found
......@@ -3,14 +3,14 @@
pkgname=device-lenovo-q706f
pkgdesc="Lenovo Xiaoxin Pad Pro 12.6 (Lenovo Tab P12 Pro)"
pkgver=4
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
bootmac
hexagonrpcd
hexagonrpcd>=0.3.2-r3
linux-lenovo-q706f
make-dynpart-mappings
mesa-vulkan-freedreno
......@@ -20,7 +20,6 @@ depends="
swclock-offset
"
makedepends="devicepkg-dev"
replaces="hexagonrpcd-openrc"
source="
81-libssc-lenovo-q706f.rules
alsa-ucm-conf/q706f.conf
......@@ -42,7 +41,6 @@ build() {
package() {
devicepkg_package $startdir $pkgname
# device-specific alsa ucm conf
install -Dm644 "$srcdir/q706f.conf" \
"$pkgdir/usr/share/alsa/ucm2/Lenovo/q706f/q706f.conf"
......@@ -56,6 +54,9 @@ package() {
install -Dm644 "$srcdir"/81-libssc-lenovo-q706f.rules \
"$pkgdir"/usr/lib/udev/rules.d/81-libssc-lenovo-q706f.rules
install -Dm644 "$srcdir"/hexagonrpcd.confd \
"$pkgdir"/usr/share/hexagonrpcd/hexagonrpcd-sdsp.conf
}
nonfree_firmware() {
......@@ -86,9 +87,9 @@ nonfree_firmware_openrc() {
openrc() {
install_if="$pkgname=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install $subpkgname.post-upgrade"
depends="hexagonrpcd-openrc"
install -Dm644 "$srcdir"/hexagonrpcd.confd \
"$subpkgdir"/etc/conf.d/hexagonrpcd-sdsp
mkdir -p "$subpkgdir"
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment