mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-raspberrypi to 3.12.32-1
This commit is contained in:
parent
e62ab23973
commit
baacc3957e
1 changed files with 5 additions and 14 deletions
|
@ -4,11 +4,11 @@
|
|||
buildarch=18
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=519c51ec5c429c84c59a301b65d16fb79e9e09b2
|
||||
_commit=75effe12bf018ba40a8ee03b3b555315200f9267
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.12.31
|
||||
pkgver=3.12.32
|
||||
pkgrel=1
|
||||
arch=('arm armv6h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -20,24 +20,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'args-uncompressed.txt'
|
||||
'boot-uncompressed.txt'
|
||||
'imagetool-uncompressed.py'
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver:0:4}.x"
|
||||
'aufs-linux-3.12.30-fix.patch')
|
||||
|
||||
md5sums=('f3fc4fc6e5dd4c3def4ad1598b0c9a14'
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver:0:4}.31+")
|
||||
md5sums=('57b48e7b88789a698d302a74c400f7b8'
|
||||
'35dd333a1cf485d133e69767f8568165'
|
||||
'9335d1263fd426215db69841a380ea26'
|
||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||
'2f82dbe5752af65ff409d737caf11954'
|
||||
'SKIP'
|
||||
'60d066ad22364f8a6e75d56d192cf9a5')
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
|
||||
# Remove when AUFS3 for 3.12.30+ is out
|
||||
cd "${srcdir}/aufs3-standalone"
|
||||
patch -Np1 -i ${srcdir}/aufs-linux-3.12.30-fix.patch
|
||||
##################################################
|
||||
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
cp ${srcdir}/args-uncompressed.txt arch/arm/boot/
|
||||
|
|
Loading…
Reference in a new issue