pmbootstrap build : ERROR: linux-postmarketos-qcom-sm7150: linux-postmarketos-qcom-sm7150-v6.7.4-r2.tar.gz is missing in checksums

log.txt

I Follow below change for xiaomi-davinic sm7150, while pmbootstrap build always error

$ pmbootstrap init # be sure to choose xiaomi-mido

$ pmbootstrap kconfig edit linux-postmarketos-qcom-msm8953 # find your kernel option and enable it, exit saving kconfig

$ pmbootstrap pkgrel_bump linux-postmarketos-qcom-msm8953

$ pmbootstrap build --force --arch aarch64 linux-postmarketos-qcom-msm8953

with device up and running install newer kernel package on device using SSH, where $DEVICE_IP is either usb IP or wifi

$ pmbootstrap sideload --user user --host $DEVICE_IP --arch aarch64 linux-postmarketos-qcom-msm8953

now reboot to fastboot and flash newer kernel on device boot partition (sideload cannot do that)

$ pmbootstrap flasher flash_kernel

Edited by blackmeat1225