guix-commits
[Top][All Lists]
Advanced

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

01/01: linux: Add omap2plus generic kernel.


From: Mathieu Othacehe
Subject: 01/01: linux: Add omap2plus generic kernel.
Date: Mon, 6 Nov 2017 13:55:25 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit f6948189a940c0bf354672141762c6dacf1395e1
Author: Mathieu Othacehe <address@hidden>
Date:   Fri Nov 3 15:15:23 2017 +0100

    linux: Add omap2plus generic kernel.
    
    * 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).



reply via email to

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