4.16.2-1 (clr 4.16.1-546)
This commit is contained in:
parent
43635d2fa8
commit
9cbb49c99b
2 changed files with 8 additions and 11 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.16.1
|
||||
pkgver = 4.16.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -14,9 +14,9 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz
|
||||
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.1.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.1.sign
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.1-545
|
||||
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 = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.1-546
|
||||
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
||||
source = 60-linux.hook
|
||||
source = 90-linux.hook
|
||||
|
@ -26,7 +26,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9
|
||||
sha256sums = SKIP
|
||||
sha256sums = 66931bd802eb8d9f09b1f36bb57f24abab13230469ee855e5aaa2f93be2022e0
|
||||
sha256sums = fa82ef50579ea9b71b26b2ae98460380e22a48be2524f90548947a586988e575
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779
|
||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -3,9 +3,9 @@
|
|||
|
||||
pkgbase=linux-clear
|
||||
__basekernel=4.16
|
||||
_minor=1
|
||||
_minor=2
|
||||
pkgver=${__basekernel}.${_minor}
|
||||
_clearver=${__basekernel}.1-545
|
||||
_clearver=${__basekernel}.1-546
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
|
@ -30,7 +30,7 @@ validpgpkeys=(
|
|||
)
|
||||
sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
|
||||
'SKIP'
|
||||
'66931bd802eb8d9f09b1f36bb57f24abab13230469ee855e5aaa2f93be2022e0'
|
||||
'fa82ef50579ea9b71b26b2ae98460380e22a48be2524f90548947a586988e575'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779'
|
||||
|
@ -59,9 +59,6 @@ prepare() {
|
|||
patch -p1 -i "$srcdir/clearlinux/${i}"
|
||||
done
|
||||
|
||||
# disable CONFIG_MODULE_SIG_FORCE
|
||||
sed -i 's|CONFIG_MODULE_SIG_FORCE=y|# CONFIG_MODULE_SIG_FORCE is not set|' ./.config
|
||||
|
||||
if [ "${_kernelname}" != "" ]; then
|
||||
sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
|
||||
sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config
|
||||
|
|
Loading…
Reference in a new issue