summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2021-09-30 15:00:56 +0200
committeregnappahz2021-09-30 15:00:56 +0200
commit3a71a2e8bcad3bc84465c2a36610fe9b995757e4 (patch)
treeab969d74814831ac4327f67b27f2d71dbd3e2280
parent1c7f07098edc60ff6f7cc4c3f99db38fe49090b6 (diff)
downloadaur-3a71a2e8bcad3bc84465c2a36610fe9b995757e4.tar.gz
Updated + fix for headers
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--config.x86_642
3 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1c3f4ee6bf6..71d4cb995977 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-amd
- pkgver = 5.14.v.8
+ pkgver = 5.14.v.9
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -14,13 +14,13 @@ pkgbase = linux-amd
makedepends = lzop
makedepends = gcc>=10.3
options = !strip
- source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v5.14.8
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v5.14.9
source = config.x86_64
source = linux-amd.preset
source = linux.install
source = https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/20210914/more-uarches-for-kernel-5.8-5.14.patch
sha256sums = SKIP
- sha256sums = 4dab843bf2ec7170bd41a9d6b437349d8fe2a5b38727aa63f757586b3ef68bbe
+ sha256sums = 7402a3a3f31d4cfe67a0bf163b6fccc4476bc6b5d32b16505c1648d05c96af02
sha256sums = 60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c
sha256sums = d590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0
sha256sums = 2f99d9e37f372925e054115bfead4723a328ffbdb7bf958753aab2ac48dc5673
diff --git a/PKGBUILD b/PKGBUILD
index f091629eec55..7a26f3584206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgbase=linux-amd
_srcname=linux
-gitver=v5.14.8
+gitver=v5.14.9
patchver=20210914
patchname=more-uarches-for-kernel-5.8-5.14.patch
-pkgver=5.14.v.8
+pkgver=5.14.v.9
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -25,7 +25,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- '4dab843bf2ec7170bd41a9d6b437349d8fe2a5b38727aa63f757586b3ef68bbe'
+ '7402a3a3f31d4cfe67a0bf163b6fccc4476bc6b5d32b16505c1648d05c96af02'
#.preset file
'60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c'
#linux install file
@@ -175,13 +175,11 @@ _package-headers() {
cp Module.symvers "${pkgdir}/usr/lib/modules/${_kernver}/build"
cp -a scripts "${pkgdir}/usr/lib/modules/${_kernver}/build"
- # fix permissions on scripts dir
- chmod og-w -R "${pkgdir}/usr/lib/modules/${_kernver}/build/scripts"
+ # Make tmpdir for versions
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/.tmp_versions"
- mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel"
-
# add kernel files to headers
+ mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel"
cp arch/${KARCH}/Makefile "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/"
cp arch/${KARCH}/kernel/asm-offsets.s "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel/"
diff --git a/config.x86_64 b/config.x86_64
index e870d4286813..154268efb138 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.8 Kernel Configuration
+# Linux/x86 5.14.9 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y