core/linux-aarch64 to 6.12.1-1

This commit is contained in:
graysky 2024-11-22 10:21:43 -05:00
parent c4f473e63b
commit 3552a38668

View file

@ -8,7 +8,7 @@ pkgbase=linux-aarch64
_srcname=linux-6.12 _srcname=linux-6.12
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform" _desc="AArch64 multi-platform"
pkgver=6.12 pkgver=6.12.1
pkgrel=1 pkgrel=1
arch=('aarch64') arch=('aarch64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -16,7 +16,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
options=('!strip') options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz" source=("http://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
#"http://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz" "http://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz"
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch' '0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch' '0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch'
'0003-pps-Compatibility-hack-should-be-X86-specific.patch' '0003-pps-Compatibility-hack-should-be-X86-specific.patch'
@ -26,6 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
'kernel_data_key.vbprivk' 'kernel_data_key.vbprivk'
'linux.preset') 'linux.preset')
md5sums=('844fae6a58c7f43af44d8cea8484b4a1' md5sums=('844fae6a58c7f43af44d8cea8484b4a1'
'e7dedbc9be023ca29f3d8549fbc6883c'
'7862339da94da0b7958e61e2210760a7' '7862339da94da0b7958e61e2210760a7'
'c064a0a49f4ed7d487d482ca73c75178' 'c064a0a49f4ed7d487d482ca73c75178'
'416b7c6ef37cc0edb6cb67cf618360f5' '416b7c6ef37cc0edb6cb67cf618360f5'
@ -43,7 +44,7 @@ prepare() {
echo "${pkgbase#linux}" > localversion.20-pkgname echo "${pkgbase#linux}" > localversion.20-pkgname
# add upstream patch # add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver} git apply --whitespace=nowarn ../patch-${pkgver}
# ALARM patches # ALARM patches
git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch