Skip to content

Commit

Permalink
pkg: pine64: uboot-pinephone: remove boot configuration
Browse files Browse the repository at this point in the history
These files are now installed in the device meta-packages
  • Loading branch information
ArenM committed May 30, 2022
1 parent 7be6783 commit bfb5bd4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
9 changes: 1 addition & 8 deletions PKGBUILDS/pine64/uboot-pinephone/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ buildarch=8

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

_commit_atf="d005bfcdff423fc84f03c657e0dcdb4b45621b22"

Expand All @@ -23,8 +21,6 @@ source=("https://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
'0001-expose-DRAM-clock-speed.patch'
'Improve-Allwinner-A64-timer-workaround.patch'
'Add-volume_key-environment-variable.patch'
'boot.txt'
'mkscr'
'update-u-boot'
'scp.bin')
md5sums=('49ba74a214d14c6340c8067bc1ed5fa0'
Expand All @@ -33,8 +29,6 @@ md5sums=('49ba74a214d14c6340c8067bc1ed5fa0'
'061a510280d16bddf16679cf0d23bf6e'
'98ad5f31b1d7ff2e6e03555f29ebc6e6'
'fb9def68f0b44c69f88f7923e21379cc'
'06c27a80909035513aac45036e8d954b'
'021623a04afd29ac3f368977140cfbfd'
'c251a9b0601caa3dd6b805aa0889660f'
'90616d501a12d6f7a12c4349f789c343')

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

cp ../boot.txt ../mkscr "${pkgdir}"/boot
mkdir -p "${pkgdir}"/usr/bin && cp ../update-u-boot "${pkgdir}"/usr/bin
}
50 changes: 0 additions & 50 deletions PKGBUILDS/pine64/uboot-pinephone/boot.txt

This file was deleted.

9 changes: 0 additions & 9 deletions PKGBUILDS/pine64/uboot-pinephone/mkscr

This file was deleted.

0 comments on commit bfb5bd4

Please sign in to comment.