de6de0bdde
A quirky device, the last Mi Ax phone in the line. - Powered by Snapdragon 665 (SM6125, codenamed Trinket), 8 cores, 4 clocked a 2.0 GHz and 4 more clocked at 1.8 GHz. 4-6 GB of RAM, 64-128 GB of UFS storage, 720p 6.09" AMOLED display, a 48 Mpx quad-bayer camera (plus two more on the back and one on the front) and an under display fingerprint sensor which may be impossible to ever implement... *sigh* Mainline kernel as of now is pretty minimal (framebuffer display, USB networking). No UFS support (yet!).
30 lines
645 B
Text
30 lines
645 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: mint <they@mint.lgbt>
|
|
pkgname=device-xiaomi-laurel
|
|
pkgdesc="Xiaomi Mi A3"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-postmarketos-qcom-sm6125
|
|
mesa-dri-gallium
|
|
mkbootimg
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
ed867de931bd75b00c87a4bc89a5d0a9a266e18cc5c4c26eccae88ddff7c106c987420f7b6522e5ff9484b9c716fdf4000003a5074d0baef3084a75272165355 deviceinfo
|
|
"
|