device-qcom-msm89x7: Add support for SDM429

Add support for SDM429 and SDM429W.

Signed-off-by: Barnabás Czémán <barnabas.czeman@postmarketos.org>
Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6809
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Barnabás Czémán 2025-07-20 18:46:20 +02:00 committed by fossdd
parent ca02eec4a6
commit e4719fea2e
No known key found for this signature in database
GPG key ID: BB8C8A81C6452A88
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-qcom-msm89x7
pkgdesc="Generic device package for various Qualcomm MSM8917/MSM8937/MSM8940-based devices"
pkgver=4
pkgver=5
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -34,6 +34,6 @@ package() {
}
sha512sums="
6ad45fa722af43aaf63dd50aa496bb4d4dc0d5c47bd07ddff2babc9bb50d2403e003b8e10e42526d567ef83df5b3d3b243fd3980943ca72736413a9280d82754 deviceinfo
03150e15f6e2b312f778905397269aae3a7a1af7ba868b1edad40c3368bf6f23471d6ba6d1b2d119de822cbc4f020859b0d0b657276980454f22984c0af7d9db deviceinfo
7c3b00d1e35b9dfea3faa563bf3194a4f7bdebad24b69675737da0be5025f3d73c4bbdb5c088d487cd558c9ef8a9ed7f6392e904067d2bb31780322fa4e88a74 modules-initfs
"

View file

@ -20,6 +20,6 @@ deviceinfo_flash_method="fastboot"
deviceinfo_partition_type="msdos"
# extlinux.conf
deviceinfo_dtb="qcom/msm8917-* qcom/msm8937-* qcom/msm8940-* qcom/qm215-* qcom/sdm439-*"
deviceinfo_dtb="qcom/msm8917-* qcom/msm8937-* qcom/msm8940-* qcom/qm215-* qcom/sdm429w-* qcom/sdm429-* qcom/sdm439-*"
deviceinfo_generate_extlinux_config="true"
deviceinfo_boot_filesystem="ext2"