core/linux-armv5 to 3.16.1-1

This commit is contained in:
Kevin Mihelich 2014-08-15 01:10:44 +00:00
parent 6a8149abdc
commit 8d4cd53d72

View file

@ -7,15 +7,15 @@ pkgbase=linux-armv5
_srcname=linux-3.16
_kernelname=${pkgbase#linux}
_desc="ARMv5 based platforms"
pkgver=3.16.0
pkgrel=2
pkgver=3.16.1
pkgrel=1
arch=('arm')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
#"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
'0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch'
@ -25,6 +25,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'archlinuxarm.patch'
'config')
md5sums=('5c569ed649a0c9711879f333e90c5386'
'9da4b0f5e343455b8141bcfa47e88cf5'
'SKIP'
'5add8cc8a029016f05270f73c7863931'
'3a1e689563354c2f9f2d2764e1baa334'
@ -37,7 +38,7 @@ prepare() {
cd "${srcdir}/${_srcname}"
# add upstream patch
#git apply "${srcdir}/patch-${pkgver}"
git apply "${srcdir}/patch-${pkgver}"
# ALARM patches
git apply ../0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch