mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-am33x to 4.11.1-1
This commit is contained in:
parent
de6e2395cf
commit
0f3db99547
1 changed files with 6 additions and 5 deletions
|
@ -7,22 +7,23 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-4.11
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=4.11.0
|
||||
pkgver=4.11.1
|
||||
pkgrel=1
|
||||
rcnrel=bone1
|
||||
rcnrel=bone2
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc-overlay')
|
||||
options=('!strip')
|
||||
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"
|
||||
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
||||
'0001-add-lcd-cape-for-chiliboard.patch'
|
||||
'config')
|
||||
md5sums=('251a5deee0fa6daf3f356b1bbda9eab8'
|
||||
'95c5e4d5d3b5ef8956bab5be15333ec8'
|
||||
'947496600f57dfb4431e023816048870'
|
||||
'19d62067637451796bc218c30927161f'
|
||||
'SKIP'
|
||||
'dc780fbf3d4d1175a94232d7ba1e3cb3'
|
||||
'38a10ca0b7029da25c6500fa71edd740')
|
||||
|
@ -31,7 +32,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-${pkgver%.0}-${rcnrel}.diff
|
||||
|
|
Loading…
Reference in a new issue