samsung-ms013g-downstream: fix deviceinfo

Fix the following:
[Warning!] deviceinfo_flash_heimdall_partition_rootfs: Property is set to its default value ("SYSTEM") and can be removed.
[Warning!] deviceinfo_bootimg_dtb_second: Property is set to its default value (false) and can be removed.
[Error!!!] deviceinfo_keyboard: This property is obsolete: Programs should automatically detect if the device currently has a keyboard or not (often it can be hotplugged anyway).

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7280>
This commit is contained in:
Raymond Hackley 2025-10-31 13:06:55 +00:00 committed by The Friendly Merge Bot
parent 68597ebfaa
commit c2b7629c34
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Archived: Downstream port, only for testing. Use mainline port!
pkgname=device-samsung-ms013g-downstream
pkgdesc="Samsung Galaxy Grand 2 (Downstream)"
pkgver=2
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -21,5 +21,5 @@ package() {
sha512sums="
cde622ff31be26dc2ada9826937f6e1407572adc4ea3a6a5d6ba5025c4ef589e99f39aed244a31b3ac621d96b2ad027ed97232d25501237714027cc2d89b83f4 deviceinfo
df738008ecb0f874e43aecd99977661759b6b351023a876c6d392f065cbcbbee5b7788e6f9c793d39a631a2e0b1004f3ca26d1e0c106a2c4136f62a590870561 deviceinfo
"

View file

@ -10,7 +10,6 @@ deviceinfo_arch="armv7"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
@ -20,7 +19,6 @@ deviceinfo_flash_method="heimdall-bootimg"
deviceinfo_kernel_cmdline="quiet loglevel=2 androidboot.console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 androidboot.selinux=permissive buildvariant=userdebug"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="true"
deviceinfo_bootimg_dtb_second="false"
deviceinfo_flash_offset_base="0x00000000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x02000000"
@ -28,5 +26,4 @@ deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x01e00000"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_heimdall_partition_kernel="BOOT"
deviceinfo_flash_heimdall_partition_rootfs="SYSTEM"