mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux to 3.1.10-33; drop uksm; BFQ to v7r3
This commit is contained in:
parent
a64d8af208
commit
46f734d0a3
1 changed files with 6 additions and 12 deletions
|
@ -10,10 +10,9 @@ pkgname=('linux' 'linux-headers')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.1
|
||||
pkgver=${_basekernel}.10
|
||||
pkgrel=32
|
||||
pkgrel=33
|
||||
cryptodev_commit=57b5544de80db85c8955499831fdaa30829db77a
|
||||
bfqver=v7r1
|
||||
uksmver=0.1.2.2
|
||||
bfqver=v7r3
|
||||
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -31,7 +30,6 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
|||
'mach-types::http://www.arm.linux.org.uk/developer/machines/download.php'
|
||||
'change-default-console-loglevel.patch'
|
||||
'usb-add-reset-resume-quirk-for-several-webcams.patch'
|
||||
"http://kerneldedup.org/download/uksm/${uksmver}/uksm-${uksmver}-for-v3.1.ge.10.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0001-block-prepare-I-O-context-code-for-BFQ-${bfqver}-for-${_basekernel}.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0002-block-cgroups-kconfig-build-bits-for-BFQ-${bfqver}-${_basekernel}.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0003-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-${_basekernel}.patch"
|
||||
|
@ -49,11 +47,10 @@ md5sums=('8d43453f8159b2332ad410b19d86a931'
|
|||
'SKIP'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
'19685c92623a8176fe3ed41d1ef8c5d9'
|
||||
'463ba3224934240c7053ede55f1be698'
|
||||
'efd859a17c1f36e89ece1de6b5b8f4f7'
|
||||
'8050818f8951873c10ad5cacde656a48'
|
||||
'fe4edc45c3d8fcdaa849f63aa6408d56'
|
||||
'bb2cfeaa20692e7929266b559595a75e'
|
||||
'68ee4e364ca43f1fad1ce8b89a616aa0'
|
||||
'ee18abb06bdf8cf198ac7cdaff0b2d5e'
|
||||
'd68d1775973e866d71599d484a9baea5'
|
||||
'a59f78f0a34cfe321921265246a7b725')
|
||||
|
||||
prepare() {
|
||||
|
@ -79,9 +76,6 @@ msg2 " requested additional support, mach-types"
|
|||
patch -Np1 -i "${srcdir}/support.patch"
|
||||
cp "${srcdir}/mach-types" arch/arm/tools
|
||||
|
||||
msg2 "Add UKSM patch"
|
||||
patch -Np1 -i "${srcdir}/uksm-${uksmver}-for-v3.1.ge.10.patch"
|
||||
|
||||
msg2 "Add BFQ I/O scheduler patches"
|
||||
patch -Np1 -i "${srcdir}/0001-block-prepare-I-O-context-code-for-BFQ-${bfqver}-for-${_basekernel}.patch"
|
||||
patch -Np1 -i "${srcdir}/0002-block-cgroups-kconfig-build-bits-for-BFQ-${bfqver}-${_basekernel}.patch"
|
||||
|
|
Loading…
Reference in a new issue