mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-am33x to 4.3.2-1
This commit is contained in:
parent
5a5d18d187
commit
3371f9bb70
2 changed files with 8 additions and 7 deletions
|
@ -7,8 +7,8 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-4.3
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=4.3.0
|
||||
pkgrel=2
|
||||
pkgver=4.3.2
|
||||
pkgrel=1
|
||||
rcnrel=bone2
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -16,20 +16,21 @@ 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"
|
||||
'config')
|
||||
md5sums=('58b35794eee3b6d52ce7be39357801e7'
|
||||
'b4055a972d1bac7e2f31a74248a289c6'
|
||||
'3a465c7cf55ec9dbf2d72d9292aa5fde'
|
||||
'799a22397b8a0d32e67e2b7e8eca1a72'
|
||||
'SKIP'
|
||||
'9bf6f7004274d86acb7230fabfa0b2fb')
|
||||
'6756fe71b312aafc5a7cf87b0a6e52da')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# ALARM patches
|
||||
git apply "${srcdir}/patch-${pkgver%.0}-${rcnrel}.diff"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.3.0-2 Kernel Configuration
|
||||
# Linux/arm 4.3.2-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
|
Loading…
Reference in a new issue