mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-armv7 to 6.2.1-1
This commit is contained in:
parent
7a61d0d953
commit
b68093d516
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-6.2
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=6.2.0
|
||||
pkgver=6.2.1
|
||||
pkgrel=1
|
||||
rcnver=6.2.0
|
||||
rcnrel=multiv7-r0
|
||||
|
@ -17,7 +17,7 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||
options=('!strip')
|
||||
source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
|
||||
#"https://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz"
|
||||
"https://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz"
|
||||
"https://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz"
|
||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||
|
@ -34,6 +34,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('787862593d7bf354cf1a5c37e21fc147'
|
||||
'be09fdc4f007b676d67e894d96304500'
|
||||
'f9c3afa39e6dec8bcdd68dd5667c06a6'
|
||||
'9e9d3b4cde2e27afd79f8818eb86a493'
|
||||
'46fd4237094df0d32e19ef797511195f'
|
||||
|
@ -54,7 +55,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
|
||||
# RCN patch
|
||||
git apply ../patch-${rcnver%.0}-${rcnrel}.diff
|
||||
|
|
Loading…
Reference in a new issue