guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29133] [PATCH] linux: Add omap2plus generic kernel.


From: Mathieu Othacehe
Subject: [bug#29133] [PATCH] linux: Add omap2plus generic kernel.
Date: Fri, 3 Nov 2017 15:16:37 +0100

* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
---
 gnu/packages/linux.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2ecf6bd..0ee2d60 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -402,6 +402,13 @@ It has been modified to remove all non-free binary blobs.")
                     #:defconfig "multi_v7_defconfig"
                     #:extra-version "arm-generic"))
 
+(define-public linux-libre-arm-omap2plus
+  (make-linux-libre %linux-libre-version
+                    %linux-libre-hash
+                    '("armhf-linux")
+                    #:defconfig "omap2plus_defconfig"
+                    #:extra-version "arm-omap2plus"))
+
 
 ;;;
 ;;; Pluggable authentication modules (PAM).
-- 
2.7.4






reply via email to

[Prev in Thread] Current Thread [Next in Thread]