mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-am33x to 3.17.0-1
This commit is contained in:
parent
13f42b2d9e
commit
c1cedbd8b0
2 changed files with 274 additions and 235 deletions
|
@ -4,33 +4,33 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-3.16
|
||||
_srcname=linux-3.17
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=3.16.3
|
||||
pkgver=3.17.0
|
||||
pkgrel=1
|
||||
rcnrel=bone6
|
||||
rcnrel=bone4
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
||||
"http://rcn-ee.net/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
|
||||
#"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
|
||||
'config')
|
||||
md5sums=('5c569ed649a0c9711879f333e90c5386'
|
||||
'387a93e4833df73217c6b9b92153aa7c'
|
||||
'db92fb124218e28897d12e72158b60b1'
|
||||
md5sums=('fb30d0f29214d75cddd2faa94f73d5cf'
|
||||
'8f7f7f0e3a21b770adb3b75d5b23f92b'
|
||||
'SKIP'
|
||||
'63c7a2e96852826b5fa7e40877d45fbd')
|
||||
'86cb2bb2b883c1a2ecbf2fc815f9ef52')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||
#patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# ALARM patches
|
||||
git apply "${srcdir}/patch-${pkgver%.0}-${rcnrel}.diff"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue