rpi-kernel: update to 6.6.42.
This commit is contained in:
parent
fc86131c9f
commit
6329590936
|
@ -12,10 +12,10 @@
|
|||
#
|
||||
# Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html
|
||||
pkgname=rpi-kernel
|
||||
version=6.6.35
|
||||
version=6.6.42
|
||||
revision=1
|
||||
_githash=d2813c02131b9ddf938277f4123da7ccbd113ea7
|
||||
archs="armv6l* armv7l* aarch64*"
|
||||
_githash=bfbd468e81defa70d4356a1a3e467cc5d67ca89b
|
||||
archs="aarch64* armv6l* armv7l*"
|
||||
build_wrksrc="build-rpi"
|
||||
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
|
||||
makedepends="ncurses-devel"
|
||||
|
@ -24,7 +24,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://www.kernel.org"
|
||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||
checksum=a443bcb9f4548db18b8774e448ed4ed811abc26b32cf017e0ae691abc2789db9
|
||||
checksum=cc626cbd0306adcb881892e32a5cbe31b02f58f5f95535f549860d1f5751418a
|
||||
python_version=3
|
||||
provides="rpi-kernel-${version}_${revision}"
|
||||
replaces="rpi5-kernel>=0"
|
||||
|
|
Loading…
Reference in New Issue