4.16.7-3 (clr 4.16.7-567)

This commit is contained in:
Josip Ponjavic 2018-05-08 19:07:45 +02:00
parent ccb5d2edf4
commit ca59b780d2
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear pkgbase = linux-clear
pkgver = 4.16.7 pkgver = 4.16.7
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.7.xz source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.7.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.7.sign source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.7.sign
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=761892ab579de61e2f30039e127490c599d4fa14 source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=a1f7be059c68487f66deded174878264539a4cfd
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz
source = 60-linux.hook source = 60-linux.hook
source = 90-linux.hook source = 90-linux.hook

View file

@ -25,9 +25,9 @@ pkgbase=linux-clear
__basekernel=4.16 __basekernel=4.16
_minor=7 _minor=7
pkgver=${__basekernel}.${_minor} pkgver=${__basekernel}.${_minor}
#_clearver=${__basekernel}.7-565 #_clearver=${__basekernel}.7-567
_clearver=761892ab579de61e2f30039e127490c599d4fa14 _clearver=a1f7be059c68487f66deded174878264539a4cfd
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')
@ -93,6 +93,7 @@ prepare() {
cp -a /usr/lib/firmware/i915 firmware/ cp -a /usr/lib/firmware/i915 firmware/
cp -a ${srcdir}/intel-ucode firmware/ cp -a ${srcdir}/intel-ucode firmware/
cp ${srcdir}/intel-ucode-with-caveats/06* firmware/intel-ucode/
rm -f firmware/intel-ucode/0f* rm -f firmware/intel-ucode/0f*
if [ "${_kernelname}" != "" ]; then if [ "${_kernelname}" != "" ]; then