summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-02-17 19:57:32 +0100
committerJosip Ponjavic2020-02-17 19:57:32 +0100
commit3ed6a568b863f5b978e858111f65ee80678a02e7 (patch)
treef7b19613e0a4f68b939972e3a7b21701375f35ad
parent1701cbbaad53351c86dc70d9b7bf1bb78f32424e (diff)
downloadaur-3ed6a568b863f5b978e858111f65ee80678a02e7.tar.gz
5.4.19.11-1 (clr 5.4.19-56)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
-rw-r--r--linux.install2
3 files changed, 16 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b4ed9ff0780..c3f5ac245510 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-preempt-rt
pkgdesc = Clear Linux Preempt-RT
- pkgver = 5.4.17.9
+ pkgver = 5.4.19.11
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-preempt-rt
arch = x86_64
@@ -12,16 +12,16 @@ pkgbase = linux-clear-preempt-rt
makedepends = libelf
makedepends = xmlto
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.17.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.17.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/patch-5.4.17-rt9.patch.xz
- source = clearlinux-preempt-rt::git+https://github.com/clearlinux-pkgs/linux-preempt-rt.git#tag=5.4.13-51
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.19.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.19.tar.sign
+ source = https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/patch-5.4.19-rt11.patch.xz
+ source = clearlinux-preempt-rt::git+https://github.com/clearlinux-pkgs/linux-preempt-rt.git#tag=5.4.19-56
source = enable_additional_cpu_optimizations-20190822.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190822.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 945f2bf6af69eed0ac81ef75b571f37ae1e16a9bb8a2ae698a365ee3ec2c74b9
+ sha256sums = 9584b971153e46a4a07573ca8f0ed78d7ca17b1eee25ff52f8b844b5d1fb77b8
sha256sums = SKIP
- sha256sums = f836174fc06ca8c9edb69d7d7ea480a6f6957caf00dfc08b042dbdd85a5cf265
+ sha256sums = 8fd8726f213ce70a9d4b9cb10f6c51aaf1470bf33bc76579631c75b0a1d319d4
sha256sums = SKIP
sha256sums = 8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5
diff --git a/PKGBUILD b/PKGBUILD
index 30cf323e4663..ec9478582473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,9 +59,9 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.4
-_minor=17
-_rtpatchver=9
-_clr=${_major}.13-51
+_minor=19
+_rtpatchver=11
+_clr=${_major}.19-56
_srcname=linux-${_major}.${_minor}
pkgbase=linux-clear-preempt-rt
pkgver=${_major}.${_minor}.${_rtpatchver}
@@ -100,7 +100,7 @@ prepare() {
### Add Clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux-preempt-rt/linux-preempt-rt.spec |\
- grep -Ev '^Patch0000|^Patch0123|^Patch0130|^Patch0002|^Patch0003' | sed -n 's/.*: //p'); do
+ grep -Ev '^Patch0000|^Patch0123' | sed -n 's/.*: //p'); do
echo "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux-preempt-rt/${i}"
done
@@ -117,8 +117,7 @@ prepare() {
--enable-after IKCONFIG IKCONFIG_PROC
# Power management and ACPI options
- scripts/config --enable HIBERNATION \
- --enable ACPI_REV_OVERRIDE_POSSIBLE \
+ scripts/config --enable ACPI_REV_OVERRIDE_POSSIBLE \
--enable ACPI_TABLE_UPGRADE
# Enable loadable module support
@@ -169,7 +168,7 @@ prepare() {
### Prepared version
make -s kernelrelease > version
- echo "Prepared %s version %s" "$pkgbase" "$(<version)"
+ echo "Prepared $pkgbase version $(<version)"
### Optionally load needed modules for the make localmodconfig
# See https://aur.archlinux.org/packages/modprobed-db
@@ -318,9 +317,9 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('945f2bf6af69eed0ac81ef75b571f37ae1e16a9bb8a2ae698a365ee3ec2c74b9'
+sha256sums=('9584b971153e46a4a07573ca8f0ed78d7ca17b1eee25ff52f8b844b5d1fb77b8'
'SKIP'
- 'f836174fc06ca8c9edb69d7d7ea480a6f6957caf00dfc08b042dbdd85a5cf265'
+ '8fd8726f213ce70a9d4b9cb10f6c51aaf1470bf33bc76579631c75b0a1d319d4'
'SKIP'
'8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5')
diff --git a/linux.install b/linux.install
index 689c15b4542f..aea7e9ffba87 100644
--- a/linux.install
+++ b/linux.install
@@ -4,5 +4,5 @@ post_install() {
echo " quiet console=tty0 console=ttyS0,115200n8 cryptomgr.notests initcall_debug"
echo " intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp"
echo " page_alloc.shuffle=1 rcu_nocbs=0-64 rcupdate.rcu_expedited=1"
- echo " rootfstype=ext4,btrfs,xfs tsc=reliable rw "
+ echo " rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw "
}