mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
rpi-kernel: update to 4.19.23
[ci skip] Switch to 4.19.x branch to follow upstream.
This commit is contained in:
parent
95012776ee
commit
640c08d661
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# 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 4.14:
|
# official Raspbian distribution. This is currently 4.19:
|
||||||
#
|
#
|
||||||
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=197689
|
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
|
||||||
|
|
||||||
_githash="28c5c6ab2a4a8ae0a4dffae2237da2e56cd943c9"
|
_githash="e2d2941326922b63d722ebc46520c3a2287b675f"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=4.14.97
|
version=4.19.23
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${_githash}"
|
wrksrc="linux-${_githash}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
@ -17,7 +17,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
short_desc="The Linux kernel for Raspberry Pi (${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=9fa498c743dcd0db572ec2f2dd33354cd1bb1eef312747245908007ced8c6fed
|
checksum=1de0667036ac8aad0762796a027a9e45c12204b7c4a09c1ee5080cfdea025b1a
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
||||||
|
@ -27,8 +27,8 @@ noverifyrdeps=yes
|
||||||
noshlibprovides=yes
|
noshlibprovides=yes
|
||||||
|
|
||||||
# RPi, RPi2, RPi3
|
# RPi, RPi2, RPi3
|
||||||
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
archs="armv6l* armv7l* aarch64*"
|
||||||
hostmakedepends="perl kmod uboot-mkimage libressl-devel bc"
|
hostmakedepends="perl kmod uboot-mkimage libressl-devel bc bison flex"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
# These files could be modified when an external module is built.
|
# These files could be modified when an external module is built.
|
||||||
|
|
Loading…
Add table
Reference in a new issue