core/linux-raspberrypi to 5.10.23-2

This commit is contained in:
graysky 2021-03-17 16:59:51 -04:00
parent ace7146da2
commit 7a2085526a

View file

@ -6,12 +6,12 @@
buildarch=20
pkgbase=linux-raspberrypi
_commit=16991af20bd821ecba1eae2fe11ddbcafa18f164
_commit=13c43880f2ee6db7d26949cb6a3e8db1a4b76736
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi"
pkgver=5.10.23
pkgrel=1
pkgrel=2
arch=('armv6h' 'armv7h')
url="http://www.kernel.org/"
license=('GPL2')
@ -24,16 +24,16 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
'linux.preset'
'60-linux.hook'
'90-linux.hook'
0001-vc4_place-dont-reject-fractional-source-coords.patch::https://github.com/popcornmix/linux/commit/ab3ef7a300c5e3e8a15a51e9de0bafeecf863be3.patch
0001-vc4-drm-vc4_plane-remove-subpixel-positioning-check.patch::https://patch-diff.githubusercontent.com/raw/raspberrypi/linux/pull/4215.patch
)
md5sums=('ea03d792c54c81671b7d7a9980108872'
md5sums=('d7be2334df48ecbe08841cf43d76f7dc'
'9669d916a5929a2eedbd64477f83d99e'
'31c02f4518d46deb5f0c2ad1f8b083cd'
'0a74ed04514740a92fded4cbd9c6d157'
'86d4a35722b5410e3b29fc92dae15d4b'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'69e1db90d78f691dc446fe2ab94727eb'
'78ad3b6ff01ebb09ce35214e23ff9ada')
'ce0949a5704dfcddc25382118600e813')
prepare() {
cd "${srcdir}/${_srcname}"
@ -46,7 +46,7 @@ prepare() {
# don't run depmod on 'make install'. We'll do this ourselves in packaging
sed -i '2iexit 0' scripts/depmod.sh
patch -Np1 -i ../0001-vc4_place-dont-reject-fractional-source-coords.patch
patch -Np1 -i ../0001-vc4-drm-vc4_plane-remove-subpixel-positioning-check.patch
}
build() {