mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added alarm/raspberrypi-firmware
This commit is contained in:
parent
07ebebc1b3
commit
451f0f1621
2 changed files with 28 additions and 0 deletions
25
alarm/raspberrypi-firmware/PKGBUILD
Normal file
25
alarm/raspberrypi-firmware/PKGBUILD
Normal file
|
@ -0,0 +1,25 @@
|
|||
plugrel=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=raspberrypi-firmware
|
||||
pkgver=20120317
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware files for Raspberry Pi"
|
||||
arch=('any')
|
||||
url="https://github.com/raspberrypi/firmware"
|
||||
license=('custom')
|
||||
provides=('raspberrypi-firmware')
|
||||
conflicts=()
|
||||
backup=(boot/{cmdline,config}.txt)
|
||||
replaces=()
|
||||
options=(!strip)
|
||||
source=(config.txt)
|
||||
md5sums=('0745afd44de4fe969b4ecb8d47d6a1c0')
|
||||
|
||||
package() {
|
||||
git clone git://github.com/raspberrypi/firmware.git
|
||||
rm "${srcdir}"/firmware/boot/kernel.img
|
||||
cat "${srcdir}"/config.txt > "${srcdir}"/firmware/boot/config.txt
|
||||
cp -R "${srcdir}"/firmware/{boot,opt} "${pkgdir}"
|
||||
}
|
||||
|
3
alarm/raspberrypi-firmware/config.txt
Normal file
3
alarm/raspberrypi-firmware/config.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#hdmi_mode=19
|
||||
arm_freq=800
|
||||
enable_l2cache=1
|
Loading…
Reference in a new issue