summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-11-03 20:03:34 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-11-03 20:49:52 +0000
commitda1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1 (patch)
tree046cc401f30a0a6f48d06e3097b830b42bc8c199 /pkgs/top-level
parent848f2f3d0dbc79fbe21c6b52a9e5628e02ed3bcf (diff)
downloadnixpkgs-da1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1.tar
nixpkgs-da1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1.tar.gz
nixpkgs-da1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1.tar.bz2
nixpkgs-da1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1.tar.lz
nixpkgs-da1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1.tar.xz
nixpkgs-da1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1.tar.zst
nixpkgs-da1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1.zip
linux_beagleboard: remove
The package is out-of-date and has no maintainer.
It should be now possible to just mainline kernel.
Support for that could be added by copying the right dtb file in our linux_rpi kernel.
I do not have the hardware to test this.

cc @dezgeg @dhess
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 38f3264838c..0962ba73555 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14213,14 +14213,6 @@ with pkgs;
 
   klibcShrunk = lowPrio (callPackage ../os-specific/linux/klibc/shrunk.nix { });
 
-  linux_beagleboard = callPackage ../os-specific/linux/kernel/linux-beagleboard.nix {
-    kernelPatches =
-      [ kernelPatches.bridge_stp_helper
-        kernelPatches.cpu-cgroup-v2."4.11"
-        kernelPatches.modinst_arg_list_too_long
-      ];
-  };
-
   linux_mptcp = linux_mptcp_94;
   linux_mptcp_94 = callPackage ../os-specific/linux/kernel/linux-mptcp.nix {
     kernelPatches =
@@ -14511,7 +14503,6 @@ with pkgs;
   linux_latest = linuxPackages_latest.kernel;
 
   # Build the kernel modules for the some of the kernels.
-  linuxPackages_beagleboard = linuxPackagesFor pkgs.linux_beagleboard;
   linuxPackages_mptcp = linuxPackagesFor pkgs.linux_mptcp;
   linuxPackages_rpi = linuxPackagesFor pkgs.linux_rpi;
   linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4);