added md5 sums

This commit is contained in:
moonman 2012-12-11 19:58:30 -07:00
parent d114dd5243
commit 940f9dd85d
2 changed files with 4287 additions and 1 deletions

View file

@ -27,11 +27,33 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
'aufs3-standalone.patch'
'aufs3-git-extras.patch'
'config'
'mach-types::http://www.arm.linux.org.uk/developer/machines/download.php'
'mach-types'
'change-default-console-loglevel.patch'
'usb-add-reset-resume-quirk-for-several-webcams.patch'
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.1.0-v5r1/0001-block-prepare-I-O-context-code-for-BFQ-v5r1-for-3.1.patch"
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.1.0-v5r1/0002-block-cgroups-kconfig-build-bits-for-BFQ-v5r1-3.1.patch"
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.1.0-v5r1/0003-block-introduce-the-BFQ-v5r1-I-O-sched-for-3.1.patch"
"http://download.gna.org/cryptodev-linux/cryptodev-linux-${cryptover}.tar.gz")
md5sums=('8d43453f8159b2332ad410b19d86a931'
'a8e1c25a93a685ec2a1c3a808715fe9d'
'ee2f814b8e7aded2c3eb0c04003d13ae'
'61dbbcdb0f35032ea7f82c5b1ef7c769'
'f5d3635da03cb45904bedd69b47133de'
'3f64ed9d71499fe9293dc671f4e4087e'
'29628745258df910abfb8cb24ca3ccd9'
'c9e6e8bb0774a89f7f9bd30a13be7532'
'55b04499a4578e586cf5a4d0b69fc5aa'
'6ca78ea820a63a37f7650eac48321a55'
'9506a43fff451fda36d5d7b1f5eaed04'
'9d3c56a4b999c8bfbd4018089a62f662'
'd00814b57448895e65fbbc800e8a58ba'
'583160bc10eaf89874a841b517f5e115'
'7d33a67155bfef132b388583a73b8403'
'af97823b3cdddf5bc65d23743820bdbd'
'3a4b8d23c1708283e29477931d63ffb8')
build() {
cd "${srcdir}/linux-${_basekernel}"
@ -50,6 +72,11 @@ build() {
patch -Np1 -i "${srcdir}/support.patch"
cp "${srcdir}/mach-types" arch/arm/tools
#Add BFQ I/O scheduler patches
patch -Np1 -i "${srcdir}/0001-block-prepare-I-O-context-code-for-BFQ-v5r1-for-3.1.patch"
patch -Np1 -i "${srcdir}/0002-block-cgroups-kconfig-build-bits-for-BFQ-v5r1-3.1.patch"
patch -Np1 -i "${srcdir}/0003-block-introduce-the-BFQ-v5r1-I-O-sched-for-3.1.patch"
# Add AUFS3 patches
patch -Np1 -i "${srcdir}/aufs3-kbuild.patch"
patch -Np1 -i "${srcdir}/aufs3-base.patch"

4259
core/linux/mach-types Normal file

File diff suppressed because it is too large Load diff