mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-am33x to 4.13.1-1
This commit is contained in:
parent
60db4cd63d
commit
a904c2f921
1 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-am33x
|
||||||
_srcname=linux-4.13
|
_srcname=linux-4.13
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="TI AM335x Beaglebone (Black)"
|
_desc="TI AM335x Beaglebone (Black)"
|
||||||
pkgver=4.13.0
|
pkgver=4.13.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
rcnrel=bone0
|
rcnrel=bone0
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
|
@ -16,7 +16,7 @@ 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=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||||
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||||
"http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
"http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.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'
|
||||||
|
@ -24,7 +24,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'99-linux.hook')
|
'99-linux.hook')
|
||||||
md5sums=('ab1a2abc6f37b752dd2595338bec4e78'
|
md5sums=('ab1a2abc6f37b752dd2595338bec4e78'
|
||||||
'249cdf9cb13645ea433948ed17709b4d'
|
'e2824a53597a9af0bfb2c533386842f0'
|
||||||
|
'55d1b7ef3ee4904a5eb8d71cb0289fd4'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'dc780fbf3d4d1175a94232d7ba1e3cb3'
|
'dc780fbf3d4d1175a94232d7ba1e3cb3'
|
||||||
'5bfb6f722c15b3d6ee8401023394f06a'
|
'5bfb6f722c15b3d6ee8401023394f06a'
|
||||||
|
@ -35,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-${pkgver%.0}-${rcnrel}.diff
|
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
||||||
|
|
Loading…
Reference in a new issue