core/linux-raspberrypi4 to 5.10.63-3

Fixes https://github.com/raspberrypi/linux/issues/4575
This commit is contained in:
graysky 2021-09-11 13:48:00 -04:00
parent 362723b441
commit 86341db4ff

View file

@ -11,7 +11,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi 4"
pkgver=5.10.63
pkgrel=2
pkgrel=3
arch=('armv7h' 'aarch64')
url="http://www.kernel.org/"
license=('GPL2')
@ -23,12 +23,14 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
'cmdline.txt'
'linux.preset'
'0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch'
'0002-Revert-drm-vc4-hdmi-Remove-the-DDC-probing-for-statu.patch'
'60-linux.hook'
'90-linux.hook')
md5sums=('f20a487737797330687518e9c9573a3f'
'31c02f4518d46deb5f0c2ad1f8b083cd'
'86d4a35722b5410e3b29fc92dae15d4b'
'f66a7ea3feb708d398ef57e4da4815e9'
'051ba07146602eab77484b99e3b3294b'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'441ec084c47cddc53e592fb0cbce4edf')
md5sums_armv7h=('49e21ac4ec344d22bc09dca53503e4ac'
@ -53,6 +55,7 @@ prepare() {
# consistent behavior of lscpu on arm/arm64
patch -Np1 -i ../0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
patch -Np1 -i ../0002-Revert-drm-vc4-hdmi-Remove-the-DDC-probing-for-statu.patch
}
build() {