mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-espressobin to 4.16.1-1
This commit is contained in:
parent
6c62b87d0e
commit
e05500c37f
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-espressobin
|
||||||
_srcname=linux-4.16
|
_srcname=linux-4.16
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Globalscale ESPRESSOBin"
|
_desc="Globalscale ESPRESSOBin"
|
||||||
pkgver=4.16.0
|
pkgver=4.16.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -15,7 +15,7 @@ license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||||
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"
|
||||||
'0001-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch'
|
'0001-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch'
|
||||||
'0002-PCI-aardvark-fix-logic-in-PCI-configuration-read-wri.patch'
|
'0002-PCI-aardvark-fix-logic-in-PCI-configuration-read-wri.patch'
|
||||||
'0003-PCI-aardvark-set-PIO_ADDR_LS-correctly-in-advk_pcie_.patch'
|
'0003-PCI-aardvark-set-PIO_ADDR_LS-correctly-in-advk_pcie_.patch'
|
||||||
|
@ -26,6 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||||
'config'
|
'config'
|
||||||
'linux.preset')
|
'linux.preset')
|
||||||
md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18'
|
md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18'
|
||||||
|
'bade764e616e8283b6a620f268337651'
|
||||||
'c5c8e2e253ad696a5d6b5d4d01d3325f'
|
'c5c8e2e253ad696a5d6b5d4d01d3325f'
|
||||||
'e30c97ac1ee00200e7db2a56b6dd5aa6'
|
'e30c97ac1ee00200e7db2a56b6dd5aa6'
|
||||||
'0ce27f3bb59fba94b1db3b4044d6ab2c'
|
'0ce27f3bb59fba94b1db3b4044d6ab2c'
|
||||||
|
@ -40,7 +41,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}
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
git apply ../0001-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch
|
git apply ../0001-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch
|
||||||
|
|
Loading…
Reference in a new issue