core/linux-mmp to 3.18.59-1

This commit is contained in:
Kevin Mihelich 2017-06-30 00:31:48 +00:00
parent dc2bedca2e
commit 79888e84c9

View file

@ -7,17 +7,15 @@ pkgbase=linux-mmp
_srcname=linux-3.18
_kernelname=${pkgbase#linux}
_desc="Marvell PXA168/MMP platforms"
pkgver=3.18.58
pkgver=3.18.59
pkgrel=1
arch=('arm')
url="https://github.com/Marvell-Semi/PXA168_kernel/tree/gplugd-dev"
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"
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
'https://cdn.kernel.org/pub/linux/kernel/v3.x/patch-3.18.57.xz'
'https://cdn.kernel.org/pub/linux/kernel/v3.x/incr/patch-3.18.57-58.xz'
source=("https://cdn.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"https://cdn.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
'0001-clk-mmp-Adding-clocks-of-pxa168-peripherals-for-gplu.patch'
'0002-arch-arm-mmp-initialize-gpio-driver-before-other-dri.patch'
'0003-arch-arm-mmp-Adding-spi-master-and-mtd-dataflash-for.patch'
@ -28,8 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'0008-arch-arm-mmp-gplugd-Fix-gPlugD-reboot-issue.patch'
'config')
md5sums=('9e854df51ca3fef8bfe566dbd7b89241'
'9f9e57dd7f8614e86edcee51e2529b3a'
'02dcf1fc37d0cbf65994c279fcaebadb'
'11cd7774b6f8108e45ae6e89c1500967'
'a862b5c347732e805e783f9c91c42a1b'
'9f8a35ab6d94fde54316f6b6d5c7c0d5'
'19cdd5b19a776324bf090ca5f9751191'
@ -44,9 +41,7 @@ prepare() {
cd "${srcdir}/${_srcname}"
# upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver}
git apply --whitespace=nowarn ../patch-3.18.57
git apply --whitespace=nowarn ../patch-3.18.57-58
git apply --whitespace=nowarn ../patch-${pkgver}
# gplugd patch
git apply ../0001-clk-mmp-Adding-clocks-of-pxa168-peripherals-for-gplu.patch