mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-am33x to 4.12.1-1
This commit is contained in:
parent
9ce714b987
commit
21be04fd98
1 changed files with 6 additions and 5 deletions
|
@ -7,8 +7,8 @@ pkgbase=linux-am33x
|
||||||
_srcname=linux-4.12
|
_srcname=linux-4.12
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="TI AM335x Beaglebone (Black)"
|
_desc="TI AM335x Beaglebone (Black)"
|
||||||
pkgver=4.12.0
|
pkgver=4.12.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
rcnrel=bone2
|
rcnrel=bone2
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -16,13 +16,14 @@ 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'
|
||||||
'config')
|
'config')
|
||||||
md5sums=('fc454157e2d024d401a60905d6481c6b'
|
md5sums=('fc454157e2d024d401a60905d6481c6b'
|
||||||
'b7a935b521be80ae9a28a3e3f02aa030'
|
'fab3dcd3b5a99d959bde7cde2e5cedb8'
|
||||||
|
'f2d4398569188bbf880b87d03e9dd64f'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'dc780fbf3d4d1175a94232d7ba1e3cb3'
|
'dc780fbf3d4d1175a94232d7ba1e3cb3'
|
||||||
'8e5f57a284309bb47bf19ada70e7dce3')
|
'8e5f57a284309bb47bf19ada70e7dce3')
|
||||||
|
@ -31,7 +32,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