core/linux-aarch64 to 5.0.1-1

This commit is contained in:
Kevin Mihelich 2019-03-10 20:59:35 +00:00
parent 14268555e8
commit 2026bdeb2b

View file

@ -7,15 +7,15 @@ pkgbase=linux-aarch64
_srcname=linux-5.0
_kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform"
pkgver=5.0.0
pkgrel=2
pkgver=5.0.1
pkgrel=1
arch=('aarch64')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
#"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch'
'0003-arm64-dts-rockchip-add-usb3-controller-node-for-RK33.patch'
@ -29,6 +29,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
'60-linux.hook'
'90-linux.hook')
md5sums=('7381ce8aac80a01448e065ce795c19c0'
'488f0f1b00a0861b4c3ddf578f1bd548'
'bca6950ebc7146384de4d37579bf576b'
'4aa33b50a14edcc63a406a4de744c413'
'dc8ec5415f6a1af425316c310f747fa7'
@ -46,7 +47,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-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch