core/linux-aarch64 to 4.6.1-1

This commit is contained in:
Kevin Mihelich 2016-06-02 02:35:16 +00:00
parent 79853a5173
commit 8fac944dcf

View file

@ -7,7 +7,7 @@ pkgbase=linux-aarch64
_srcname=linux-4.6 _srcname=linux-4.6
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform" _desc="AArch64 multi-platform"
pkgver=4.6.0 pkgver=4.6.1
pkgrel=1 pkgrel=1
arch=('aarch64') arch=('aarch64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -15,11 +15,12 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
options=('!strip') options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz" 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' '0001-arm64-acpi-drop-expert-patch.patch'
'config' 'config'
'linux.preset') 'linux.preset')
md5sums=('d2927020e24a76da4ab482a8bc3e9ef3' md5sums=('d2927020e24a76da4ab482a8bc3e9ef3'
'e3479d9c8a0e8757c16eb03a4258587c'
'dedf9caa72844bcf970f1515cd1bcfd5' 'dedf9caa72844bcf970f1515cd1bcfd5'
'4d95cba7a94f20f031f0f981589d633e' '4d95cba7a94f20f031f0f981589d633e'
'b5ef67d6086e20de7b82265f562f88b1') 'b5ef67d6086e20de7b82265f562f88b1')
@ -28,7 +29,7 @@ prepare() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
# add upstream patch # add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver} git apply --whitespace=nowarn ../patch-${pkgver}
# ALARM patches # ALARM patches
git apply ../0001-arm64-acpi-drop-expert-patch.patch git apply ../0001-arm64-acpi-drop-expert-patch.patch