mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-rpi-legacy to 5.10.90-1
This commit is contained in:
parent
1a47bcce62
commit
70ee029647
1 changed files with 5 additions and 13 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-rpi-legacy
|
||||
_commit=1d6957db7f835469ceab856ef255bdbdf16ddb5e
|
||||
_commit=e85172ebf56a2148d97e131413430a1e34109428
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="RPi 1/Zero/Zero W only"
|
||||
pkgver=5.10.89
|
||||
pkgrel=2
|
||||
pkgver=5.10.90
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv6h armv7h)
|
||||
|
@ -21,24 +21,20 @@ makedepends=(
|
|||
bc kmod inetutils
|
||||
)
|
||||
options=('!strip')
|
||||
source=("linux-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||
source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||
cmdline.txt
|
||||
config.txt
|
||||
config
|
||||
0001-revert-gamma.patch::https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-rpi4/-/raw/master/revert-gamma.diff?inline=false
|
||||
0002-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch::https://github.com/raspberrypi/linux/commit/362656eeaea1038ab04a6c459a63da46fe0e6e60.patch
|
||||
0003-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
|
||||
)
|
||||
md5sums=('e10a11d19cb083907293144cb52cce5e'
|
||||
md5sums=('e770016311d27ec9745d1821e9765f5e'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'7c2cace68dd229483b28ba7147347811'
|
||||
'cc16a5ed6a4f6fd75cf675f0a4b15ec9'
|
||||
'e15bac8034085a38ecd4a57584caa819'
|
||||
'e32dbbe34ddc27b98df402cdc810e183'
|
||||
'c09576ec764f964692f3f193c2963cfa'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
|
@ -61,10 +57,6 @@ prepare() {
|
|||
# also https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15629
|
||||
patch -Np1 -i ../0001-revert-gamma.patch
|
||||
|
||||
# fixes https://github.com/raspberrypi/linux/issues/4803
|
||||
patch -Np1 -i ../0002-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch
|
||||
patch -Np1 -i ../0003-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