summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-09-26 12:11:28 +0200
committerDavid Craven <david@craven.ch>2016-09-28 12:40:12 +0200
commit7a0630035cf940d4abe7d8c946a974325097c86b (patch)
tree6f54562fcc92721638327657d6da2d76ea72d6dc /gnu/packages/linux.scm
parente4e9c0a083962a770ff4f56c69082cf4b7046a6c (diff)
downloadguix-7a0630035cf940d4abe7d8c946a974325097c86b.tar.gz
gnu: linux-libre-beagle-bone-black: Remove kernel variant.
linux-libre-beagle-bone-black is misslabeled. This kernel variant is
for the original beagle board.

* gnu/packages/linux.scm (linux-libre-beagle-bone-black): Remove.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0a8e2f347d..9c7570a27e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -339,13 +339,6 @@ It has been modified to remove all non-free binary blobs.")
                     #:defconfig "multi_v7_defconfig"
                     #:extra-version "arm-generic"))
 
-(define-public linux-libre-beagle-bone-black
-  (make-linux-libre %linux-libre-version
-                    %linux-libre-hash
-                    '("armhf-linux")
-                    #:defconfig "omap2plus_defconfig"
-                    #:extra-version "beagle-bone-black"))
-
 
 ;;;
 ;;; Pluggable authentication modules (PAM).