device-shift-axolotl: flash the kernel automatically (MR 2840)

Change-Id: I69ef626d876cb9598ae336a05f7c99eb43f144a7
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This commit is contained in:
Alexander Martinz 2021-11-26 23:11:31 +01:00
parent 7e353edfed
commit cdfbdc2a63
No known key found for this signature in database
GPG Key ID: 0BF4C1B5988C50D8
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
pkgname=device-shift-axolotl
pkgdesc="SHIFT6mq"
pkgver=0.2
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -48,6 +48,6 @@ phosh() {
}
sha512sums="
c66a98e6946fad467aa1f70394eda7883c56fae716330afe2d904a9f840c67deb6f7bfa997f89d08b857b4e3fc3e0ce96a474c4844eb58641addd11740b9a908 deviceinfo
bd30bc057e3145118203460914463794b73c1eaf73a8537a87036d316cf42035861788e7047193c1f26e9d7c69686b8c4ffa2b87882eec9ab7dfcc8edbf12394 deviceinfo
9fef488a655fcbad4fb28c11d7d6cbe385096e766cd99ca59802f1dbc4e3c99dac0ff682549e02fac0b73f7e95db953f3a87c453d1b19b229785e4ffeec515ed rootston.ini
"

View File

@ -35,6 +35,7 @@ deviceinfo_flash_sparse="true"
# Kernel
deviceinfo_append_dtb="true"
deviceinfo_dtb="qcom/sdm845-shift-axolotl"
deviceinfo_flash_kernel_on_update="true"
# Required for devices using UFS as storage (instead of e.g. eMMC)
deviceinfo_rootfs_image_sector_size="4096"