mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rpi-kernel: update to 5.15.61.
This commit is contained in:
parent
1908007b1d
commit
0c61d167e2
1 changed files with 6 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'rpi-kernel'
|
# Template file for 'rpi-kernel'
|
||||||
#
|
#
|
||||||
# We track the latest Raspberry Pi LTS kernel as that is what is used in the
|
# 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
|
# 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.
|
# "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
|
# WARNING: keep all rpi*-kernel packages in sync
|
||||||
|
|
||||||
_githash="82c6f8643398e222099066bfffb2070772f0696f"
|
_githash="64ad74084fa44abe8689564071df5729ded4c589"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=5.10.110
|
version=5.15.61
|
||||||
revision=1
|
revision=1
|
||||||
archs="armv6l*"
|
archs="armv6l*"
|
||||||
wrksrc="linux-${_githash}"
|
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"
|
makedepends="ncurses-devel"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
short_desc="Linux kernel for Raspberry Pi zero/1 (${version%.*} series [git ${_gitshort}])"
|
short_desc="Linux kernel for Raspberry Pi zero/1 (${version%.*} series [git ${_gitshort}])"
|
||||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||||
checksum=f3ee7782c90ecb3e468e89602248a1de45b466d5d4c1af4748f7ca088c0fcab3
|
checksum=8257604cc47792007284cc2640d7dd9f70fab062a7c596e92903e99718434244
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
@ -206,10 +206,6 @@ do_install() {
|
||||||
mkdir -p ${hdrdest}/net/mac80211/
|
mkdir -p ${hdrdest}/net/mac80211/
|
||||||
cp net/mac80211/*.h ${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
|
# Remove unneeded architectures
|
||||||
# (save the correct one + Kconfig and delete all others)
|
# (save the correct one + Kconfig and delete all others)
|
||||||
mkdir -p arch-backup
|
mkdir -p arch-backup
|
||||||
|
|
Loading…
Add table
Reference in a new issue