4.19.8-2 (clr 4.19.8-669)
This commit is contained in:
parent
c241893bd9
commit
1c709a3ff2
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.19.8
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -15,7 +15,7 @@ pkgbase = linux-clear
|
|||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.8.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.19.6-669
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.19.8-669
|
||||
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||
source = 60-linux.hook
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -66,10 +66,10 @@ _rev_override="n"
|
|||
_major=4.19
|
||||
_minor=8
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.6-669
|
||||
_clr=${_major}.8-669
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -106,7 +106,7 @@ prepare() {
|
|||
echo "$_kernelname" > localversion.20-pkgname
|
||||
|
||||
### Add Clearlinux patches
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0501|^Patch0001|^Patch0002|^Patch0125' | sed -n 's/.*: //p'); do
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0501' | sed -n 's/.*: //p'); do
|
||||
msg2 "Applying patch ${i}..."
|
||||
patch -Np1 -i "$srcdir/clearlinux/${i}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue