mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-am33x to 3.13.6-1
This commit is contained in:
parent
8684098c4c
commit
f6a61ad1f6
2 changed files with 1133 additions and 889 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-3.12
|
||||
_srcname=linux-3.13
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=3.12.8
|
||||
pkgver=3.13.6
|
||||
pkgrel=1
|
||||
rcnrel=bone12
|
||||
rcnrel=bone7
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -17,16 +17,14 @@ 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://rcn-ee.net/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver}-${rcnrel}.diff.gz"
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${_srcname#linux-}"
|
||||
'config'
|
||||
'http://archlinuxarm.org/builder/src/aufs3-mmap-3.12.7.patch')
|
||||
md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
|
||||
'03d34842e3a1197d17055610f62627b8'
|
||||
'a9fe2089bb4739c6d326761e95d18b02'
|
||||
"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%.*}"
|
||||
'config')
|
||||
md5sums=('0ecbaf65c00374eb4a826c2f9f37606f'
|
||||
'a9b131a589a176b4c437b8ca4557b85e'
|
||||
'64605b106b9b3670cc12a6132d0651cd'
|
||||
'SKIP'
|
||||
'709585aa079e3c4a02480993dba471bc'
|
||||
'48e1fe9f41205c09b01abe710f453571')
|
||||
'a0076bf50c5f08f3819dd6d819f39efb')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -35,7 +33,7 @@ prepare() {
|
|||
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# RCN patch
|
||||
git apply "${srcdir}/patch-${pkgver}-${rcnrel}.diff"
|
||||
git apply "${srcdir}/patch-${pkgver%.0}-${rcnrel}.diff"
|
||||
|
||||
# AUFS patches
|
||||
cp -ru "${srcdir}/aufs3-standalone/Documentation" .
|
||||
|
@ -45,8 +43,7 @@ prepare() {
|
|||
|
||||
patch -Np1 -i ../aufs3-standalone/aufs3-kbuild.patch
|
||||
patch -Np1 -i ../aufs3-standalone/aufs3-base.patch
|
||||
# patch -Np1 -i ../aufs3-standalone/aufs3-mmap.patch
|
||||
patch -Np1 -i ../aufs3-mmap-3.12.7.patch
|
||||
patch -Np1 -i ../aufs3-standalone/aufs3-mmap.patch
|
||||
patch -Np1 -i ../aufs3-standalone/aufs3-standalone.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue