core/linux-aarch64 to 5.17.1-1

This commit is contained in:
Kevin Mihelich 2022-03-28 23:43:37 +00:00
parent 76d830734c
commit 40fe0de831

View file

@ -7,7 +7,7 @@ pkgbase=linux-aarch64
_srcname=linux-5.17 _srcname=linux-5.17
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform" _desc="AArch64 multi-platform"
pkgver=5.17.0 pkgver=5.17.1
pkgrel=1 pkgrel=1
arch=('aarch64') arch=('aarch64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -15,7 +15,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
options=('!strip') options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz" 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' '0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch' '0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch'
'config' 'config'
@ -26,6 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
'60-linux.hook' '60-linux.hook'
'90-linux.hook') '90-linux.hook')
md5sums=('07321a70a48d062cebd0358132f11771' md5sums=('07321a70a48d062cebd0358132f11771'
'5a015eeaa9a3bf5bea84290f54ccf48d'
'91d1298599aa31b10f1f3954a450b6c3' '91d1298599aa31b10f1f3954a450b6c3'
'3b781286c0b97cec552ad6c8a7a019dd' '3b781286c0b97cec552ad6c8a7a019dd'
'c9ab067d6872140eb73bf2d16739fe05' 'c9ab067d6872140eb73bf2d16739fe05'
@ -45,7 +46,7 @@ prepare() {
echo "${pkgbase#linux}" > localversion.20-pkgname echo "${pkgbase#linux}" > localversion.20-pkgname
# 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-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch