mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-am33x to 4.7.1-1
This commit is contained in:
parent
34af5d590f
commit
c708d83821
1 changed files with 6 additions and 5 deletions
|
@ -7,8 +7,8 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-4.7
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=4.7.0
|
||||
pkgrel=2
|
||||
pkgver=4.7.1
|
||||
pkgrel=1
|
||||
rcnrel=bone2
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -16,14 +16,15 @@ 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'
|
||||
'0002-clk-ti-am335x-am4372-Add-tbclk-to-pwm-node.patch'
|
||||
'config')
|
||||
md5sums=('5276563eb1f39a048e4a8a887408c031'
|
||||
'69be96a6f096729651df54a53ac8b8af'
|
||||
'b87c3627d4c3e3043f46c6422dfd83b0'
|
||||
'5e053277021be21ae90a303575ead9a1'
|
||||
'SKIP'
|
||||
'229d1836ccf94c7e902cfba2407d303f'
|
||||
'c81f250fa5adb04d0a0d81e273afee48'
|
||||
|
@ -33,7 +34,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