firmware-fairphone-fp5: fix HexagonFS directory location
This lets hexagonrpcd guess the location from the compatible string in the devicetree successfully. Signed-off-by: Jens Reidel <adrian@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6966>
This commit is contained in:
parent
d7c47e1d55
commit
ed8a7fe409
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Luca Weiss <luca@lucaweiss.eu>
|
||||
pkgname=firmware-fairphone-fp5
|
||||
pkgver=20240417
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Firmware for Fairphone 5"
|
||||
subpackages="
|
||||
$pkgname-adreno
|
||||
|
|
@ -75,13 +75,13 @@ hexagonfs() {
|
|||
|
||||
mkdir -p "$subpkgdir"/usr/share/qcom/qcm6490/Fairphone/
|
||||
cp -r "$builddir"/hexagonfs/ \
|
||||
"$subpkgdir"/usr/share/qcom/qcm6490/Fairphone/fairphone5
|
||||
"$subpkgdir"/usr/share/qcom/qcm6490/Fairphone/fp5
|
||||
|
||||
# Remove files that we don't need - for now
|
||||
rm -r "$subpkgdir"/usr/share/qcom/qcm6490/Fairphone/fairphone5/acdb/
|
||||
rm -r "$subpkgdir"/usr/share/qcom/qcm6490/Fairphone/fairphone5/dsp/
|
||||
rm -r "$subpkgdir"/usr/share/qcom/qcm6490/Fairphone/fp5/acdb/
|
||||
rm -r "$subpkgdir"/usr/share/qcom/qcm6490/Fairphone/fp5/dsp/
|
||||
|
||||
find "$subpkgdir/usr/share/qcom/qcm6490/Fairphone/fairphone5/" \
|
||||
find "$subpkgdir/usr/share/qcom/qcm6490/Fairphone/fp5/" \
|
||||
-type f -exec chmod 0644 {} \;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue