mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-am33x to 6.2.1-1
This commit is contained in:
parent
b68093d516
commit
7156f9c064
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue