linux_testing_bcachefs: 4.11.2017.08.23 -> 4.15.2018.02.09
This commit is contained in:
parent
2f0e3327ea
commit
bad837fd3b
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args:
|
{ stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "4.11.2017.08.23";
|
version = "4.15.2018.02.09";
|
||||||
modDirVersion = "4.11.0";
|
modDirVersion = "4.15.0";
|
||||||
extraMeta.branch = "master";
|
extraMeta.branch = "master";
|
||||||
extraMeta.maintainers = [ stdenv.lib.maintainers.davidak ];
|
extraMeta.maintainers = [ stdenv.lib.maintainers.davidak ];
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://evilpiepirate.org/git/bcachefs.git";
|
url = "https://evilpiepirate.org/git/bcachefs.git";
|
||||||
rev = "fb8082a13d49397346a04ce4d3904569b0287738";
|
rev = "4506cd5ead31209a6a646c2412cbc7be735ebda4";
|
||||||
sha256 = "18csg2zb4lnhid27h5w95j3g8np29m8y3zfpfgjl1jr2jks64kid";
|
sha256 = "0fcyf3y27k2lga5na4dhdyc47br840gkqynv8gix297pqxgidrib";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@ -20,4 +20,3 @@ buildLinux (args // rec {
|
|||||||
extraMeta.hydraPlatforms = [];
|
extraMeta.hydraPlatforms = [];
|
||||||
|
|
||||||
} // (args.argsOverride or {}))
|
} // (args.argsOverride or {}))
|
||||||
|
|
||||||
|
@ -13009,10 +13009,6 @@ with pkgs;
|
|||||||
linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix {
|
linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix {
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.bridge_stp_helper
|
[ kernelPatches.bridge_stp_helper
|
||||||
kernelPatches.p9_fixes
|
|
||||||
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
|
|
||||||
# when adding a new linux version
|
|
||||||
kernelPatches.cpu-cgroup-v2."4.11"
|
|
||||||
kernelPatches.modinst_arg_list_too_long
|
kernelPatches.modinst_arg_list_too_long
|
||||||
]
|
]
|
||||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user