4.16.2-3 (clr 4.16.2-550)
This commit is contained in:
parent
c6cb1f1ee3
commit
1e5215e7a6
2 changed files with 5 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 4.16.2
|
pkgver = 4.16.2
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
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/linux-4.16.tar.sign
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.2.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.2.xz
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.2.sign
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.2.sign
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-549
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-550
|
||||||
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
source = 90-linux.hook
|
source = 90-linux.hook
|
||||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -5,8 +5,8 @@ pkgbase=linux-clear
|
||||||
__basekernel=4.16
|
__basekernel=4.16
|
||||||
_minor=2
|
_minor=2
|
||||||
pkgver=${__basekernel}.${_minor}
|
pkgver=${__basekernel}.${_minor}
|
||||||
_clearver=${__basekernel}.2-549
|
_clearver=${__basekernel}.2-550
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -53,8 +53,7 @@ prepare() {
|
||||||
rm -f firmware/intel-ucode/0f*
|
rm -f firmware/intel-ucode/0f*
|
||||||
|
|
||||||
# Apply clearlinux patches
|
# Apply clearlinux patches
|
||||||
for i in $(grep "^Patch" ${srcdir}/clearlinux/linux.spec | grep -v 'zero-regs.patch' |\
|
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch005|^Patch006|^Patch0115|^Patch200|^Patch0500' | sed -n 's/.*: //p'); do
|
||||||
grep -v '0115-raid6-add-Kconfig-option-to-skip-raid6-benchmarking.patch' | sed -n 's/.*: //p'); do
|
|
||||||
msg "Applying ${i}"
|
msg "Applying ${i}"
|
||||||
patch -p1 -i "$srcdir/clearlinux/${i}"
|
patch -p1 -i "$srcdir/clearlinux/${i}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue