mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
buildarch=18
|
||||||
|
|
||||||
pkgbase=linux-raspberrypi
|
pkgbase=linux-raspberrypi
|
||||||
_commit=519c51ec5c429c84c59a301b65d16fb79e9e09b2
|
_commit=75effe12bf018ba40a8ee03b3b555315200f9267
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi"
|
_desc="Raspberry Pi"
|
||||||
pkgver=3.12.31
|
pkgver=3.12.32
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('arm armv6h')
|
arch=('arm armv6h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -20,24 +20,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||||
'args-uncompressed.txt'
|
'args-uncompressed.txt'
|
||||||
'boot-uncompressed.txt'
|
'boot-uncompressed.txt'
|
||||||
'imagetool-uncompressed.py'
|
'imagetool-uncompressed.py'
|
||||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver:0:4}.x"
|
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver:0:4}.31+")
|
||||||
'aufs-linux-3.12.30-fix.patch')
|
md5sums=('57b48e7b88789a698d302a74c400f7b8'
|
||||||
|
|
||||||
md5sums=('f3fc4fc6e5dd4c3def4ad1598b0c9a14'
|
|
||||||
'35dd333a1cf485d133e69767f8568165'
|
'35dd333a1cf485d133e69767f8568165'
|
||||||
'9335d1263fd426215db69841a380ea26'
|
'9335d1263fd426215db69841a380ea26'
|
||||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||||
'2f82dbe5752af65ff409d737caf11954'
|
'2f82dbe5752af65ff409d737caf11954'
|
||||||
'SKIP'
|
'SKIP')
|
||||||
'60d066ad22364f8a6e75d56d192cf9a5')
|
|
||||||
|
|
||||||
prepare() {
|
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}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
cp ${srcdir}/args-uncompressed.txt arch/arm/boot/
|
cp ${srcdir}/args-uncompressed.txt arch/arm/boot/
|
||||||
|
|
Loading…
Reference in a new issue