google-sargo: enable automatic kernel upgrade (MR 3488)

This commit is contained in:
Richard Acayan 2022-09-30 22:50:29 -04:00 committed by Newbyte
parent c368b64135
commit 161f0751b7
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA
2 changed files with 6 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-google-sargo
pkgdesc="Google Pixel 3a"
pkgver=0.2
pkgrel=1
pkgver=0.3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -13,6 +13,7 @@ depends="
mesa-dri-gallium
mkbootimg
postmarketos-base
postmarketos-update-kernel
"
makedepends="devicepkg-dev"
source="deviceinfo"
@ -26,5 +27,5 @@ package() {
}
sha512sums="
9b6422a9a03e82e92f3a8a03b52211f5e607c4d5b9ba27adc2a70cb58227aa1a077eaef6c9c6ebc362abb33e70cb709b0d119d9d2774e9719f3494b0cb5b46b1 deviceinfo
d300b755a4c07d3865a85599ad1f76fa00ce8bb2e6852a0d62ddec6b192537d1edad0a0b1b1e226c53f576aacd58ff5aaacaadf90dd033b38d2880d816a33cfc deviceinfo
"

View file

@ -37,4 +37,6 @@ deviceinfo_flash_sparse="true"
deviceinfo_usb_idVendor="0x18d1"
deviceinfo_usb_idProduct="0x4ee3"
# Additional features
deviceinfo_flash_kernel_on_update="true"
deviceinfo_super_partitions="/dev/mmcblk0p68 /dev/mmcblk0p69"