sys-kernel/xanmod-sources more fixes
This commit is contained in:
parent
680b8e3add
commit
c43190a6f1
@ -1,4 +1,3 @@
|
||||
DIST 0001-sched-Introduce-the-Cachy-CPU-scheduler-v5.8.patch 221951 BLAKE2B 79bc812e632e944ac544a3d04f95e79c95cec7229cecb58ce28719257f66da2eb709465d6a4bba261a0d59ebebf7418e45f78f00075a1234f183482b15c4bb88 SHA512 3b54541ecbdfea390f39231765a54620179961b5e0b9c0cdcc2c89a311265e1ac00f0c691cf9c69f21c14f92dbad75c35904dd9498e8be09634e20c11260237d
|
||||
DIST cachy-5.8.patch 48929 BLAKE2B b3d460a29deed4d324c350bb08d14c22a655d54cb7a3d7997b6c2a9a8ebc55a0e073b7be7a6b77e339848b341ae871af0fd1b62d5e7ea7c1a62b9c7996bfaf9b SHA512 e38e2fcc533a63b4bfd85ca61a0f9bbf186ebcf2a42a4559aa8e8c1915123677fb1ff6249e78bdb93b22cda685008a1442608996636c7bf3bcff7ebfd5c49b45
|
||||
DIST linux-5.8.tar.xz 114459324 BLAKE2B 7bd97f8fa4527840754434414c07283e89731dc8ebb1e95fa5bc1469a60af1122582c0d3b6e262e77882f023190068df3537bd8b65964b3caa820bb2c8e579c7 SHA512 45a53ecf351096ef6e98242cca4228b8da9b9139ecc6963695791ea6fb7a9484a4e1c19dcca7ce7cbfdfa49de0451b70973bb078f12bdae9cbaddbc3f8092556
|
||||
DIST patch-5.8.0-xanmod1.xz 89780 BLAKE2B 93cfbc072d9b9ca8b1c492edd36aee878a4cfc6d560c4b3f43156bf9102e4d8b6ab93c4c776547aec85d46e0f807824190cbfac7417d91990e6e2a4a09b0a1b8 SHA512 5829efc80b97f258b8e39ba9323a827cdfc4cfc894541e510c63cc9344ae95c7b5bb22200782d340d959685d2f952ccf24c3ca8cec64496d4434bc7bcd76e0e0
|
||||
|
@ -13,7 +13,7 @@ DESCRIPTION="A general-purpose kernel with custom settings and new features"
|
||||
HOMEPAGE="https://xanmod.org"
|
||||
LICENSE+=" CDDL"
|
||||
KEYWORDS="~amd64"
|
||||
CACHY_URI="https://dl.xanmod.org/experimental/cachy_cpu_sched/0001-sched-Introduce-the-Cachy-CPU-scheduler-v5.8.patch"
|
||||
CACHY_URI="https://raw.githubusercontent.com/hamadmarri/cachy-sched/master/patches/cachy/cachy-5.8.patch"
|
||||
IUSE="cachy"
|
||||
SRC_URI="${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz https://github.com/xanmod/linux/releases/download/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz
|
||||
( ${CACHY_URI} )
|
||||
@ -25,7 +25,7 @@ UNIPATCH_LIST="${DISTDIR}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
|
||||
src_prepare() {
|
||||
|
||||
if use cachy; then
|
||||
eapply "${DISTDIR}/0001-sched-Introduce-the-Cachy-CPU-scheduler-v5.8.patch"
|
||||
eapply "${DISTDIR}/cachy-5.8.patch"
|
||||
fi
|
||||
|
||||
kernel-2-src-prepare-overlay_src_prepare
|
||||
|
@ -12,21 +12,14 @@ detect_version
|
||||
DESCRIPTION="A general-purpose kernel with custom settings and new features"
|
||||
HOMEPAGE="https://xanmod.org"
|
||||
LICENSE+=" CDDL"
|
||||
KEYWORDS="~amd64"
|
||||
CACHY_URI="https://raw.githubusercontent.com/hamadmarri/cachy-sched/master/patches/cachy/cachy-5.8.patch"
|
||||
IUSE="cachy"
|
||||
SRC_URI="${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz https://github.com/xanmod/linux/releases/download/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz
|
||||
( ${CACHY_URI} )
|
||||
"
|
||||
SRC_URI="${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz https://github.com/xanmod/linux/releases/download/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
|
||||
|
||||
UNIPATCH_LIST_DEFAULT=""
|
||||
UNIPATCH_LIST="${DISTDIR}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
|
||||
|
||||
src_prepare() {
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
if use cachy; then
|
||||
eapply "${DISTDIR}/cachy-5.8.patch"
|
||||
fi
|
||||
src_prepare() {
|
||||
|
||||
kernel-2-src-prepare-overlay_src_prepare
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user