mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-aarch64-rc to 5.2.rc3-1
This commit is contained in:
parent
8205789ecc
commit
510b21abc6
2 changed files with 8 additions and 7 deletions
|
@ -4,14 +4,14 @@
|
|||
buildarch=8
|
||||
|
||||
_rcver=5.2
|
||||
_rcrel=2
|
||||
_rcrel=3
|
||||
|
||||
pkgbase=linux-aarch64-rc
|
||||
_srcname=linux-${_rcver}-rc${_rcrel}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform (release candidate)"
|
||||
pkgver=${_rcver}.rc${_rcrel}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -29,12 +29,12 @@ source=("https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
|
|||
'linux.preset'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('bf80c4ab5f475a2c0846340fb9eb6449'
|
||||
md5sums=('a4e310e7c457bc07567b54c8a834d651'
|
||||
'6af957dedb319049ddc903f5730d3ae8'
|
||||
'eee2e8059822d48f18086f4b36ed30bf'
|
||||
'910651d04b2f5fea9889df596b329035'
|
||||
'bd11e72a670134a38a75da3435bf8bcb'
|
||||
'bb0f6fb8c7bc87b4537a03af4642a2be'
|
||||
'f0b2003568ac5d87aaf0a44309c99c8a'
|
||||
'7f1a96e24f5150f790df94398e9525a3'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
@ -171,6 +171,8 @@ _package-headers() {
|
|||
install -Dt "${_builddir}/arch/${KARCH}/kernel" -m644 arch/${KARCH}/kernel/asm-offsets.s arch/$KARCH/kernel/module.lds
|
||||
|
||||
cp -t "${_builddir}/arch/${KARCH}" -a arch/${KARCH}/include
|
||||
mkdir -p "${_builddir}/arch/arm"
|
||||
cp -t "${_builddir}/arch/arm" -a arch/arm/include
|
||||
|
||||
install -Dt "${_builddir}/drivers/md" -m644 drivers/md/*.h
|
||||
install -Dt "${_builddir}/net/mac80211" -m644 net/mac80211/*.h
|
||||
|
@ -192,7 +194,7 @@ _package-headers() {
|
|||
# remove unneeded architectures
|
||||
local _arch
|
||||
for _arch in "${_builddir}"/arch/*/; do
|
||||
[[ ${_arch} == */${KARCH}/ ]] && continue
|
||||
[[ ${_arch} == */${KARCH}/ || ${_arch} == */arm/ ]] && continue
|
||||
rm -r "${_arch}"
|
||||
done
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.2.0-rc2-1 Kernel Configuration
|
||||
# Linux/arm64 5.2.0-rc3-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -7306,7 +7306,6 @@ CONFIG_MSM_MMCC_8996=y
|
|||
CONFIG_SPMI_PMIC_CLKDIV=y
|
||||
# CONFIG_QCOM_HFPLL is not set
|
||||
# CONFIG_KPSS_XCC is not set
|
||||
# CONFIG_CLK_SIFIVE is not set
|
||||
CONFIG_CLK_SUNXI=y
|
||||
CONFIG_CLK_SUNXI_CLOCKS=y
|
||||
CONFIG_CLK_SUNXI_PRCM_SUN6I=y
|
||||
|
|
Loading…
Reference in a new issue