mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-raspberrypi-latest to 3.14.2-1; BFQ to v7r3
This commit is contained in:
parent
46f734d0a3
commit
413fe31cf8
1 changed files with 8 additions and 8 deletions
|
@ -5,13 +5,13 @@
|
|||
buildarch=18
|
||||
|
||||
pkgbase=linux-raspberrypi-latest
|
||||
_commit=3ba9e28c7033a26cc00a860df9c751aa5ab68850
|
||||
_commit=4b3694f20b99274c03043ab931095481c9180cd8
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.14.1
|
||||
pkgrel=2
|
||||
bfqver=v7r2
|
||||
pkgver=3.14.2
|
||||
pkgrel=1
|
||||
bfqver=v7r3
|
||||
|
||||
arch=('arm armv6h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -31,7 +31,7 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${pkgver:0:4}.0-${bfqver}/0002-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-${pkgver:0:4}.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${pkgver:0:4}.0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for-${pkgver:0:4}.0.patch")
|
||||
|
||||
md5sums=('a66044eab060abd79f7fdaab0e773f7e'
|
||||
md5sums=('936428eadf6ec79678932743cc51a6c1'
|
||||
'61ce282c518b6c09cf3623f20b64a386'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
'c0d63f4d42fd334bf31e4f749d4694f3'
|
||||
|
@ -40,9 +40,9 @@ md5sums=('a66044eab060abd79f7fdaab0e773f7e'
|
|||
'2f82dbe5752af65ff409d737caf11954'
|
||||
'8e91bb5369dabec81bcd28b8d6484898'
|
||||
'SKIP'
|
||||
'42aec4f3943140e8346a778f8967b8e5'
|
||||
'f1eea13a89f4dbcb5cb1ae3d097ef6a0'
|
||||
'0bccf1a2c80875e70287e20b8c2a8b19')
|
||||
'c958730ec91b3c9e5cb5e173e8083624'
|
||||
'd22dbdac83384fd9d6acaaec0d3621f6'
|
||||
'5bbacc0879a314b7c40e73bfa66942bf')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
Loading…
Reference in a new issue