core/linux-aarch64 to 4.5.1-1

This commit is contained in:
Kevin Mihelich 2016-04-14 00:35:30 +00:00
parent 254c0e286a
commit 62a8099463

View file

@ -7,15 +7,15 @@ pkgbase=linux-aarch64
_srcname=linux-4.5
_kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform"
pkgver=4.5.0
pkgrel=2
pkgver=4.5.1
pkgrel=1
arch=('aarch64')
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/v4.x/${_srcname}.tar.xz"
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
'0001-arm64-acpi-drop-expert-patch.patch'
'0002-devicetree-bindings-Document-qcom-msm-id-and-qcom-bo.patch'
'0003-arm64-dts-Add-Qualcomm-MSM8916-MTP8916-ids.patch'
@ -23,6 +23,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'config'
'linux.preset')
md5sums=('a60d48eee08ec0536d5efb17ca819aef'
'1df9ff0283c1732ebbf7c55f340a121b'
'c8e84e01e8f88b47edba6a479942cc6e'
'66de90ece2f3dcae72ee4c27ddd37b38'
'29d5fafca011d80a8cfbffb5ebbfd327'
@ -34,7 +35,7 @@ prepare() {
cd "${srcdir}/${_srcname}"
# add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver}
git apply --whitespace=nowarn ../patch-${pkgver}
# ALARM patches
git apply ../0001-arm64-acpi-drop-expert-patch.patch