guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add linux-libre-arm-generic at version 5.4.


From: guix-commits
Subject: branch master updated: gnu: Add linux-libre-arm-generic at version 5.4.
Date: Tue, 11 Aug 2020 15:37:31 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8a54e42  gnu: Add linux-libre-arm-generic at version 5.4.
8a54e42 is described below

commit 8a54e42b7ba7e503f179490cb70d4719334d5a6b
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Tue Aug 11 17:26:08 2020 +0000

    gnu: Add linux-libre-arm-generic at version 5.4.
    
    * gnu/packages/linux (linux-libre-arm-generic-5.4): 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 9b715f9..13c9ba5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -920,6 +920,18 @@ It has been modified to remove all non-free binary blobs.")
 (define-public linux-libre-arm-veyron
   (deprecated-package "linux-libre-arm-veyron" linux-libre-arm-generic))
 
+(define-public linux-libre-arm-generic-5.4
+  (make-linux-libre* linux-libre-5.4-version
+                     linux-libre-5.4-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-generic-4.19
   (make-linux-libre* linux-libre-4.19-version
                      linux-libre-4.19-source



reply via email to

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