temp/u-boot-pinephone: automatic upgrade with checksum validation (MR 2155)
This commit is contained in:
parent
3b2e6a6cec
commit
abf1beb999
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
||||
pkgname=u-boot-pinephone
|
||||
pkgver=2021.01_git20201228
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
# Last commit from "crust" branch, as used in "crust-meta":
|
||||
# https://gitlab.com/pine64-org/crust-meta/-/blob/8886bcc829179bf77216fade71f0ede9bd014e67/Makefile#L78
|
||||
_commit="7492749fec31b1086bc8933bf113a766aea021aa"
|
||||
|
@ -17,7 +17,7 @@ source="https://gitlab.com/pine64-org/u-boot/-/archive/$_commit/u-boot-$_commit.
|
|||
update-u-boot
|
||||
"
|
||||
builddir="$srcdir/u-boot-$_commit"
|
||||
|
||||
install="$pkgname.post-upgrade"
|
||||
frequencies='528 552 624'
|
||||
|
||||
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 a new issue