mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-aarch64 to 4.5.1-1
This commit is contained in:
parent
254c0e286a
commit
62a8099463
1 changed files with 5 additions and 4 deletions
|
@ -7,15 +7,15 @@ pkgbase=linux-aarch64
|
||||||
_srcname=linux-4.5
|
_srcname=linux-4.5
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="AArch64 multi-platform"
|
_desc="AArch64 multi-platform"
|
||||||
pkgver=4.5.0
|
pkgver=4.5.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
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-acpi-drop-expert-patch.patch'
|
'0001-arm64-acpi-drop-expert-patch.patch'
|
||||||
'0002-devicetree-bindings-Document-qcom-msm-id-and-qcom-bo.patch'
|
'0002-devicetree-bindings-Document-qcom-msm-id-and-qcom-bo.patch'
|
||||||
'0003-arm64-dts-Add-Qualcomm-MSM8916-MTP8916-ids.patch'
|
'0003-arm64-dts-Add-Qualcomm-MSM8916-MTP8916-ids.patch'
|
||||||
|
@ -23,6 +23,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||||
'config'
|
'config'
|
||||||
'linux.preset')
|
'linux.preset')
|
||||||
md5sums=('a60d48eee08ec0536d5efb17ca819aef'
|
md5sums=('a60d48eee08ec0536d5efb17ca819aef'
|
||||||
|
'1df9ff0283c1732ebbf7c55f340a121b'
|
||||||
'c8e84e01e8f88b47edba6a479942cc6e'
|
'c8e84e01e8f88b47edba6a479942cc6e'
|
||||||
'66de90ece2f3dcae72ee4c27ddd37b38'
|
'66de90ece2f3dcae72ee4c27ddd37b38'
|
||||||
'29d5fafca011d80a8cfbffb5ebbfd327'
|
'29d5fafca011d80a8cfbffb5ebbfd327'
|
||||||
|
@ -34,7 +35,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-acpi-drop-expert-patch.patch
|
git apply ../0001-arm64-acpi-drop-expert-patch.patch
|
||||||
|
|
Loading…
Reference in a new issue