linux_testing_bcachefs: 4.11.2017.08.23 -> 4.15.2018.02.09
This commit is contained in:
parent
2f0e3327ea
commit
bad837fd3b
2 changed files with 4 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
|||
{ stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args:
|
||||
|
||||
buildLinux (args // rec {
|
||||
version = "4.11.2017.08.23";
|
||||
modDirVersion = "4.11.0";
|
||||
version = "4.15.2018.02.09";
|
||||
modDirVersion = "4.15.0";
|
||||
extraMeta.branch = "master";
|
||||
extraMeta.maintainers = [ stdenv.lib.maintainers.davidak ];
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://evilpiepirate.org/git/bcachefs.git";
|
||||
rev = "fb8082a13d49397346a04ce4d3904569b0287738";
|
||||
sha256 = "18csg2zb4lnhid27h5w95j3g8np29m8y3zfpfgjl1jr2jks64kid";
|
||||
rev = "4506cd5ead31209a6a646c2412cbc7be735ebda4";
|
||||
sha256 = "0fcyf3y27k2lga5na4dhdyc47br840gkqynv8gix297pqxgidrib";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
@ -20,4 +20,3 @@ buildLinux (args // rec {
|
|||
extraMeta.hydraPlatforms = [];
|
||||
|
||||
} // (args.argsOverride or {}))
|
||||
|
||||
|
|
|
@ -13009,10 +13009,6 @@ with pkgs;
|
|||
linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix {
|
||||
kernelPatches =
|
||||
[ 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
|
||||
]
|
||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||
|
|
Loading…
Reference in a new issue