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:
parent
3a18db3560
commit
24b9cd7170
1 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'rpi2-kernel'
|
# Template file for 'rpi2-kernel'
|
||||||
# See rpi-kernel for version policy
|
# See rpi-kernel for version policy
|
||||||
|
|
||||||
_githash="86729e78125d4f3d203457940feee8bc97b11f6c"
|
_githash="650082a559a570d6c9d2739ecc62843d6f951059"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi2-kernel
|
pkgname=rpi2-kernel
|
||||||
version=5.10.52
|
version=5.10.92
|
||||||
revision=1
|
revision=1
|
||||||
archs="armv7l*"
|
archs="armv7l*"
|
||||||
wrksrc="linux-${_githash}"
|
wrksrc="linux-${_githash}"
|
||||||
|
@ -16,7 +16,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
short_desc="Linux kernel for Raspberry Pi 2 (${version%.*} series [git ${_gitshort}])"
|
short_desc="Linux kernel for Raspberry Pi 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=a25a7dfce4c2ca5bdca39ddab5e43539d9b04900b0dbefe19f4f9b053e59968c
|
checksum=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
@ -82,6 +82,9 @@ do_configure() {
|
||||||
# LXD 4.2+ support
|
# LXD 4.2+ support
|
||||||
echo "CONFIG_BRIDGE_VLAN_FILTERING=y" >> "$defconfig"
|
echo "CONFIG_BRIDGE_VLAN_FILTERING=y" >> "$defconfig"
|
||||||
|
|
||||||
|
# Disable GCC plugins
|
||||||
|
echo "# CONFIG_GCC_PLUGINS is not set" >> "$defconfig"
|
||||||
|
|
||||||
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
|
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
|
||||||
|
|
||||||
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
||||||
|
|
Loading…
Add table
Reference in a new issue