temp/u-boot-pinephone: automatic upgrade with checksum validation (MR 2155)
This commit is contained in:
parent
3b2e6a6cec
commit
abf1beb999
|
@ -1,7 +1,7 @@
|
||||||
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
||||||
pkgname=u-boot-pinephone
|
pkgname=u-boot-pinephone
|
||||||
pkgver=2021.01_git20201228
|
pkgver=2021.01_git20201228
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
# Last commit from "crust" branch, as used in "crust-meta":
|
# Last commit from "crust" branch, as used in "crust-meta":
|
||||||
# https://gitlab.com/pine64-org/crust-meta/-/blob/8886bcc829179bf77216fade71f0ede9bd014e67/Makefile#L78
|
# https://gitlab.com/pine64-org/crust-meta/-/blob/8886bcc829179bf77216fade71f0ede9bd014e67/Makefile#L78
|
||||||
_commit="7492749fec31b1086bc8933bf113a766aea021aa"
|
_commit="7492749fec31b1086bc8933bf113a766aea021aa"
|
||||||
|
@ -17,7 +17,7 @@ source="https://gitlab.com/pine64-org/u-boot/-/archive/$_commit/u-boot-$_commit.
|
||||||
update-u-boot
|
update-u-boot
|
||||||
"
|
"
|
||||||
builddir="$srcdir/u-boot-$_commit"
|
builddir="$srcdir/u-boot-$_commit"
|
||||||
|
install="$pkgname.post-upgrade"
|
||||||
frequencies='528 552 624'
|
frequencies='528 552 624'
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
3
temp/u-boot-pinephone/u-boot-pinephone.post-upgrade
Normal file
3
temp/u-boot-pinephone/u-boot-pinephone.post-upgrade
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
update-u-boot -s
|
Loading…
Reference in New Issue
Block a user