mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi to 3.10.30-2
This commit is contained in:
parent
1b825d244a
commit
b1f2852654
1 changed files with 5 additions and 6 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=18
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=26d1de2993c81c01f91ebc93a1fad8957c9ece17
|
||||
_commit=da615ca166e29412a8910d43a829107e25b47457
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.10.30
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('arm armv6h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -22,10 +22,9 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'boot-uncompressed.txt'
|
||||
'imagetool-uncompressed.py'
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}.x"
|
||||
'rasclockPCF2127.patch::http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/patch/?id=18cb6368f0b0fc6a28bd49ee547b4f655db97fc3')
|
||||
'rasclock-PCF2127.patch::http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/patch/?id=18cb6368f0b0fc6a28bd49ee547b4f655db97fc3')
|
||||
|
||||
|
||||
md5sums=('8e2d4485df07a7b529face9bc6eada6b'
|
||||
md5sums=('c17a0b41c346975580326cbf1e74a5c3'
|
||||
'faaeeb04891e260b3384d30a836ef2f2'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'9335d1263fd426215db69841a380ea26'
|
||||
|
@ -47,7 +46,7 @@ prepare() {
|
|||
cp ${srcdir}/imagetool-uncompressed.py arch/arm/boot/
|
||||
|
||||
# PCF2127 RTC driver for rasclock
|
||||
patch -Np1 -i "${srcdir}/rasclockPCF2127.patch"
|
||||
patch -Np1 -i "${srcdir}/rasclock-PCF2127.patch"
|
||||
|
||||
# AUFS patches
|
||||
cp -ru "${srcdir}/aufs3-standalone/Documentation" .
|
||||
|
|
Loading…
Reference in a new issue