jackpotlte: Fix for error that generated boot/kernel image is too large for boot partition.
Fixed failed pipeline Fixed failed pipeline 2 Fixed failed pipeline 3 Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7068>
This commit is contained in:
parent
66f4974f7b
commit
2997ff5a18
2 changed files with 3 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-samsung-jackpotlte
|
||||
pkgdesc="Samsung Galaxy A8 (2018)"
|
||||
pkgver=2
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -27,5 +27,5 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
cd43527591bcc9b91697b59c6793659696f9baf416bd68823d4479a37fab8f02c443564c3161d0f7570f5d1a516f6c56e48e34b923dada4d5dd58fdaffe4370a deviceinfo
|
||||
b18c9259bb45f366155b23a2858b68adea69547b7c8841f42a181c203885244e8412c599e65541296f1685c21a9a30744d3c3bb4fa3a0c63b80d02ec28e6ce8f deviceinfo
|
||||
"
|
||||
|
|
|
|||
|
|
@ -10,21 +10,18 @@ deviceinfo_arch="aarch64"
|
|||
|
||||
# Device related
|
||||
deviceinfo_chassis="handset"
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="1080"
|
||||
deviceinfo_screen_height="2220"
|
||||
deviceinfo_create_initfs_extra="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="heimdall-bootimg"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="true"
|
||||
deviceinfo_bootimg_dtb_second="false"
|
||||
deviceinfo_flash_offset_base="0x10000000"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x01000000"
|
||||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x00000100"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
deviceinfo_flash_heimdall_partition_kernel="BOOT"
|
||||
deviceinfo_flash_heimdall_partition_rootfs="SYSTEM"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue