mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/uboot-raspberrypi to 2019.04-1
This commit is contained in:
parent
4778f5aa09
commit
cbf7d26831
1 changed files with 10 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
buildarch=12
|
buildarch=12
|
||||||
|
|
||||||
pkgname=uboot-raspberrypi
|
pkgname=uboot-raspberrypi
|
||||||
pkgver=2018.07
|
pkgver=2019.04
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="U-Boot for Raspberry Pi"
|
pkgdesc="U-Boot for Raspberry Pi"
|
||||||
arch=('armv7h' 'aarch64')
|
arch=('armv7h' 'aarch64')
|
||||||
|
@ -14,14 +14,22 @@ backup=('boot/boot.txt' 'boot/boot.scr' 'boot/config.txt')
|
||||||
makedepends=('bc' 'dtc' 'git')
|
makedepends=('bc' 'dtc' 'git')
|
||||||
conflicts_armv7h=('linux-raspberrypi')
|
conflicts_armv7h=('linux-raspberrypi')
|
||||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
||||||
|
'0001-Fix-bcm2835_video_probe-with-newer-firmware.patch'
|
||||||
'boot.txt.v2'
|
'boot.txt.v2'
|
||||||
'boot.txt.v3'
|
'boot.txt.v3'
|
||||||
'mkscr')
|
'mkscr')
|
||||||
md5sums=('2b8eaa30dd118b29889669070da22bb0'
|
md5sums=('543299cbbf0b9c0ae0c9579a006df2b7'
|
||||||
|
'7ca52bae8504e22e3ca0300c8ccf5866'
|
||||||
'69e883f0b8d1686b32bdf79684623f06'
|
'69e883f0b8d1686b32bdf79684623f06'
|
||||||
'be8abe44b86d63428d7ac3acc64ee3bf'
|
'be8abe44b86d63428d7ac3acc64ee3bf'
|
||||||
'021623a04afd29ac3f368977140cfbfd')
|
'021623a04afd29ac3f368977140cfbfd')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd u-boot-${pkgver/rc/-rc}
|
||||||
|
|
||||||
|
patch -p1 -i ../0001-Fix-bcm2835_video_probe-with-newer-firmware.patch
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd u-boot-${pkgver/rc/-rc}
|
cd u-boot-${pkgver/rc/-rc}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue