device-lenovo-lxf-p5100: move kernel cmdline config to kernel-cmdline.d

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>

[ci:skip-build]: build succeeded on all archs except riscv64, which is
failing because of an upstream/aports sync issue.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7708>
This commit is contained in:
Clayton Craft 2026-01-14 17:34:45 -08:00 committed by The Friendly Merge Bot
parent b081d3a09d
commit b170f85c36
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
maintainer="exkc <exxxxkc@getgoogleoff.me>"
pkgname=device-lenovo-lxf-p5100
pkgdesc="Lenovo Yoga Tab 3 10 LTE/WiFi"
pkgver=4
pkgver=5
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -17,7 +17,7 @@ depends="
"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
makedepends="devicepkg-dev"
source="deviceinfo modules-initfs"
source="deviceinfo kernel-cmdline.conf modules-initfs"
build() {
devicepkg_build $startdir $pkgname
@ -37,6 +37,7 @@ nonfree_firmware() {
}
sha512sums="
82f99f02886362a163b3ff19c307e933e60159df5f8be73fe6e856a8f6b0872dfea044887fe7377b32bd2c9df5d44fe7101899686e9380aaf7dfc3e553115a68 deviceinfo
76942997b88c515b0199b10304f6aad5efde0edcc3e16d0465cf52cef3075c9ee6a038bcfd99801411c3ba6010a3c04b871ac3d8c56e1f52072e0a2caaff61c2 deviceinfo
a16dff2b36ce06d9418c9f86ae8500f703ed915872b86b7b31acae28478daf9e7c18fa1fcfa73efbf57402c1b170b1e9f0de6d08f6df73a49428ff1fb547288b kernel-cmdline.conf
e1047facaa306915608104db561e1f59148d0002de7124a75ef276a0d7401062ec571d4ba1c0c03d645932ac3e9c9a08f8ae09e82f7d85dff6f271eb77fe8513 modules-initfs
"

View file

@ -19,7 +19,6 @@ deviceinfo_getty="ttyMSM0;115200"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200"
deviceinfo_generate_bootimg="true"
deviceinfo_generate_extlinux_config="true"
deviceinfo_flash_offset_base="0x80000000"
@ -33,6 +32,3 @@ deviceinfo_flash_sparse="true"
# lk2nd does not support GPT for subpartitions/SD cards yet
deviceinfo_partition_type="msdos"
# Ask lk2nd to pass buffer to the kernel
# (the kernel cant setup its own buffer due to lack of driver)
deviceinfo_kernel_cmdline="lk2nd.pass-simplefb=xrgb8888,autorefresh"

View file

@ -0,0 +1,3 @@
earlycon
console=ttyMSM0,115200
lk2nd.pass-simplefb=xrgb8888,autorefresh