-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-cachyos-bmq: Add BMQ Scheduler (#299)
Signed-off-by: Peter Jung <[email protected]>
- Loading branch information
Showing
26 changed files
with
12,999 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
pkgbase = linux-cachyos-bmq | ||
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements | ||
pkgver = 6.11.0 | ||
pkgrel = 1 | ||
url = https://github.com/CachyOS/linux-cachyos | ||
arch = x86_64 | ||
license = GPL-2.0-only | ||
makedepends = bc | ||
makedepends = cpio | ||
makedepends = gettext | ||
makedepends = libelf | ||
makedepends = pahole | ||
makedepends = perl | ||
makedepends = python | ||
makedepends = tar | ||
makedepends = xz | ||
makedepends = zstd | ||
options = !strip | ||
options = !debug | ||
options = !lto | ||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz | ||
source = config | ||
source = auto-cpu-optimization.sh | ||
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.11/all/0001-cachyos-base-all.patch | ||
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.11/sched/0001-prjc-cachy.patch | ||
b2sums = e7750c0878d71a56a0ce52d4c4c912199dad5bf5e2e8f872585a6494afbb37cbd852e612a6858936d2dc9b7776a3933818f540db408d57e90d18ea5249bba7ab | ||
b2sums = f91a4d1256ef17ea9be587678850cf2ac30a900071502ac74eb950537e4ce4167ecabbfa446127c6231a17ff7d1b286808aed5e6d3847cc85e366868c758852e | ||
b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667 | ||
b2sums = 9eb3b415c780a04ceb820531acbf0994df0f626af1f3a3186845e178d39602d132b09668ea2073a11d20abf394f2e479d765b3de06afca3ce22a99738d5c7f32 | ||
b2sums = d8fa4edb43b447e2fe47689e4c76df2584cd090354eae596aa09b41e127d5a38ebc2bb7a542e413953fbd79e2fef95e208b7e3f9ccb120c04063df0f38401a52 | ||
|
||
pkgname = linux-cachyos-bmq | ||
pkgdesc = The Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel and modules | ||
depends = coreutils | ||
depends = kmod | ||
depends = initramfs | ||
optdepends = wireless-regdb: to set the correct wireless channels of your country | ||
optdepends = linux-firmware: firmware images needed for some devices | ||
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig | ||
optdepends = uksmd: Userspace KSM helper daemon | ||
provides = VIRTUALBOX-GUEST-MODULES | ||
provides = WIREGUARD-MODULE | ||
provides = KSMBD-MODULE | ||
provides = UKSMD-BUILTIN | ||
|
||
pkgname = linux-cachyos-bmq-headers | ||
pkgdesc = Headers and scripts for building modules for the Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel | ||
depends = pahole | ||
depends = linux-cachyos-bmq |
Oops, something went wrong.