mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/raspberrypi-bootloader to 20240214-1
Official upstream fix for https://github.com/raspberrypi/firmware/issues/1868
This commit is contained in:
parent
8dd0207c8c
commit
0c1d40a259
3 changed files with 4 additions and 11 deletions
|
@ -2,19 +2,16 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
pkgname=raspberrypi-bootloader
|
||||
pkgver=20240213
|
||||
pkgver=20240214
|
||||
pkgrel=1
|
||||
_commit=a43df3a002f60c4c2243a416d045eb5937585e8b
|
||||
_commit=b208f8c7ce1bc3279b8bb89a3ec47c11e87c09bf
|
||||
arch=('any')
|
||||
url="https://github.com/raspberrypi/firmware"
|
||||
license=('custom')
|
||||
options=(!strip)
|
||||
source=("bootloader-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz"
|
||||
fixup4.dat start4.elf)
|
||||
source=("bootloader-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
|
||||
|
||||
md5sums=('a7e656f7e090587daa6b46f3fc0d7d40'
|
||||
'39bb311fd1db7c639aaffddf37f630de'
|
||||
'f1cf42f2ee9d3b6d9bbb2f8c41608ed7')
|
||||
md5sums=('ffed24387d6d1198366648c8a104eff6')
|
||||
|
||||
package() {
|
||||
pkgdesc="Bootloader files for Raspberry Pi"
|
||||
|
@ -23,8 +20,4 @@ package() {
|
|||
|
||||
mkdir -p "${pkgdir}"/boot
|
||||
cp "${srcdir}"/firmware-${_commit}/boot/{*.dat,*.bin,*.elf} "${pkgdir}"/boot
|
||||
|
||||
# https://github.com/raspberrypi/firmware/issues/1868
|
||||
rm "${pkgdir}"/boot/start4.elf "${pkgdir}"/boot/fixup4.dat
|
||||
cp fixup4.dat start4.elf "${pkgdir}"/boot
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue