mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-rpi to 5.10.89-2
Pull in pending PR[1] to fix broken audio[2] 1. https://github.com/raspberrypi/linux/pull/4794 2. https://github.com/raspberrypi/linux/issues/4803
This commit is contained in:
parent
a28bc07299
commit
e15c47a850
1 changed files with 9 additions and 1 deletions
|
@ -11,7 +11,7 @@ _commit=1d6957db7f835469ceab856ef255bdbdf16ddb5e
|
|||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
pkgver=5.10.89
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -26,6 +26,8 @@ source=("linux-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspbe
|
|||
cmdline.txt
|
||||
0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
||||
0002-revert-gamma.patch::https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-rpi4/-/raw/master/revert-gamma.diff?inline=false
|
||||
0003-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch::https://github.com/raspberrypi/linux/commit/362656eeaea1038ab04a6c459a63da46fe0e6e60.patch
|
||||
0004-drm-vc4-hdmi-fix-HDMI-onitor-detection-in-polled-mod.patch::https://github.com/raspberrypi/linux/commit/2a8ba20ef6ee040001f02fd37476b41863cc7197.patch
|
||||
linux.preset
|
||||
60-linux.hook
|
||||
90-linux.hook
|
||||
|
@ -34,6 +36,8 @@ md5sums=('e10a11d19cb083907293144cb52cce5e'
|
|||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'e15bac8034085a38ecd4a57584caa819'
|
||||
'e32dbbe34ddc27b98df402cdc810e183'
|
||||
'c09576ec764f964692f3f193c2963cfa'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
|
@ -59,6 +63,10 @@ prepare() {
|
|||
# also https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15629
|
||||
patch -Np1 -i ../0002-revert-gamma.patch
|
||||
|
||||
# fixes https://github.com/raspberrypi/linux/issues/4803
|
||||
patch -Np1 -i ../0003-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch
|
||||
patch -Np1 -i ../0004-drm-vc4-hdmi-fix-HDMI-onitor-detection-in-polled-mod.patch
|
||||
|
||||
echo "Setting version..."
|
||||
scripts/setlocalversion --save-scmversion
|
||||
echo "-$pkgrel" > localversion.10-pkgrel
|
||||
|
|
Loading…
Reference in a new issue