soc-qcom-msm8939: new aport (MR 3463)

Add msm8939 SoC package to be used in addition to soc-qcom-msm8916.

For now it provides a shell script setting FD_MESA_DEBUG=nobin env var
to work-around graphical corruption seen on adreno 405 devices.
This commit is contained in:
Vincent Knecht 2022-09-25 09:05:57 +02:00 committed by Newbyte
parent 54f97936aa
commit 78992d37bb
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# Maintainer: Vincent Knecht <vincent.knecht@mailoo.org>
pkgname=soc-qcom-msm8939
pkgdesc="Common package for Qualcomm MSM8939 devices"
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="aarch64"
options="!check !archcheck"
depends="soc-qcom-msm8916"
source="
gpu-nobin.sh
"
package() {
mkdir -p "$pkgdir"
install -D -m644 "$srcdir"/gpu-nobin.sh \
"$pkgdir"/etc/profile.d/gpu-nobin.sh
}
sha512sums="
4c6bb73ca630e8e08a72dfb7b92e2a3b4f526785601c8095bda3142c72638d89d60c9e110a2eeb4d6d3d97c9fde06c0bfd1dad18f9f5a346f697cc49b6507b21 gpu-nobin.sh
"

View file

@ -0,0 +1 @@
export FD_MESA_DEBUG=nobin