core/linux-raspberrypi: upstream mainlined these two patches

This commit is contained in:
graysky 2021-03-23 11:46:05 -04:00
parent c91c830dad
commit 24522888d6

View file

@ -6,7 +6,7 @@
buildarch=20
pkgbase=linux-raspberrypi
_commit=b62f64b7df524956bef0c09566a04eec883c3214
_commit=e1499baa0b0c4b91f0f149421a212746739b93c2
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi"
@ -24,18 +24,14 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
'linux.preset'
'60-linux.hook'
'90-linux.hook'
0001-vc4-drm-vc4_plane-remove-subpixel-positioning-check.patch::https://patch-diff.githubusercontent.com/raw/raspberrypi/linux/pull/4215.patch
0002-vc4-drm-fix-source-offsets-with-drm_format_p030.patch::https://github.com/popcornmix/linux/commit/6f33f7fa8b60700a96a8fbd497efeb5c2e8bf2b9.patch
)
md5sums=('a4f3c64c40de2442cc06dc1e4ae6d9e9'
md5sums=('b17fe250e62993bf5b3b6f3200527c1f'
'9669d916a5929a2eedbd64477f83d99e'
'31c02f4518d46deb5f0c2ad1f8b083cd'
'0a74ed04514740a92fded4cbd9c6d157'
'86d4a35722b5410e3b29fc92dae15d4b'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'69e1db90d78f691dc446fe2ab94727eb'
'ce0949a5704dfcddc25382118600e813'
'021c743bd96a27100c786ba10a202ceb')
'69e1db90d78f691dc446fe2ab94727eb')
prepare() {
cd "${srcdir}/${_srcname}"
@ -47,10 +43,6 @@ prepare() {
# don't run depmod on 'make install'. We'll do this ourselves in packaging
sed -i '2iexit 0' scripts/depmod.sh
# the following fix known issues with ffmpeg/kodi HW-decoding
patch -Np1 -i ../0001-vc4-drm-vc4_plane-remove-subpixel-positioning-check.patch
patch -Np1 -i ../0002-vc4-drm-fix-source-offsets-with-drm_format_p030.patch
}
build() {