mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-am33x to 6.2.0-1
This commit is contained in:
parent
ba6f48f3b5
commit
d0a3535d32
2 changed files with 402 additions and 263 deletions
|
@ -4,32 +4,31 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-5.19
|
||||
_srcname=linux-6.2
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=5.19.8
|
||||
pkgver=6.2.0
|
||||
pkgrel=1
|
||||
rcnver=5.19.8
|
||||
rcnrel=bone9
|
||||
rcnver=6.2.0
|
||||
rcnrel=rc8-bone7
|
||||
arch=('armv7h')
|
||||
url="https://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc')
|
||||
options=('!strip')
|
||||
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"
|
||||
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
||||
'0001-add-lcd-cape-for-chiliboard.patch'
|
||||
'config'
|
||||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('f91bfe133d2cb1692f705947282e123a'
|
||||
'702a69746536f24fd5ebde90eed26048'
|
||||
'b8b6fdc3eb628e0f6dd0e2bb5df4c1af'
|
||||
md5sums=('787862593d7bf354cf1a5c37e21fc147'
|
||||
'1c2e59aed9d16095199b38d954dfa8a8'
|
||||
'SKIP'
|
||||
'ee16bcdbbf978e714455933ecd6dd8fe'
|
||||
'd1889d23975bff4ea6eeb46741b7c653'
|
||||
'7b7a3aeec5bef04ae1a3b8c1fc02ba6c'
|
||||
'78ccc998f27eec49a9d5490218b1b1ab'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
|
@ -37,7 +36,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
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue