shift-axolotl: u-boot
adds dependencie on systemd-boot and changes boot partitions filesystem to fat32 to efi boot from u-boot Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8142>
This commit is contained in:
parent
8065e72b63
commit
f1c4d7434c
2 changed files with 7 additions and 5 deletions
|
|
@ -4,22 +4,23 @@
|
|||
maintainer="Alexander Martinz <amartinz@shiftphones.com>"
|
||||
pkgname=device-shift-axolotl
|
||||
pkgdesc="SHIFT6mq"
|
||||
pkgver=20
|
||||
pkgrel=1
|
||||
pkgver=21
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="
|
||||
alsa-ucm-conf-sdm845
|
||||
fwupd>=1.8.6
|
||||
linux-postmarketos-qcom-sdm845
|
||||
make-dynpart-mappings
|
||||
mkbootimg
|
||||
postmarketos-base
|
||||
alsa-ucm-conf-sdm845
|
||||
soc-qcom
|
||||
soc-qcom-pd-mapper
|
||||
soc-qcom-qbootctl
|
||||
fwupd>=1.8.6
|
||||
systemd-boot
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="
|
||||
|
|
@ -76,7 +77,7 @@ pmtest() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
c53336de1a7e97bf90650986fa1bf436fe464e47a66a5a448d7057c5bb4010d075c821e6f1fcc42b0bdafbe51b069651d4862aa896db06ef2dfe0a6a040c4f1c deviceinfo
|
||||
7304e795a2969d251110b223a29acbaaf42811522f50b42cb6dae03afff697845c8af9be04f312137e8c4973092f87b0eb6ba5650c6086e277df171c0610303f deviceinfo
|
||||
f16e550f623522be29027954c69a956eb6543f2f608a4c6b37c1a3983403a3edaa24e70aa42dbe88e76216991aba867b48c7341c9b8a81f675902d6223937b51 kernel-cmdline.conf
|
||||
5966325963a3a62c919b5f39f7bc56e1785f192f50c40a6cc644a2fea0c9b8dd083e287ef43c59c2b9cab5c88d65266b0cd9cf1f5110924950bd250be5385622 hexagonrpcd.confd
|
||||
4dc84207c5ca84b33b74139c8b0c9ce5baa8bcb1068df9943c478c02abcf8daccb88e06af63f120a434a115e277008e899305bd5239d8669436cb269889040e9 modules-initfs
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ deviceinfo_append_dtb="true"
|
|||
deviceinfo_dtb="qcom/sdm845-shift-axolotl"
|
||||
deviceinfo_flash_kernel_on_update="true"
|
||||
deviceinfo_initfs_compression="zstd:fast"
|
||||
deviceinfo_boot_filesystem="fat32"
|
||||
|
||||
# Required for devices using UFS as storage (instead of e.g. eMMC)
|
||||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue