summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-05-05 14:21:42 +0200
committerPiotr Gorski2023-05-05 14:21:42 +0200
commite3706a622c010a6427ad9a89291de87b8149fb92 (patch)
treeb04ebb01f27af4e11e12a2def40692d8c3c66c11
parentac42e94b7d077b2a2a53d011f5b9463d09855f93 (diff)
downloadaur-e3706a622c010a6427ad9a89291de87b8149fb92.tar.gz
Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce2aef6d1d3e..3c79c9860e4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = linux-cachyos-tt
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
diff --git a/PKGBUILD b/PKGBUILD
index 34e9856e28ac..95c0d90b3acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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);;