4.20.10-1 (clr 4.20.8-696)
This commit is contained in:
parent
088b045d02
commit
46b8e29a97
2 changed files with 8 additions and 10 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.20.8
|
||||
pkgrel = 2
|
||||
pkgver = 4.20.10
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -14,7 +14,7 @@ pkgbase = linux-clear
|
|||
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.8.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.20.10.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.20.8-696
|
||||
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
|
||||
|
@ -26,7 +26,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438
|
||||
sha256sums = SKIP
|
||||
sha256sums = 12df4b41babb5d4875f5c567d7510a089dc4f0e6408b524c935cf499301928c0
|
||||
sha256sums = 1e653ce01ea5ffb2a6f60b1947a67173be9e8f836467e537208bf2b243e1425b
|
||||
sha256sums = SKIP
|
||||
sha256sums = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
|
||||
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
||||
|
@ -49,5 +49,4 @@ pkgname = linux-clear
|
|||
|
||||
pkgname = linux-clear-headers
|
||||
pkgdesc = Header files and scripts for building modules for linux-clear
|
||||
depends = linux-clear
|
||||
|
||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -65,12 +65,12 @@ _rev_override="n"
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=4.20
|
||||
_minor=8
|
||||
_minor=10
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.8-696
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -140,7 +140,7 @@ prepare() {
|
|||
sed -i "s|# CONFIG_CRYPTO_USER is not set|CONFIG_CRYPTO_USER=m|g" ./.config
|
||||
|
||||
### Compress modules
|
||||
msg "Enabling XZ compressed modules..."
|
||||
msg2 "Enabling XZ compressed modules..."
|
||||
sed -i 's|^# CONFIG_MODULE_COMPRESS|\
|
||||
CONFIG_MODULE_COMPRESS=y\
|
||||
# CONFIG_MODULE_COMPRESS_GZIP is not set\
|
||||
|
@ -249,7 +249,6 @@ _package() {
|
|||
|
||||
_package-headers() {
|
||||
pkgdesc="Header files and scripts for building modules for linux-clear"
|
||||
depends=('linux-clear')
|
||||
|
||||
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
|
||||
|
||||
|
@ -339,7 +338,7 @@ done
|
|||
|
||||
sha256sums=('ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438'
|
||||
'SKIP'
|
||||
'12df4b41babb5d4875f5c567d7510a089dc4f0e6408b524c935cf499301928c0'
|
||||
'1e653ce01ea5ffb2a6f60b1947a67173be9e8f836467e537208bf2b243e1425b'
|
||||
'SKIP'
|
||||
'29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40'
|
||||
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
||||
|
|
Reference in a new issue