mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-aarch64-rc to 4.6.rc1-1
This commit is contained in:
parent
4b6a42262d
commit
b8f58d272a
2 changed files with 216 additions and 106 deletions
|
@ -3,12 +3,12 @@
|
|||
|
||||
buildarch=8
|
||||
|
||||
_rcver=4.5
|
||||
_rcrel=7
|
||||
_rcver=4.6
|
||||
_rcrel=1
|
||||
|
||||
pkgbase=linux-aarch64-rc
|
||||
#_srcname=linux-4.$((${_rcver##*.}-1))
|
||||
_srcname=linux-${_rcver}-rc${_rcrel}
|
||||
_srcname=linux-4.$((${_rcver##*.}-1))
|
||||
#_srcname=linux-${_rcver}-rc${_rcrel}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform (release candidate)"
|
||||
pkgver=${_rcver}.rc${_rcrel}
|
||||
|
@ -18,28 +18,29 @@ 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/v4.x/${_srcname}.tar.xz"
|
||||
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/patch-${_rcver}-rc${_rcrel}.xz"
|
||||
"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_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"
|
||||
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_srcname}.tar.xz"
|
||||
'0001-arm64-acpi-drop-expert-patch.patch'
|
||||
'0002-devicetree-bindings-Document-qcom-msm-id-and-qcom-bo.patch'
|
||||
'0003-arm64-dts-Add-Qualcomm-MSM8916-MTP8916-ids.patch'
|
||||
'0004-arm64-dts-qcom-Add-APQ8016-SBC-support.patch'
|
||||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('75c27e461211676dd8e164c913a9b9b9'
|
||||
md5sums=('a60d48eee08ec0536d5efb17ca819aef'
|
||||
'b4787fc5e8e27bf21e294448ff566c04'
|
||||
'c8e84e01e8f88b47edba6a479942cc6e'
|
||||
'66de90ece2f3dcae72ee4c27ddd37b38'
|
||||
'29d5fafca011d80a8cfbffb5ebbfd327'
|
||||
'f2f044e19e0e8d5e81034e5870c644c7'
|
||||
'02660c2c9f0b0efffbeff41496e1fdde'
|
||||
'217ddb374b218e6b197e2cdd2a705576'
|
||||
'25d8f6983c9a616946848c0e075a949c')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${_rcver}-rc${_rcrel}
|
||||
git apply --whitespace=nowarn ../patch-${_rcver}-rc${_rcrel}
|
||||
|
||||
# ALARM patches
|
||||
git apply ../0001-arm64-acpi-drop-expert-patch.patch
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue