xiaomi-elish: add misc dependencies (MR 3981)
[ci:skip-build]: Already built successfully in CI
This commit is contained in:
parent
ab91dccefa
commit
d59283cbf6
6 changed files with 18 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-xiaomi-elish
|
pkgname=device-xiaomi-elish
|
||||||
pkgdesc="Xiaomi Mi Pad 5 Pro"
|
pkgdesc="Xiaomi Mi Pad 5 Pro"
|
||||||
pkgver=0.5
|
pkgver=0.6
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -9,10 +9,15 @@ arch="aarch64"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="
|
depends="
|
||||||
make-dynpart-mappings
|
make-dynpart-mappings
|
||||||
|
mesa-vulkan-freedreno
|
||||||
mkbootimg
|
mkbootimg
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
|
postmarketos-update-kernel
|
||||||
|
qbootctl
|
||||||
|
swclock-offset
|
||||||
"
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
source="deviceinfo"
|
source="deviceinfo"
|
||||||
|
|
||||||
subpackages="
|
subpackages="
|
||||||
|
@ -52,10 +57,13 @@ nonfree_firmware() {
|
||||||
firmware-xiaomi-elish-venus
|
firmware-xiaomi-elish-venus
|
||||||
linux-firmware-ath11k
|
linux-firmware-ath11k
|
||||||
linux-firmware-qca
|
linux-firmware-qca
|
||||||
|
pd-mapper
|
||||||
|
tqftpserv
|
||||||
"
|
"
|
||||||
|
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
09e53e9a0052e37f06db9a117bc5760a3e1da700f80721a738f1d0ef8c2e6e3348721280f611ef238cc1f45b0651bf577a1d91f8b2341b75c2034751a8267bcd deviceinfo
|
7ea1943a4c4e0c6c2f06679481fab5a5a386293deaaf7ae5d6cd1d376110fd27211257596dbba12c7a9b57bc5bacd61849204ac4f527810b6098730b7bd98d09 deviceinfo
|
||||||
"
|
"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
rc-update add tqftpserv boot
|
||||||
|
rc-update add pd-mapper boot
|
|
@ -0,0 +1 @@
|
||||||
|
device-xiaomi-elish-nonfree-firmware.post-install
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
rc-update add qbootctl default
|
|
@ -0,0 +1 @@
|
||||||
|
device-xiaomi-elish.post-install
|
|
@ -8,6 +8,7 @@ deviceinfo_manufacturer="Xiaomi"
|
||||||
deviceinfo_codename="xiaomi-elish"
|
deviceinfo_codename="xiaomi-elish"
|
||||||
deviceinfo_year="2021"
|
deviceinfo_year="2021"
|
||||||
deviceinfo_arch="aarch64"
|
deviceinfo_arch="aarch64"
|
||||||
|
deviceinfo_flash_kernel_on_update="true"
|
||||||
|
|
||||||
# Device related
|
# Device related
|
||||||
deviceinfo_gpu_accelerated="true"
|
deviceinfo_gpu_accelerated="true"
|
||||||
|
|
Loading…
Reference in a new issue