mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-armv7 to 5.2.0-1
This commit is contained in:
parent
6aba369682
commit
3161b340b9
2 changed files with 510 additions and 139 deletions
|
@ -4,19 +4,19 @@
|
||||||
buildarch=4
|
buildarch=4
|
||||||
|
|
||||||
pkgbase=linux-armv7
|
pkgbase=linux-armv7
|
||||||
_srcname=linux-5.1
|
_srcname=linux-5.2
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ARMv7 multi-platform"
|
_desc="ARMv7 multi-platform"
|
||||||
pkgver=5.1.15
|
pkgver=5.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
rcnrel=armv7-x11
|
rcnrel=armv7-x1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||||
"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
#"http://www.kernel.org/pub/linux/kernel/v5.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"
|
||||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||||
|
@ -33,9 +33,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'60-linux.hook'
|
'60-linux.hook'
|
||||||
'90-linux.hook')
|
'90-linux.hook')
|
||||||
md5sums=('15fbdff95ff98483069ac6e215b9f4f9'
|
md5sums=('ddf994de00d7b18395886dd9b30b9262'
|
||||||
'aed4686410e23561f67f5c512d0a6245'
|
'c19eb46e092b115f4249103f446e5481'
|
||||||
'b281fa6eb6c7ecca7cc0b8ff5db72ff5'
|
|
||||||
'6f246601cdecde127ebed315ef43c160'
|
'6f246601cdecde127ebed315ef43c160'
|
||||||
'5e381b69c3489bee2b3a4b9fdb13341c'
|
'5e381b69c3489bee2b3a4b9fdb13341c'
|
||||||
'b0915e4cb58dea29468a2c6f8ec1293d'
|
'b0915e4cb58dea29468a2c6f8ec1293d'
|
||||||
|
@ -44,7 +43,7 @@ md5sums=('15fbdff95ff98483069ac6e215b9f4f9'
|
||||||
'04da90e80f4e688737bc5fdd559bc0fd'
|
'04da90e80f4e688737bc5fdd559bc0fd'
|
||||||
'115109b6746ab011dcc05e85959a30c0'
|
'115109b6746ab011dcc05e85959a30c0'
|
||||||
'32fd9f4595caebff5c761d336af19bc8'
|
'32fd9f4595caebff5c761d336af19bc8'
|
||||||
'b4a8f6a85a85a81f924c28062ad382ef'
|
'eacc0f17918b810e7a3adcb184d12001'
|
||||||
'4f2379ed84258050edb858ee8d281678'
|
'4f2379ed84258050edb858ee8d281678'
|
||||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||||
'584777ae88bce2c5659960151b64c7d8'
|
'584777ae88bce2c5659960151b64c7d8'
|
||||||
|
@ -56,7 +55,7 @@ prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||||
|
|
||||||
# RCN patch
|
# RCN patch
|
||||||
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue