core/linux-armv7 to 5.17.1-1

This commit is contained in:
Kevin Mihelich 2022-03-28 23:43:58 +00:00
parent 40fe0de831
commit da9015541e

View file

@ -7,7 +7,7 @@ pkgbase=linux-armv7
_srcname=linux-5.17 _srcname=linux-5.17
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="ARMv7 multi-platform" _desc="ARMv7 multi-platform"
pkgver=5.17.0 pkgver=5.17.1
pkgrel=1 pkgrel=1
rcnver=5.17.0 rcnver=5.17.0
rcnrel=armv7-x8 rcnrel=armv7-x8
@ -17,7 +17,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=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz" source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
#"https://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz" "https://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
"https://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz" "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' '0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch' '0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
@ -34,6 +34,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
'60-linux.hook' '60-linux.hook'
'90-linux.hook') '90-linux.hook')
md5sums=('07321a70a48d062cebd0358132f11771' md5sums=('07321a70a48d062cebd0358132f11771'
'5a015eeaa9a3bf5bea84290f54ccf48d'
'842782a5c3078a1ddedf1d7c5e7e0e11' '842782a5c3078a1ddedf1d7c5e7e0e11'
'874e99c5570d305f43f9925592f08556' '874e99c5570d305f43f9925592f08556'
'10f667fedbe19c86c8f51bf1f4edc527' '10f667fedbe19c86c8f51bf1f4edc527'
@ -54,7 +55,7 @@ prepare() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
# add upstream patch # add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver} git apply --whitespace=nowarn ../patch-${pkgver}
# RCN patch # RCN patch
git apply ../patch-${rcnver%.0}-${rcnrel}.diff git apply ../patch-${rcnver%.0}-${rcnrel}.diff