mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi4 to 5.10.16-1
This commit is contained in:
parent
f49c49eb84
commit
cd6aeade7c
1 changed files with 5 additions and 10 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=d7c8eb8181c9892a9b9a0365de15b7e725d02d12
|
||||
_commit=3d48a0dbdcf562eb5bcddc9caf092627544b5d4f
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.14
|
||||
pkgrel=3
|
||||
pkgver=5.10.16
|
||||
pkgrel=1
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -23,17 +23,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook'
|
||||
0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
||||
0002-SUNRPC-Fix-NFS-READs-the-start-at-non-page-aligned-o.patch::https://github.com/torvalds/linux/commit/bad4c6eb5eaa8300e065bd4426727db5141d687d.patch
|
||||
)
|
||||
source_armv7h=('config' 'config.txt')
|
||||
source_aarch64=('config8' 'config8.txt')
|
||||
md5sums=('f737bf3a027a37ba24d0f93774b417a4'
|
||||
md5sums=('923ff806f8ba253597147b323313ce0d'
|
||||
'ae9fa2a98aca88cb8d38e76110aa77e1'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'441ec084c47cddc53e592fb0cbce4edf'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'a14efc4c769e573dff6605a1d80eb984')
|
||||
'f66a7ea3feb708d398ef57e4da4815e9')
|
||||
md5sums_armv7h=('64a3915a0151005fa37d413f79a497a4'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('a2c8eaded67a5da79afaee9d1b34cb67'
|
||||
|
@ -55,9 +53,6 @@ prepare() {
|
|||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
patch -Np1 -i ../0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
||||
|
||||
# https://github.com/xbmc/xbmc/issues/19147
|
||||
patch -Np1 -i ../0002-SUNRPC-Fix-NFS-READs-the-start-at-non-page-aligned-o.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue