Skip to content

Commit bfb5bd4

Browse files
committed
pkg: pine64: uboot-pinephone: remove boot configuration
These files are now installed in the device meta-packages
1 parent 7be6783 commit bfb5bd4

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

PKGBUILDS/pine64/uboot-pinephone/PKGBUILD

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ buildarch=8
55

66
pkgname=uboot-pinephone
77
pkgver=2022.01
8-
pkgrel=4
8+
pkgrel=5
99
pkgdesc="U-Boot for PinePhone"
1010
arch=('aarch64')
1111
url='http://www.denx.de/wiki/U-Boot/WebHome'
1212
license=('GPL')
13-
depends=('uboot-tools') # we need this for mkscr
1413
makedepends=('bc' 'python' 'swig' 'dtc' 'python-setuptools')
1514
install=${pkgname}.install
16-
backup=("boot/boot.txt")
1715

1816
_commit_atf="d005bfcdff423fc84f03c657e0dcdb4b45621b22"
1917

@@ -23,8 +21,6 @@ source=("https://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
2321
'0001-expose-DRAM-clock-speed.patch'
2422
'Improve-Allwinner-A64-timer-workaround.patch'
2523
'Add-volume_key-environment-variable.patch'
26-
'boot.txt'
27-
'mkscr'
2824
'update-u-boot'
2925
'scp.bin')
3026
md5sums=('49ba74a214d14c6340c8067bc1ed5fa0'
@@ -33,8 +29,6 @@ md5sums=('49ba74a214d14c6340c8067bc1ed5fa0'
3329
'061a510280d16bddf16679cf0d23bf6e'
3430
'98ad5f31b1d7ff2e6e03555f29ebc6e6'
3531
'fb9def68f0b44c69f88f7923e21379cc'
36-
'06c27a80909035513aac45036e8d954b'
37-
'021623a04afd29ac3f368977140cfbfd'
3832
'c251a9b0601caa3dd6b805aa0889660f'
3933
'90616d501a12d6f7a12c4349f789c343')
4034

@@ -132,6 +126,5 @@ package() {
132126
cp u-boot-sunxi-with-spl-pinetab{-624,-552,-528,-492}.bin "${pkgdir}"/boot
133127
cp u-boot-sunxi-with-spl-pinephone{-624,-552,-528,-492}.bin "${pkgdir}"/boot
134128

135-
cp ../boot.txt ../mkscr "${pkgdir}"/boot
136129
mkdir -p "${pkgdir}"/usr/bin && cp ../update-u-boot "${pkgdir}"/usr/bin
137130
}

PKGBUILDS/pine64/uboot-pinephone/boot.txt

-50
This file was deleted.

PKGBUILDS/pine64/uboot-pinephone/mkscr

-9
This file was deleted.

0 commit comments

Comments
 (0)