@@ -5,15 +5,13 @@ buildarch=8
5
5
6
6
pkgname=uboot-pinephone
7
7
pkgver=2022.01
8
- pkgrel=4
8
+ pkgrel=5
9
9
pkgdesc=" U-Boot for PinePhone"
10
10
arch=(' aarch64' )
11
11
url=' http://www.denx.de/wiki/U-Boot/WebHome'
12
12
license=(' GPL' )
13
- depends=(' uboot-tools' ) # we need this for mkscr
14
13
makedepends=(' bc' ' python' ' swig' ' dtc' ' python-setuptools' )
15
14
install=${pkgname} .install
16
- backup=(" boot/boot.txt" )
17
15
18
16
_commit_atf=" d005bfcdff423fc84f03c657e0dcdb4b45621b22"
19
17
@@ -23,8 +21,6 @@ source=("https://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
23
21
' 0001-expose-DRAM-clock-speed.patch'
24
22
' Improve-Allwinner-A64-timer-workaround.patch'
25
23
' Add-volume_key-environment-variable.patch'
26
- ' boot.txt'
27
- ' mkscr'
28
24
' update-u-boot'
29
25
' scp.bin' )
30
26
md5sums=(' 49ba74a214d14c6340c8067bc1ed5fa0'
@@ -33,8 +29,6 @@ md5sums=('49ba74a214d14c6340c8067bc1ed5fa0'
33
29
' 061a510280d16bddf16679cf0d23bf6e'
34
30
' 98ad5f31b1d7ff2e6e03555f29ebc6e6'
35
31
' fb9def68f0b44c69f88f7923e21379cc'
36
- ' 06c27a80909035513aac45036e8d954b'
37
- ' 021623a04afd29ac3f368977140cfbfd'
38
32
' c251a9b0601caa3dd6b805aa0889660f'
39
33
' 90616d501a12d6f7a12c4349f789c343' )
40
34
@@ -132,6 +126,5 @@ package() {
132
126
cp u-boot-sunxi-with-spl-pinetab{-624,-552,-528,-492}.bin " ${pkgdir} " /boot
133
127
cp u-boot-sunxi-with-spl-pinephone{-624,-552,-528,-492}.bin " ${pkgdir} " /boot
134
128
135
- cp ../boot.txt ../mkscr " ${pkgdir} " /boot
136
129
mkdir -p " ${pkgdir} " /usr/bin && cp ../update-u-boot " ${pkgdir} " /usr/bin
137
130
}
0 commit comments