5.0.14-1 (clr 5.0.13-752)
This commit is contained in:
parent
f8f2c39416
commit
1206bd5f6e
2 changed files with 9 additions and 11 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 5.0.13
|
||||
pkgver = 5.0.14
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -14,8 +14,8 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
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.13.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.11-747
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.14.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.13-752
|
||||
source = intel-ucode-20190312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190312.tar.gz
|
||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||
source = 60-linux.hook
|
||||
|
@ -26,7 +26,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
|
||||
sha256sums = SKIP
|
||||
sha256sums = 32c84ee7ea4ac2db5403df3336611ff7635fa9b7098f876e1da8009f9daff694
|
||||
sha256sums = c47e45f0592c2b5263957c494a4df824e764cbfe1b9fa6d894b8ea2df8b9a69d
|
||||
sha256sums = SKIP
|
||||
sha256sums = 2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099
|
||||
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -13,9 +13,6 @@ _enable_gcc_more_v="y"
|
|||
# which will cause a failure to build if using makechrootpkg. Note that the
|
||||
# generic (default) option is 26.
|
||||
#
|
||||
# Note - the march=native option is unavailable by this method, use the nconfig
|
||||
# and manually select it.
|
||||
#
|
||||
# 1. AMD Opteron/Athlon64/Hammer/K8 (MK8)
|
||||
# 2. AMD Opteron/Athlon64/Hammer/K8 with SSE3 (MK8SSE3)
|
||||
# 3. AMD 61xx/7x50/PhenomX3/X4/II/K10 (MK10)
|
||||
|
@ -42,6 +39,7 @@ _enable_gcc_more_v="y"
|
|||
# 24. Intel Cannon Lake (MCANNONLAKE)
|
||||
# 25. Intel Ice Lake (MICELAKE)
|
||||
# 26. Generic-x86-64 (GENERIC_CPU)
|
||||
# 27. Native optimizations autodetected by GCC (MNATIVE)
|
||||
_subarch=
|
||||
|
||||
# Compile ONLY probed modules
|
||||
|
@ -65,9 +63,9 @@ _rev_override="n"
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=5.0
|
||||
_minor=13
|
||||
_minor=14
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.11-747
|
||||
_clr=${_major}.13-752
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=1
|
||||
|
@ -108,7 +106,7 @@ prepare() {
|
|||
echo "$_kernelname" > localversion.20-pkgname
|
||||
|
||||
### Add Clearlinux patches
|
||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0126|^Patch0001|^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
|
||||
|
@ -338,7 +336,7 @@ done
|
|||
|
||||
sha256sums=('437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43'
|
||||
'SKIP'
|
||||
'32c84ee7ea4ac2db5403df3336611ff7635fa9b7098f876e1da8009f9daff694'
|
||||
'c47e45f0592c2b5263957c494a4df824e764cbfe1b9fa6d894b8ea2df8b9a69d'
|
||||
'SKIP'
|
||||
'2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099'
|
||||
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
||||
|
|
Loading…
Reference in a new issue