mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-armv5-rc to 4.1.rc1-1
This commit is contained in:
parent
a03cd0ea43
commit
e64a10d6d3
2 changed files with 367 additions and 106 deletions
|
@ -3,12 +3,11 @@
|
|||
|
||||
buildarch=2
|
||||
|
||||
_rcver=4.0
|
||||
_rcrel=7
|
||||
_rcver=4.1
|
||||
_rcrel=1
|
||||
|
||||
pkgbase=linux-armv5-rc
|
||||
#_srcname=linux-4.$((${_rcver##*.}-1))
|
||||
_srcname=linux-3.19
|
||||
_srcname=linux-4.$((${_rcver##*.}-1))
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv5 multi-platform"
|
||||
pkgver=${_rcver}.rc${_rcrel}
|
||||
|
@ -18,7 +17,7 @@ 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"
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
"https://www.kernel.org/pub/linux/kernel/v4.x/testing/patch-${_rcver}-rc${_rcrel}.xz"
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
|
||||
'0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch'
|
||||
|
@ -26,14 +25,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'0002-Added-DTS-with-mxs-builtin-entries-for-testing-the-a.patch'
|
||||
'0001-imx23-I2C-fixes.patch'
|
||||
'config')
|
||||
md5sums=('d3fc8316d4d4d04b65cbc2d70799e763'
|
||||
'0d6ecab86e4002a11256547535370d10'
|
||||
md5sums=('a86916bd12798220da9eb4a1eec3616d'
|
||||
'7178b5adbaac914f1aa81757295f32c0'
|
||||
'SKIP'
|
||||
'114af68d721fdc22548994b847807929'
|
||||
'3a1e689563354c2f9f2d2764e1baa334'
|
||||
'a88071c80e1c2b22637894ae148c74b8'
|
||||
'e64077ce856769fc3af2a15ae95d8310'
|
||||
'd48b211080137cb3e56559e314eddae8')
|
||||
'7c2b83c6e861fdb4208618699dc7506f')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue