Ensure BORE patch is applied both for rt and rt-bore (#54)

This commit is contained in:
Jarvvay 2026-03-20 07:07:25 +00:00 committed by GitHub
parent bf8f7b1084
commit aa77cbc441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ lib.makeOverridable (
cachyosConfigFile = "${inputs.cachyos-kernel.outPath}/${configVariant}/config";
cachyosPatches = builtins.map (p: "${inputs.cachyos-kernel-patches.outPath}/${patchVersion}/${p}") (
(lib.optional (cpusched == "bore") "sched/0001-bore-cachy.patch")
(lib.optional (cpusched == "bore" || cpusched == "rt-bore") "sched/0001-bore-cachy.patch")
++ (lib.optional (cpusched == "bmq") "sched/0001-prjc-cachy.patch")
++ (lib.optional hardened "misc/0001-hardened.patch")
++ (lib.optional rt "misc/0001-rt-i915.patch")