Sync with Github

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2023-05-05 14:18:12 +02:00
parent 7399a268c8
commit 0bd4e1920a
No known key found for this signature in database
GPG key ID: 79AFA05ABDB26C5A
2 changed files with 4 additions and 2 deletions

View file

@ -20,6 +20,7 @@ pkgbase = linux-cachyos-bmq
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.1.tar.xz
source = config

View file

@ -209,7 +209,7 @@ arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
options=('!strip')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld python)
@ -242,7 +242,8 @@ fi
case "$_cpusched" in
cachyos) # CachyOS Scheduler (EEVDF)
source+=("${_patchsource}/sched/0001-EEVDF.patch");;
source+=("${_patchsource}/sched/0001-EEVDF.patch"
"${_patchsource}/sched/0001-bore-eevdf.patch");;
pds|bmq) # BMQ/PDS scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch"
linux-cachyos-prjc.install);;