1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linux-riscv: Remove.

risc-v changes are now upstream.

See #49490
This commit is contained in:
Shea Levy 2018-11-06 09:42:45 -05:00
parent 1aed180d73
commit 329bf4c3e1
2 changed files with 0 additions and 25 deletions

View file

@ -1,18 +0,0 @@
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.16-rc6";
modDirVersion = "4.16.0-rc6";
extraMeta.branch = "4.16";
src = fetchFromGitHub {
owner = "shlevy";
repo ="riscv-linux";
rev = "a54f259c2adce68e3bd7600be8989bf1ddf9ea3a";
sha256 = "140w6mj4hm1vf4zsmcr2w5cghcaalbvw5d4m9z57dmq1z5plsl4q";
};
# Should the testing kernels ever be built on Hydra?
extraMeta.hydraPlatforms = [];
} // (args.argsOverride or {}))

View file

@ -14329,13 +14329,6 @@ with pkgs;
];
};
linux_riscv = callPackage ../os-specific/linux/kernel/linux-riscv.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
];
};
linux_hardkernel_4_14 = callPackage ../os-specific/linux/kernel/linux-hardkernel-4.14.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper