4.16.14-3 (clr 4.16.12-577)
This commit is contained in:
parent
ebda0ef379
commit
1e317e597b
2 changed files with 6 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.16.14
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -16,7 +16,7 @@ pkgbase = linux-clear
|
|||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.14.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.14.sign
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=045b7b68aa3b62dda6130ac1344ba8155fc1dbd3
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=dc77de2873718b2c6ed406c8bace99f1b38739d3
|
||||
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz
|
||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||
source = 60-linux.hook
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -67,9 +67,9 @@ pkgbase=linux-clear
|
|||
__basekernel=4.16
|
||||
_minor=14
|
||||
pkgver=${__basekernel}.${_minor}
|
||||
#_clearver=${__basekernel}.12-575
|
||||
_clearver=045b7b68aa3b62dda6130ac1344ba8155fc1dbd3
|
||||
pkgrel=2
|
||||
#_clearver=${__basekernel}.12-577
|
||||
_clearver=dc77de2873718b2c6ed406c8bace99f1b38739d3
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -114,7 +114,7 @@ prepare() {
|
|||
patch -p1 -i ../patch-${pkgver}
|
||||
|
||||
# Apply clearlinux patches
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0115|^Patch0500|^Patch200' | sed -n 's/.*: //p'); do
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0115|^Patch0500|^Patch0504|^Patch200' | sed -n 's/.*: //p'); do
|
||||
msg "Applying ${i}"
|
||||
patch -p1 -i "$srcdir/clearlinux/${i}"
|
||||
done
|
||||
|
|
Reference in a new issue