google-sargo: enable automatic kernel upgrade (MR 3488)
This commit is contained in:
parent
c368b64135
commit
161f0751b7
2 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-google-sargo
|
pkgname=device-google-sargo
|
||||||
pkgdesc="Google Pixel 3a"
|
pkgdesc="Google Pixel 3a"
|
||||||
pkgver=0.2
|
pkgver=0.3
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -13,6 +13,7 @@ depends="
|
||||||
mesa-dri-gallium
|
mesa-dri-gallium
|
||||||
mkbootimg
|
mkbootimg
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
|
postmarketos-update-kernel
|
||||||
"
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
source="deviceinfo"
|
source="deviceinfo"
|
||||||
|
@ -26,5 +27,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
9b6422a9a03e82e92f3a8a03b52211f5e607c4d5b9ba27adc2a70cb58227aa1a077eaef6c9c6ebc362abb33e70cb709b0d119d9d2774e9719f3494b0cb5b46b1 deviceinfo
|
d300b755a4c07d3865a85599ad1f76fa00ce8bb2e6852a0d62ddec6b192537d1edad0a0b1b1e226c53f576aacd58ff5aaacaadf90dd033b38d2880d816a33cfc deviceinfo
|
||||||
"
|
"
|
||||||
|
|
|
@ -37,4 +37,6 @@ deviceinfo_flash_sparse="true"
|
||||||
deviceinfo_usb_idVendor="0x18d1"
|
deviceinfo_usb_idVendor="0x18d1"
|
||||||
deviceinfo_usb_idProduct="0x4ee3"
|
deviceinfo_usb_idProduct="0x4ee3"
|
||||||
|
|
||||||
|
# Additional features
|
||||||
|
deviceinfo_flash_kernel_on_update="true"
|
||||||
deviceinfo_super_partitions="/dev/mmcblk0p68 /dev/mmcblk0p69"
|
deviceinfo_super_partitions="/dev/mmcblk0p68 /dev/mmcblk0p69"
|
||||||
|
|
Loading…
Reference in a new issue