device-lg-judy{ln,p}: add firmware package dependency

Also:
 * unblacklist ipa
 * add deviceinfo_gpu_accelerated

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6329
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Paul Sajna 2025-05-05 19:39:27 +03:00 committed by Pablo Correa Gómez
parent 2abd9400ef
commit b1f2ccc683
No known key found for this signature in database
GPG key ID: 7A342565FF635F79
4 changed files with 9 additions and 6 deletions

View file

@ -2,13 +2,14 @@
# Maintainer: Newbyte <newbie13xd@gmail.com>
pkgname=device-lg-judyln
pkgdesc="LG G7 ThinQ"
pkgver=6
pkgver=7
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
firmware-lg-judy
linux-postmarketos-qcom-sdm845
mkbootimg
postmarketos-base
@ -26,6 +27,6 @@ package() {
}
sha512sums="
bbfb5ddc98f9c83eefcd2653a92d213542e3f9447e05aaab6ed214e63c06eac5cf4d56a8953000328be7a2979d0ebba8f1b5bcce1b04dc487e8bc519fad4cfa5 deviceinfo
adbee8af0c75a5d9a52e10c61b227cf646e35be6f530e3ff98dbd40142b0c8ed18a3903ebcc047322e0c173551d854dc67747175be29f7b0c833b58fd9b254ea deviceinfo
09fb39b4698e3fd433e35f94b4c39787a4ff9af258e8a85b5a197fb2676f993da2666ffb4ae98c41f35446d52b3578e1e6ebd06cc7010287ca140bf207c3a8af modules-initfs
"

View file

@ -18,10 +18,11 @@ deviceinfo_external_storage="true"
deviceinfo_screen_width="1440"
deviceinfo_screen_height="3120"
deviceinfo_rootfs_image_sector_size="4096"
deviceinfo_gpu_accelerated="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="modprobe.blacklist=ipa console=ttyMSM0,115200"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200"
deviceinfo_getty="ttyMSM0;115200"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"

View file

@ -2,13 +2,14 @@
# Maintainer: Jenneron <jenneron@protonmail.com>
pkgname=device-lg-judyp
pkgdesc="LG V35 ThinQ"
pkgver=6
pkgver=7
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
firmware-lg-judy
linux-postmarketos-qcom-sdm845
mkbootimg
postmarketos-base
@ -26,6 +27,6 @@ package() {
}
sha512sums="
01db6c7183da9bdd7b37b442551148b7d791bfb68f51acc4bbfa802bed03ea23b84c42cec4db2f56572373473e80e1744744692d0c1ca4d1b5ece0555ae821ae deviceinfo
0b90e337bee41ed580848cf2a3bb29aa283344db4d974a8673cc99ce497c92ca8d5070bd39561a469f8410cc36a420ff0d6eef1dd68cafc0389cb297a7fdb603 deviceinfo
09fb39b4698e3fd433e35f94b4c39787a4ff9af258e8a85b5a197fb2676f993da2666ffb4ae98c41f35446d52b3578e1e6ebd06cc7010287ca140bf207c3a8af modules-initfs
"

View file

@ -21,7 +21,7 @@ deviceinfo_rootfs_image_sector_size="4096"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="modprobe.blacklist=ipa console=ttyMSM0,115200"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200"
deviceinfo_getty="ttyMSM0;115200"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"