summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--config1
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff80983945b..4b6b4051247d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-mainline-bootsplash
pkgdesc = Linux Mainline - with bootsplash support
pkgver = 5.8rc7
- pkgrel = 4
+ pkgrel = 5
url = https://kernel.org/
arch = x86_64
license = GPL2
@@ -18,6 +18,7 @@ pkgbase = linux-mainline-bootsplash
provides = linux-bootsplash
options = !strip
source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.8-rc7
+ source = config
source = sphinx-workaround.patch
source = 0001-bootsplash.patch
source = 0002-bootsplash.patch
@@ -37,6 +38,7 @@ pkgbase = linux-mainline-bootsplash
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
sha256sums = SKIP
+ sha256sums = c5d24fdb54ed0672d0e2b258c4db8014d66c9a798c88e16ac1c4e188758a9384
sha256sums = 8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c
sha256sums = a504f6cf84094e08eaa3cc5b28440261797bf4f06f04993ee46a20628ff2b53c
sha256sums = e096b127a5208f56d368d2cb938933454d7200d70c86b763aa22c38e0ddb8717
diff --git a/PKGBUILD b/PKGBUILD
index 625c99ac7716..37a2fe49a5c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=linux-mainline-bootsplash # Build kernel with a different name
_tag=v5.8-rc7
pkgver=5.8rc7
-pkgrel=4
+pkgrel=5
pkgdesc="Linux Mainline - with bootsplash support"
arch=(x86_64)
url="https://kernel.org/"
@@ -22,6 +22,7 @@ options=('!strip')
_srcname=linux-mainline
source=(
"$_srcname::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_tag"
+ config
sphinx-workaround.patch
0001-bootsplash.patch
0002-bootsplash.patch
@@ -44,6 +45,7 @@ validpgpkeys=(
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
+ 'c5d24fdb54ed0672d0e2b258c4db8014d66c9a798c88e16ac1c4e188758a9384'
'8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c'
'a504f6cf84094e08eaa3cc5b28440261797bf4f06f04993ee46a20628ff2b53c'
'e096b127a5208f56d368d2cb938933454d7200d70c86b763aa22c38e0ddb8717'
@@ -85,8 +87,8 @@ prepare() {
cp ../ajax-loader.gif tools/bootsplash/
echo "Setting config..."
- make localmodconfig
- make nconfig
+ cp ../config .config
+ make olddefconfig
make -s kernelrelease > version
echo "Prepared $pkgbase version $(<version)"
diff --git a/config b/config
index 11d604d23a9b..809bbb2f3fc8 100644
--- a/config
+++ b/config
@@ -6699,6 +6699,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
+CONFIG_BOOTSPLASH=y
# end of Console display driver support
# CONFIG_LOGO is not set