device-samsung-i9100: Flash kernel/initramfs on kernel update (MR 5049)
Add deviceinfo_flash_kernel_on_update="true" to the deviceinfo file. This makes sure that the updated kernel is flashed to the device every time the linux-postmarketos-exynos4 package is updated. Signed-off-by: Paul Cercueil <paul@crapouillou.net> [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
5ac8778de8
commit
01bb57f89b
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-samsung-i9100
|
||||
pkgver=6
|
||||
pkgver=7
|
||||
pkgrel=0
|
||||
pkgdesc="Samsung Galaxy SII"
|
||||
url="https://postmarketos.org"
|
||||
|
@ -66,7 +66,7 @@ media_pipeline() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
927e2cbed184ce2999a25bfb98a7fc19299350a7d8c4d5531d875ea3a5e52609bf6827ecbbdd35a011b8e9026aa9d01914ded2358fe96ac53deeae3f9f117c53 deviceinfo
|
||||
bd4090078a2816d620a9cb8b91823c6ae28af3d80ccf51a9a36757ce5a4337e799bada6516ce9b1bc63bf5e0732c248cf5078b6c056cecd6c05b4659ff197847 deviceinfo
|
||||
089635daddd88eec35451bfe98dc3713035e3623c896dd21305b990ecf422e8fbb54e010cf347919bbb3a7385f639ab119280477fe0783df3228168d97d96fc6 90-android-touch-dev.rules
|
||||
d3f06476be583f095189557e5269866cfc9346ddbf8d78267d7562fad7f5eca6b09b81fd08cd9690ecf88105bafe8f3ebd9136b68ab5cdaa8bfff740a8bdf3d2 media-pipeline.initd
|
||||
"
|
||||
|
|
|
@ -26,3 +26,4 @@ deviceinfo_flash_heimdall_partition_kernel="KERNEL"
|
|||
deviceinfo_flash_heimdall_partition_initfs="RECOVERY"
|
||||
deviceinfo_flash_heimdall_partition_rootfs="DATAFS"
|
||||
deviceinfo_flash_sparse="true"
|
||||
deviceinfo_flash_kernel_on_update="true"
|
||||
|
|
Loading…
Reference in a new issue