c913c48c19
Applied red screen kernel patch as described in: https://wiki.postmarketos.org/wiki/Troubleshooting:display Effectively fixes the red screen on Weston. Added msm-fb-refresher to APKBUILD to fix display refreshing. The display now works properly in Weston, but unfortunately the screen is blue in Plasma Mobile, and X11 crashes in XFCE. [ci:skip-build]: already built successfully in CI
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
pkgname=device-oneplus-bacon
|
|
pkgver=1
|
|
pkgrel=15
|
|
pkgdesc="OnePlus One"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="MIT"
|
|
depends="postmarketos-base linux-oneplus-bacon mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends=""
|
|
install=""
|
|
subpackages="$pkgname-weston"
|
|
source="deviceinfo 90-android-touch-dev.rules weston.ini"
|
|
options="!check !archcheck"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
install -Dm644 "$srcdir"/90-android-touch-dev.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
|
}
|
|
|
|
weston() {
|
|
install_if="$pkgname weston"
|
|
install -Dm644 "$srcdir"/weston.ini \
|
|
"$subpkgdir"/etc/xdg/weston/weston.ini
|
|
}
|
|
|
|
sha512sums="fa3efe1892f70b8a17111cf0cfb81a9bfa122c7384f8c794a0b5ced1766d689b749e24055bc423f26bb9023b9e81c66055846c1db3217897d6b22396246f7501 deviceinfo
|
|
65e9ee7352b1dc39d99ea411eb0ed9c56f9975230907db5add3a1b4146cdf6f227c934052dab38a1937ed67d67585f28fb7410f10a1bec9dd5e4eb69d7253515 90-android-touch-dev.rules
|
|
86a0c08720225e4532f797ad69307dfff66867e4a35de1aacceefc48f19721caf93f9a17a268e58f1f5a7e947f157d6984676837c2b5b835b0caf6ee9821bb5a weston.ini"
|