summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2020-08-26 12:42:36 +0200
committeregnappahz2020-08-26 12:42:36 +0200
commit9902aa6bb4ad5cd26ac43b603d31702410a9ab4d (patch)
tree86fa82775cf20255b1528abd61e6af63fce1e2f8
parentff60a0409f297cda49d562f9d932c1dc57c27993 (diff)
downloadaur-9902aa6bb4ad5cd26ac43b603d31702410a9ab4d.tar.gz
Update + better verbose
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--config.x86_643
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5695895ae24c..f2670e21dc45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd
- pkgver = 5.8.v.3
- pkgrel = 2
+ pkgver = 5.8.v.4
+ pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -12,13 +12,13 @@ pkgbase = linux-amd
makedepends = git
makedepends = libelf
options = !strip
- source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v5.8.3
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v5.8.4
source = config.x86_64
source = linux-amd.preset
source = linux.install
source = 5013_enable-cpu-optimizations-for-gcc10.patch
sha256sums = SKIP
- sha256sums = 3f062e6a2338b91de142404399d9f4f8c34118c3ab532084b2cfb049fdf93798
+ sha256sums = fae9d6dd835be206c4d997bfd21ba4096c4a552474f26b1af7704840d4298006
sha256sums = 71caf34adf69e9e2567a38cfc951d1c60b13dbe87f58a9acfeb3fe48ffdc9d08
sha256sums = d590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0
sha256sums = 5ab29eb64e57df83b395a29a6a4f89030d142feffbfbf73b3afc6d97a2a7fd12
diff --git a/PKGBUILD b/PKGBUILD
index 2715d935d644..478faf73a067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase=linux-amd
_srcname=linux
-gitver=v5.8.3
-pkgver=5.8.v.3
-pkgrel=2
+gitver=v5.8.4
+pkgver=5.8.v.4
+pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -23,7 +23,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- '3f062e6a2338b91de142404399d9f4f8c34118c3ab532084b2cfb049fdf93798'
+ 'fae9d6dd835be206c4d997bfd21ba4096c4a552474f26b1af7704840d4298006'
#.preset file
'71caf34adf69e9e2567a38cfc951d1c60b13dbe87f58a9acfeb3fe48ffdc9d08'
#linux install file
@@ -58,9 +58,11 @@ prepare() {
done <<< $(ls ../*.patch)
# get kernel version
+ msg2 "Preparing kernel"
yes "" | make prepare
# load configuration
+ msg2 "Preparing config"
# Configure the kernel. Replace the line below with one of your choice.
#make menuconfig # CLI menu for configuration
#make nconfig # new CLI menu for configuration
diff --git a/config.x86_64 b/config.x86_64
index f80710605cc9..997b6e63c072 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.8.3 Kernel Configuration
+# Linux/x86 5.8.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -4056,6 +4056,7 @@ CONFIG_SPI_AMD=m
# CONFIG_SPI_LOOPBACK_TEST is not set
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_SPI_SLAVE is not set
+CONFIG_SPI_DYNAMIC=y
CONFIG_SPMI=m
# CONFIG_HSI is not set
CONFIG_PPS=y