Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
9f92fddb
Commit
9f92fddb
authored
6 years ago
by
Carlo Landmeter
Browse files
Options
Downloads
Patches
Plain Diff
testing/raspberrypi-bootloader: upgrade to 1.20180417 and split fw
parent
af8c151a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/raspberrypi-bootloader/APKBUILD
+33
-14
33 additions, 14 deletions
testing/raspberrypi-bootloader/APKBUILD
with
33 additions
and
14 deletions
testing/raspberrypi-bootloader/APKBUILD
+
33
−
14
View file @
9f92fddb
# Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
# Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname
=
raspberrypi-bootloader
pkgname
=
raspberrypi-bootloader
pkgver
=
1.201
71029
pkgver
=
1.201
80417
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Bootloader files for the Raspberry Pi"
pkgdesc
=
"Bootloader files for the Raspberry Pi"
url
=
https://github.com/raspberrypi/firmware
url
=
https://github.com/raspberrypi/firmware
arch
=
"armhf"
arch
=
"armhf
aarch64
"
license
=
"custom"
license
=
"custom"
depends
=
""
depends
=
""
makedepends
=
""
makedepends
=
""
install
=
install
=
options
=
"!check !strip"
options
=
"!check !strip
!tracedeps !spdx
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/raspberrypi/firmware/archive/
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/raspberrypi/firmware/archive/
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-
x:bootloader_x
"
subpackages
=
"
$pkgname
-
experimental
$pkgname
-debug
$pkgname
-cutdown
$pkgname
-doc
"
builddir
=
"
${
srcdir
}
/firmware-
${
pkgver
}
"
builddir
=
"
${
srcdir
}
/firmware-
${
pkgver
}
"
package
()
{
package
()
{
cd
"
$builddir
"
/boot
local
fw
;
for
fw
in
bootcode.bin fixup.dat start.elf
;
do
mkdir
-p
"
$pkgdir
"
/boot
install
-D
"
$builddir
"
/boot/
$fw
\
cp
bootcode.bin fixup.dat start.elf
"
$pkgdir
"
/boot/
"
$pkgdir
"
/boot/
$fw
done
install
-Dm
644
"
$builddir
"
/boot/LICENCE.broadcom
\
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
experimental
()
{
pkgdesc
=
"Experimental firmware with additional codecs"
local
fw
;
for
fw
in
start_x.elf fixup_x.dat
;
do
install
-D
"
$builddir
"
/boot/
$fw
\
"
$subpkgdir
"
/boot/
$fw
done
}
}
bootloader_x
()
{
debug
()
{
pkgdesc
=
"
Extra codecs for the Raspberry Pi
"
pkgdesc
=
"
Debug firmware
"
depends
=
"
$pkgname
"
local
fw
;
for
fw
in
start_db.elf fixup_db.dat
;
do
cd
"
$builddir
"
/boot
install
-D
"
$builddir
"
/boot
/
$fw
\
mkdir
-p
"
$subpkgdir
"
/boot
"
$subpkgdir
"
/boot
/
$fw
cp
start_x.elf start_cd.elf start_db.elf fixup_x.dat fixup_cd.dat fixup_db.dat
"
$subpkgdir
"
/boot/
done
}
}
cutdown
()
{
pkgdesc
=
"Cut-down firmware for lower memory settings"
local
fw
;
for
fw
in
start_cd.elf fixup_cd.dat
;
do
install
-D
"
$builddir
"
/boot/
$fw
\
"
$subpkgdir
"
/boot/
$fw
done
}
sha512sums
=
"
654fd99a2b33e7813353a4bb71e7ca5ab1063c92f4a3aea74c3651c3a96b3bfb891986dcd18a3c6da39231828b71a2c00c64398555af
d24c6
eb9e9ad9813d897
raspberrypi-bootloader-1.201
71029
.tar.gz"
sha512sums
=
"
0ba4d81ae44e430094151f85838133884123a504ceabf8bcb0fdb0561019fa6c59d964a76f10ba6017d96514eef4de
d24
b
c6
c09c7a4a88e9aaa16c1a0a0fd0f1
raspberrypi-bootloader-1.201
80417
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment