5.0.1-1 (clr 5.0.1-714)

This commit is contained in:
Josip Ponjavic 2019-03-11 21:52:52 +01:00
parent 4d95fd831a
commit 680f7d45e1
2 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
pkgbase = linux-clear
pkgver = 4.20.15
pkgver = 5.0.1
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
@ -12,10 +12,10 @@ pkgbase = linux-clear
makedepends = linux-firmware
makedepends = xmlto
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.20.15.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.20.14-710
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.1.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.1-714
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
@ -24,9 +24,9 @@ pkgbase = linux-clear
source = linux.preset
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438
sha256sums = 437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
sha256sums = SKIP
sha256sums = d260efca438eaadd011e3eba4b106615059ddfe1926007cc023e490929c27bca
sha256sums = d05db91f6b95f963bb4c92fedb1ccb300378c23cc16b09f27d2190841620d5a4
sha256sums = SKIP
sha256sums = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d

View file

@ -64,10 +64,10 @@ _rev_override="n"
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=4.20
_minor=15
_major=5.0
_minor=1
_srcname=linux-${_major}
_clr=${_major}.14-710
_clr=${_major}.1-714
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
@ -78,9 +78,9 @@ makedepends=('bc' 'git' 'inetutils' 'kmod' 'libelf' 'linux-firmware' 'xmlto')
options=('!strip')
_gcc_more_v='20180509'
source=(
"https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar.xz"
"https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar.sign"
"https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
"https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz"
"https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.sign"
"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
"clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=${_clr}"
'https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz'
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
@ -107,7 +107,7 @@ prepare() {
echo "$_kernelname" > localversion.20-pkgname
### Add Clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0126|^Patch0003' | sed -n 's/.*: //p'); do
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0126' | sed -n 's/.*: //p'); do
msg2 "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@ -330,9 +330,9 @@ for _p in "${pkgname[@]}"; do
}"
done
sha256sums=('ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438'
sha256sums=('437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43'
'SKIP'
'd260efca438eaadd011e3eba4b106615059ddfe1926007cc023e490929c27bca'
'd05db91f6b95f963bb4c92fedb1ccb300378c23cc16b09f27d2190841620d5a4'
'SKIP'
'29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40'
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'