Skip to content

Commit

Permalink
PKGBUILD: Merge patch rt-bore patch sourcing with cachyos and bore
Browse files Browse the repository at this point in the history
We don't need `bore-cachy-rt` anymore. This can be reverted if we want to pull out of tree rt patches *only* for the rt kernel,
however I much prefer including the rt patchset thats from https://github.com/CachyOS/linux/tree/6.12/rt as one of
our base patchsets instead.

Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim committed Nov 18, 2024
1 parent c64dbdb commit 99fc5ee
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 24 deletions.
4 changes: 1 addition & 3 deletions linux-cachyos-autofdo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (BORE)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down
4 changes: 1 addition & 3 deletions linux-cachyos-bmq/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (BORE)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down
4 changes: 1 addition & 3 deletions linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (BORE)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down
4 changes: 1 addition & 3 deletions linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (BORE)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down
4 changes: 1 addition & 3 deletions linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (Sched-ext + BORE + Cachy Sauce)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down
4 changes: 1 addition & 3 deletions linux-cachyos-rt-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (BORE)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down
4 changes: 1 addition & 3 deletions linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (BORE)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down
4 changes: 1 addition & 3 deletions linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,10 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|bore) # CachyOS Scheduler (BORE)
cachyos|bore|rt-bore) # CachyOS Scheduler (BORE)
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
bmq) ## Project C Scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
rt-bore) ## RT with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy-rt.patch");;
hardened) ## Hardened Patches with BORE Scheduler
source+=("${_patchsource}/sched/0001-bore-cachy.patch"
"${_patchsource}/misc/0001-hardened.patch");;
Expand Down

0 comments on commit 99fc5ee

Please sign in to comment.