core/linux-am33x to 6.2.1-1

This commit is contained in:
Kevin Mihelich 2023-02-25 20:29:29 +00:00
parent b68093d516
commit 7156f9c064

View file

@ -7,7 +7,7 @@ pkgbase=linux-am33x
_srcname=linux-6.2
_kernelname=${pkgbase#linux}
_desc="TI AM335x Beaglebone (Black)"
pkgver=6.2.0
pkgver=6.2.1
pkgrel=1
rcnver=6.2.0
rcnrel=rc8-bone7
@ -17,7 +17,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' '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"
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
'0001-add-lcd-cape-for-chiliboard.patch'
@ -25,6 +25,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
'linux.preset'
'99-linux.hook')
md5sums=('787862593d7bf354cf1a5c37e21fc147'
'be09fdc4f007b676d67e894d96304500'
'1c2e59aed9d16095199b38d954dfa8a8'
'SKIP'
'ee16bcdbbf978e714455933ecd6dd8fe'
@ -36,7 +37,7 @@ prepare() {
cd "${srcdir}/${_srcname}"
# add upstream patch
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
# RCN patch
git apply ../patch-${rcnver%.0}-${rcnrel}.diff