rpi-kernel: update to 5.15.61.

This commit is contained in:
Jan Christian Grünhage 2022-08-28 12:30:03 +02:00 committed by Michael Aldridge
parent 1908007b1d
commit 0c61d167e2

View File

@ -1,9 +1,9 @@
# Template file for 'rpi-kernel'
#
# We track the latest Raspberry Pi LTS kernel as that is what is used in the
# official Raspbian distribution. This is currently 5.10:
# official Raspberry Pi OS distribution. This is currently 5.15:
#
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=288234
# https://forums.raspberrypi.com/viewtopic.php?t=322879
#
# Commit hash is picked from latest tag [1], if appropriate, or from latest
# "Merge remote-tracking branch 'stable/linux-5.10.y' into rpi-5.10.y" commit.
@ -12,22 +12,22 @@
#
# WARNING: keep all rpi*-kernel packages in sync
_githash="82c6f8643398e222099066bfffb2070772f0696f"
_githash="64ad74084fa44abe8689564071df5729ded4c589"
_gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=5.10.110
version=5.15.61
revision=1
archs="armv6l*"
wrksrc="linux-${_githash}"
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex"
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
makedepends="ncurses-devel"
maintainer="Piraty <piraty1@inbox.ru>"
homepage="http://www.kernel.org"
license="GPL-2.0-only"
short_desc="Linux kernel for Raspberry Pi zero/1 (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=f3ee7782c90ecb3e468e89602248a1de45b466d5d4c1af4748f7ca088c0fcab3
checksum=8257604cc47792007284cc2640d7dd9f70fab062a7c596e92903e99718434244
python_version=3
_kernver="${version}_${revision}"
@ -206,10 +206,6 @@ do_install() {
mkdir -p ${hdrdest}/net/mac80211/
cp net/mac80211/*.h ${hdrdest}/net/mac80211
# add dvb headers for external modules
mkdir -p ${hdrdest}/include/config/dvb/
cp include/config/dvb/*.h ${hdrdest}/include/config/dvb/
# Remove unneeded architectures
# (save the correct one + Kconfig and delete all others)
mkdir -p arch-backup