5.0.8-2 (clr 5.0.8-734)
This commit is contained in:
parent
7cdc220062
commit
788d99e3af
2 changed files with 9 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 5.0.8
|
pkgver = 5.0.8
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -15,7 +15,7 @@ pkgbase = linux-clear
|
||||||
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.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/linux-5.0.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.8.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.8.xz
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.7-731
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.8-734
|
||||||
source = intel-ucode-20190312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190312.tar.gz
|
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 = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -67,10 +67,10 @@ _rev_override="n"
|
||||||
_major=5.0
|
_major=5.0
|
||||||
_minor=8
|
_minor=8
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.7-731
|
_clr=${_major}.8-734
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -130,6 +130,8 @@ CONFIG_MODULE_COMPRESS_XZ=y|' ./.config
|
||||||
sed -i "s|# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set|CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y|g" ./.config
|
sed -i "s|# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set|CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y|g" ./.config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
make olddefconfig
|
||||||
|
|
||||||
### Copying i915 firmware and intel-ucode
|
### Copying i915 firmware and intel-ucode
|
||||||
msg2 "Copying i915 firmware and intel-ucode-${_ucode}..."
|
msg2 "Copying i915 firmware and intel-ucode-${_ucode}..."
|
||||||
cp -a /usr/lib/firmware/i915 firmware/
|
cp -a /usr/lib/firmware/i915 firmware/
|
||||||
|
@ -168,6 +170,9 @@ CONFIG_MODULE_COMPRESS_XZ=y|' ./.config
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
### do not run `make olddefconfig` as it sets default options
|
||||||
|
yes "" | make config >/dev/null
|
||||||
|
|
||||||
### Running make nconfig
|
### Running make nconfig
|
||||||
|
|
||||||
[[ -z "$_makenconfig" ]] || make nconfig
|
[[ -z "$_makenconfig" ]] || make nconfig
|
||||||
|
|
Loading…
Reference in a new issue