Fix firmware-adreno and move it to firmware (#483)

This commit is contained in:
opendata26 2017-08-30 14:50:53 +01:00 committed by Martijn Braam
parent a9e5b362dc
commit c0bd6b53e9
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ _files="a225_pm4.fw a225_pfp.fw a225p5_pm4.fw a300_pfp.fw a300_pm4.fw a330_pfp.f
pkgname=firmware-adreno pkgname=firmware-adreno
pkgver=1 pkgver=1
pkgrel=0 pkgrel=1
pkgdesc="Firmware for adreno gpus" pkgdesc="Firmware for adreno gpus"
url="https://github.com/TheMuppets/proprietary_vendor_sony" url="https://github.com/TheMuppets/proprietary_vendor_sony"
arch="armhf" arch="armhf"
@ -19,7 +19,8 @@ build() {
} }
package() { package() {
for _i in $_files; do install -D -m644 "$srcdir/$_i" "$pkgdir/lib/firmware/postmarketos"; done mkdir -p $pkgdir/lib/firmware/postmarketos
for _i in $_files; do install -D -m644 "$srcdir/$_i" "$pkgdir/lib/firmware/postmarketos/$_i"; done
} }
sha512sums="b278ea24a84036f24f3fa583e63b2c1236312d8b163398d874367ffc91b4652ceb0b3ce5dd2097748dd2083ea1222c0f9413efcc5b72553da3ef753f5910f24a a225_pm4.fw sha512sums="b278ea24a84036f24f3fa583e63b2c1236312d8b163398d874367ffc91b4652ceb0b3ce5dd2097748dd2083ea1222c0f9413efcc5b72553da3ef753f5910f24a a225_pm4.fw
d127fdca476233fca6e6e59e62bced8563663bac65de30a81eb1912f182cd27fdf8726085e65820c4c26c389daa1ffef9792a598c7b7568f277e781b5e775d5f a225_pfp.fw d127fdca476233fca6e6e59e62bced8563663bac65de30a81eb1912f182cd27fdf8726085e65820c4c26c389daa1ffef9792a598c7b7568f277e781b5e775d5f a225_pfp.fw