0411403007
Downstream kernel will not be maintained really, but useful for exploring stuff. This kernel is at version 4.14 and can be compiled with recent gcc versions though, so not that bad. USB rndis works, touchscreen too, but no display (framebuffer, /dev/fb0 is not present at all). Internal storage works, also battery/charging.
30 lines
674 B
Text
30 lines
674 B
Text
# Unmaintained: Downstream port, only for reference.
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-xiaomi-cepheus-downstream
|
|
pkgdesc="Xiaomi Mi 9"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-xiaomi-cepheus-downstream
|
|
mesa-dri-gallium
|
|
mkbootimg
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
aa0338d6394054f10bd64b8f1d7d562b56de906292f2fbb9a78782b8e8f2c5f2b53979b609fbd1ab2f65b074ac3ab2661c07fda9eb123e8f7ef56f73aec29a9f deviceinfo
|
|
"
|