rpi-kernel: update to 4.19.127.

[ci skip]

- Built for armv6l, armv7l, and aarch64.
- Tested on armv6l, armv7l.
This commit is contained in:
Peter Bui 2020-06-14 15:19:27 -04:00 committed by Piraty
parent 3642efa70d
commit aa9bfcf7e3

View file

@ -5,11 +5,11 @@
#
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
_githash="f0e620550b8b422fef4adcabb2d0e8e69f1fec75"
_githash="abaa3760da89d6fb38e55473fffc9a31dd0b1d7a"
_gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=4.19.122
version=4.19.127
revision=1
wrksrc="linux-${_githash}"
maintainer="Peter Bui <pbui@github.bx612.space>"
@ -17,7 +17,7 @@ homepage="http://www.kernel.org"
license="GPL-2.0-only"
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=33601014b658e2257a51c9b474bd590f75193e11cf78ac200fa5e6dea0caf6d8
checksum=b7345333ee90949dabc8e7fa184c443dc43781bdd3703e2203ad084274b50f24
python_version=2
_kernver="${version}_${revision}"