mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi to 5.10.90-3
This commit is contained in:
parent
a2e540fbeb
commit
3c0b6224ad
1 changed files with 1 additions and 7 deletions
|
@ -11,7 +11,7 @@ _commit=cd1b7bebe7248d9caae337e0b02e42ec0522745a
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
pkgver=5.10.90
|
pkgver=5.10.90
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
arch=(armv7h aarch64)
|
arch=(armv7h aarch64)
|
||||||
|
@ -25,7 +25,6 @@ source_aarch64=('config8' 'config8.txt')
|
||||||
source=("linux-$pkgver-${_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
|
cmdline.txt
|
||||||
0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
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
|
|
||||||
linux.preset
|
linux.preset
|
||||||
60-linux.hook
|
60-linux.hook
|
||||||
90-linux.hook
|
90-linux.hook
|
||||||
|
@ -33,7 +32,6 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
||||||
md5sums=('bb0e9a302de9cd0728777558fec3d040'
|
md5sums=('bb0e9a302de9cd0728777558fec3d040'
|
||||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||||
'e15bac8034085a38ecd4a57584caa819'
|
|
||||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||||
'441ec084c47cddc53e592fb0cbce4edf')
|
'441ec084c47cddc53e592fb0cbce4edf')
|
||||||
|
@ -55,10 +53,6 @@ prepare() {
|
||||||
# consistent behavior of lscpu on arm/arm64
|
# consistent behavior of lscpu on arm/arm64
|
||||||
patch -Np1 -i ../0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
patch -Np1 -i ../0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
||||||
|
|
||||||
# temp fix for https://github.com/raspberrypi/linux/issues/4660
|
|
||||||
# also https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15629
|
|
||||||
patch -Np1 -i ../0002-revert-gamma.patch
|
|
||||||
|
|
||||||
echo "Setting version..."
|
echo "Setting version..."
|
||||||
scripts/setlocalversion --save-scmversion
|
scripts/setlocalversion --save-scmversion
|
||||||
echo "-$pkgrel" > localversion.10-pkgrel
|
echo "-$pkgrel" > localversion.10-pkgrel
|
||||||
|
|
Loading…
Reference in a new issue