device-oneplus-enchilada: osk-sdl support and cleanup (MR 2088)

Make needed deviceinfo changes to support osk-sdl, add "quiet" to the
cmdline and bump the package version to 1.

Signed-off-by: Caleb Connolly <caleb@connolly.tech>
This commit is contained in:
Caleb Connolly 2021-04-10 22:57:10 +01:00 committed by Martijn Braam
parent 7ef84a37fc
commit 0d7b714f4a
No known key found for this signature in database
GPG key ID: C4280ACB000B060F
2 changed files with 8 additions and 5 deletions

View file

@ -3,8 +3,8 @@
pkgname=device-oneplus-enchilada
pkgdesc="OnePlus 6"
pkgver=0.3
pkgrel=1
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -34,5 +34,5 @@ phosh() {
"$subpkgdir"/etc/phosh/rootston.ini
}
sha512sums="98b7861dc862b740df65ea2abb0301c9cb0c0cd8b9324acfb095b3c6dd8d75f927a71cb90f1df85000386c4cc5f63b14e0ff361134ee141707d158f7c218cc3b deviceinfo
sha512sums="cfcc13db27379de13ccf3695d3feb47ba934995604b2bd4741d58dc30f96254d1483dd2031d3d6675387b0444d30300397ccd50fbdceea537834bf0ad690b530 deviceinfo
035f97e328ff9f976b082e66b97f76036cdee9825f3022471c7c5d371291cc4b5bd5c18196cd49f4cd9ad6390abe691b506de3b221e3c122433d5620e3b3c4c9 rootston.ini"

View file

@ -6,7 +6,6 @@ deviceinfo_name="OnePlus 6"
deviceinfo_manufacturer="OnePlus"
deviceinfo_codename="oneplus-enchilada"
deviceinfo_year="2018"
deviceinfo_modules_initfs=""
deviceinfo_arch="aarch64"
# Device related
@ -18,7 +17,7 @@ deviceinfo_screen_height="2280"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="PMOS_NO_OUTPUT_REDIRECT"
deviceinfo_kernel_cmdline="quiet"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_dtb_second="false"
@ -36,3 +35,7 @@ deviceinfo_append_dtb="true"
# Required for devices using UFS as storage (instead of e.g. eMMC)
deviceinfo_rootfs_image_sector_size="4096"
# osk-sdl
deviceinfo_modules_initfs="i2c_qcom_geni rmi_core rmi_i2c"
deviceinfo_mesa_driver="msm"