mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
core/linux-armv7 to 6.12.1-1
This commit is contained in:
parent
bfee0178ea
commit
c4f473e63b
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-6.12
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=6.12
|
||||
pkgver=6.12.1
|
||||
pkgrel=1
|
||||
rcnver=6.12.0
|
||||
rcnrel=multiv7-r1
|
||||
|
@ -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'
|
||||
|
@ -32,6 +32,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
|
|||
'kernel_data_key.vbprivk'
|
||||
'linux.preset')
|
||||
md5sums=('844fae6a58c7f43af44d8cea8484b4a1'
|
||||
'e7dedbc9be023ca29f3d8549fbc6883c'
|
||||
'6e1d780c1cc5534b5232d221c2b539e0'
|
||||
'f531ad638bb6dd9d8e9e2e880c97ea12'
|
||||
'e3b3f3fa4ccd1f63b24fb6985c8052f3'
|
||||
|
@ -54,7 +55,7 @@ prepare() {
|
|||
echo "${pkgbase#linux}" > localversion.20-pkgname
|
||||
|
||||
# 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