core/linux-am33x to 6.2.0-1

This commit is contained in:
Kevin Mihelich 2023-02-23 04:07:58 +00:00
parent ba6f48f3b5
commit d0a3535d32
2 changed files with 402 additions and 263 deletions

View file

@ -4,32 +4,31 @@
buildarch=4 buildarch=4
pkgbase=linux-am33x pkgbase=linux-am33x
_srcname=linux-5.19 _srcname=linux-6.2
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="TI AM335x Beaglebone (Black)" _desc="TI AM335x Beaglebone (Black)"
pkgver=5.19.8 pkgver=6.2.0
pkgrel=1 pkgrel=1
rcnver=5.19.8 rcnver=6.2.0
rcnrel=bone9 rcnrel=rc8-bone7
arch=('armv7h') arch=('armv7h')
url="https://www.kernel.org/" url="https://www.kernel.org/"
license=('GPL2') license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' '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"
"git+https://github.com/RobertCNelson/bb.org-overlays.git" "git+https://github.com/RobertCNelson/bb.org-overlays.git"
'0001-add-lcd-cape-for-chiliboard.patch' '0001-add-lcd-cape-for-chiliboard.patch'
'config' 'config'
'linux.preset' 'linux.preset'
'99-linux.hook') '99-linux.hook')
md5sums=('f91bfe133d2cb1692f705947282e123a' md5sums=('787862593d7bf354cf1a5c37e21fc147'
'702a69746536f24fd5ebde90eed26048' '1c2e59aed9d16095199b38d954dfa8a8'
'b8b6fdc3eb628e0f6dd0e2bb5df4c1af'
'SKIP' 'SKIP'
'ee16bcdbbf978e714455933ecd6dd8fe' 'ee16bcdbbf978e714455933ecd6dd8fe'
'd1889d23975bff4ea6eeb46741b7c653' '7b7a3aeec5bef04ae1a3b8c1fc02ba6c'
'78ccc998f27eec49a9d5490218b1b1ab' '78ccc998f27eec49a9d5490218b1b1ab'
'79fa396e3f9a09a85156d6d7c2d34b58') '79fa396e3f9a09a85156d6d7c2d34b58')
@ -37,7 +36,7 @@ prepare() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
# add upstream patch # add upstream patch
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}" #git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
# RCN patch # RCN patch
git apply ../patch-${rcnver%.0}-${rcnrel}.diff git apply ../patch-${rcnver%.0}-${rcnrel}.diff

File diff suppressed because it is too large Load diff