testing/device-motorola-osprey: fix boot splash (MR 2697)
Due to the new booting setup of lk2nd the initfs now has the size to include the display stack.
This commit is contained in:
parent
64e90a02d2
commit
9297091a0e
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-motorola-osprey
|
pkgname=device-motorola-osprey
|
||||||
pkgver=5
|
pkgver=6
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Motorola Moto G 3rd gen. (2015)"
|
pkgdesc="Motorola Moto G 3rd gen. (2015)"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
|
@ -34,5 +34,5 @@ nonfree_firmware() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
8ab86eb16b1cd27d47ce4198252c16464ce8c8e239a24d076f1f985cd2dfae993e325e0d0e5d410b715966a78103cbec4c026f87272246f1d9cbfa31ea3cb7b1 deviceinfo
|
64269d7652650a0589bb15550966063c603cf9f1b41483e6d31be18a6e090be20c1878085b46ed1ba27d33c45710e8f3209a85f3259a8432e407460aa1ac44b9 deviceinfo
|
||||||
"
|
"
|
||||||
|
|
|
@ -10,7 +10,7 @@ deviceinfo_chassis="handset"
|
||||||
deviceinfo_keyboard="false"
|
deviceinfo_keyboard="false"
|
||||||
deviceinfo_dtb="qcom/msm8916-motorola-osprey"
|
deviceinfo_dtb="qcom/msm8916-motorola-osprey"
|
||||||
deviceinfo_append_dtb="true"
|
deviceinfo_append_dtb="true"
|
||||||
deviceinfo_modules_initfs="panel-motorola-osprey-inx"
|
deviceinfo_modules_initfs="panel-motorola-osprey-inx msm rmi-i2c"
|
||||||
deviceinfo_external_storage="true"
|
deviceinfo_external_storage="true"
|
||||||
deviceinfo_arch="aarch64"
|
deviceinfo_arch="aarch64"
|
||||||
deviceinfo_gpu_accelerated="true"
|
deviceinfo_gpu_accelerated="true"
|
||||||
|
|
Loading…
Reference in a new issue