guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Remove duplicated linux-libre-arm64-generic-5.8.


From: guix-commits
Subject: 01/02: gnu: Remove duplicated linux-libre-arm64-generic-5.8.
Date: Mon, 24 Aug 2020 05:59:19 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 2f2dbde921e75dfb04ddcc183ca068ba05dc3d91
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 24 11:49:27 2020 +0200

    gnu: Remove duplicated linux-libre-arm64-generic-5.8.
    
    This fixes a test failure in "fold-available-packages with/without cache".
    
    * gnu/packages/linux.scm (linux-libre-arm64-generic-5.8): Remove it as it
    duplicates linux-libre-arm64-generic.
---
 gnu/packages/linux.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cf7a1dc..4834aa4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -983,18 +983,6 @@ It has been modified to remove all non-free binary blobs.")
                      '("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-arm64-generic-5.8
-  (make-linux-libre* linux-libre-5.8-version
-                     linux-libre-5.8-source
-                     '("aarch64-linux")
-                     #:defconfig "defconfig"
-                     #:extra-version "arm64-generic"
                      #:extra-options
                      (append
                       `(;; needed to fix the RTC on rockchip platforms



reply via email to

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