rpi2-kernel: update to 5.10.92.

Additionally disable GCC_PLUGINS since it was enabled in the upstream
bcm2709_defconfig.
This commit is contained in:
Jami Kettunen 2022-01-09 15:34:05 +02:00 committed by Leah Neukirchen
parent 3a18db3560
commit 24b9cd7170

View file

@ -1,11 +1,11 @@
# Template file for 'rpi2-kernel'
# See rpi-kernel for version policy
_githash="86729e78125d4f3d203457940feee8bc97b11f6c"
_githash="650082a559a570d6c9d2739ecc62843d6f951059"
_gitshort="${_githash:0:7}"
pkgname=rpi2-kernel
version=5.10.52
version=5.10.92
revision=1
archs="armv7l*"
wrksrc="linux-${_githash}"
@ -16,7 +16,7 @@ homepage="http://www.kernel.org"
license="GPL-2.0-only"
short_desc="Linux kernel for Raspberry Pi 2 (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=a25a7dfce4c2ca5bdca39ddab5e43539d9b04900b0dbefe19f4f9b053e59968c
checksum=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8
python_version=3
_kernver="${version}_${revision}"
@ -82,6 +82,9 @@ do_configure() {
# LXD 4.2+ support
echo "CONFIG_BRIDGE_VLAN_FILTERING=y" >> "$defconfig"
# Disable GCC plugins
echo "# CONFIG_GCC_PLUGINS is not set" >> "$defconfig"
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.