guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove duplicated linux-libre packages.


From: guix-commits
Subject: branch master updated: gnu: Remove duplicated linux-libre packages.
Date: Mon, 10 Aug 2020 08:40:20 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6463578  gnu: Remove duplicated linux-libre packages.
6463578 is described below

commit 6463578384d9101ca3f0072ca3a19ba7865f4e94
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 10 14:37:54 2020 +0200

    gnu: Remove duplicated linux-libre packages.
    
    Remove linux-libre-arm-generic-5.7 and linux-libre-arm64-generic-5.7 that 
are
    respectively duplicating linux-libre-arm-generic and 
linux-libre-arm64-generic.
    
    Fixes: https://issues.guix.gnu.org/42794.
    
    * gnu/packages/linux.scm (linux-libre-arm-generic-5.7,
    linux-libre-arm64-generic-5.7): Remove them.
---
 gnu/packages/linux.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f04cd99..a2d6d38 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -917,18 +917,6 @@ 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))
 
@@ -979,18 +967,6 @@ 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.7
-  (make-linux-libre* linux-libre-5.7-version
-                     linux-libre-5.7-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]