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-arm64-generic at version 5.4


From: guix-commits
Subject: branch master updated: gnu: Add linux-libre-arm64-generic at version 5.4.
Date: Tue, 11 Aug 2020 21:08: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 611d45f  gnu: Add linux-libre-arm64-generic at version 5.4.
611d45f is described below

commit 611d45f690e043575e80f39f1196e7262b39b1cd
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Tue Aug 11 14:54:57 2020 -0700

    gnu: Add linux-libre-arm64-generic at version 5.4.
    
    * gnu/packages/linux (linux-libre-arm64-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 3c91590..ca5a4f9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -991,6 +991,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-arm64-generic-5.4
+  (make-linux-libre* linux-libre-5.4-version
+                     linux-libre-5.4-source
+                     '("aarch64-linux")
+                     #:defconfig "defconfig"
+                     #:extra-version "arm64-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-riscv64-generic
   (make-linux-libre* linux-libre-version
                      linux-libre-source



reply via email to

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