rpi3-kernel: update to 5.15.61.
This commit is contained in:
parent
fe8597ad54
commit
0709c040f6
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'rpi3-kernel'
|
# Template file for 'rpi3-kernel'
|
||||||
# See rpi-kernel for version policy
|
# See rpi-kernel for version policy
|
||||||
|
|
||||||
_githash="82c6f8643398e222099066bfffb2070772f0696f"
|
_githash="64ad74084fa44abe8689564071df5729ded4c589"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi3-kernel
|
pkgname=rpi3-kernel
|
||||||
version=5.10.110
|
version=5.15.61
|
||||||
revision=1
|
revision=1
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
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 3 / Zero 2 (${version%.*} series [git ${_gitshort}])"
|
short_desc="Linux kernel for Raspberry Pi 3 / Zero 2 (${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}"
|
||||||
|
@ -198,10 +198,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…
Reference in New Issue