alarm/raspberrypi-firmware to 20120428-1

This commit is contained in:
Kevin Mihelich 2012-04-28 13:29:48 -04:00
parent bed5652f62
commit a139e1dedd
3 changed files with 1 additions and 11 deletions

View file

@ -2,7 +2,7 @@ plugrel=1
noautobuild=1
pkgname=raspberrypi-firmware
pkgver=20120427
pkgver=20120428
pkgrel=1
pkgdesc="Firmware files for Raspberry Pi"
arch=('any')
@ -10,15 +10,9 @@ url="https://github.com/raspberrypi/firmware"
makedepends=('git')
license=('custom')
options=(!strip)
source=("config.txt" "cmdline.txt")
md5sums=('4ac23968f7a23c435f468c88d6f34d05'
'e226755a6bb1b4beb229ce5d30780d0c')
package() {
git clone --depth 1 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}"
cat "${srcdir}/config.txt" > "${pkgdir}/boot/config.txt"
cat "${srcdir}/cmdline.txt" > "${pkgdir}/boot/cmdline.txt"
}

View file

@ -1 +0,0 @@
dwc_otg.dma_enable=1 dwc_otg.dma_burst_size=256 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 loglevel=2 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait

View file

@ -1,3 +0,0 @@
#hdmi_mode=19
#arm_freq=800
disable_overscan=1