guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Add linux-libre-arm-generic-5.7.


From: guix-commits
Subject: 03/03: gnu: Add linux-libre-arm-generic-5.7.
Date: Mon, 8 Jun 2020 16:11:35 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 076779c4d4669c7f72c5f04b6d7ba73244478e73
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Tue Jun 2 22:55:19 2020 -0700

    gnu: Add linux-libre-arm-generic-5.7.
    
    * gnu/packages/linux (linux-libre-arm-generic): New variable.
---
 gnu/packages/linux.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dc85fe8..19f59d2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -894,6 +894,18 @@ It has been modified to remove all non-free binary blobs.")
                         ("CONFIG_RTC_DRV_RK808" . #t))
                       %default-extra-linux-options)))
 
+(define-public linux-libre-arm-generic-5.7
+  (make-linux-libre* linux-libre-5.7-version
+                     linux-libre-5.7-source
+                     '("armhf-linux")
+                     #:defconfig "multi_v7_defconfig"
+                     #:extra-version "arm-generic"
+                     #:extra-options
+                     (append
+                      `(;; needed to fix the RTC on rockchip platforms
+                        ("CONFIG_RTC_DRV_RK808" . #t))
+                      %default-extra-linux-options)))
+
 (define-public linux-libre-arm-veyron
   (deprecated-package "linux-libre-arm-veyron" linux-libre-arm-generic))
 



reply via email to

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