guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: linux-libre-pinebook-pro: Update to 5.6.


From: guix-commits
Subject: 02/02: gnu: linux-libre-pinebook-pro: Update to 5.6.
Date: Mon, 6 Apr 2020 14:57:36 -0400 (EDT)

vagrantc pushed a commit to branch wip-pinebook-pro
in repository guix.

commit d4c6e06f369024efc63e11de1a5bacd3fe9f7e8d
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 5 16:13:39 2020 -0700

    gnu: linux-libre-pinebook-pro: Update to 5.6.
    
    * gnu/packages/linux (linux-libre-pinebook-pro): Update to 5.6.
      (deblob-scripts-pinebook-pro): Remove obsolete function.
---
 gnu/packages/linux.scm | 31 +++++--------------------------
 1 file changed, 5 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 096fb98..dd088ea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -960,46 +960,25 @@ It has been modified to remove all non-free binary 
blobs.")
                      '("riscv64-linux")
                      #:extra-version "riscv64-generic"))
 
-;; Distribute a patched version of deblob-5.5 to accomodate for
-;; the file rename
-;;    drivers/crypto/ccp/psp-dev.c -> drivers/crypto/ccp/sev-dev.c
-(define (deblob-scripts-pinebook-pro version)
-  (list (version-major+minor version)
-        (origin
-          (method url-fetch)
-          (uri (string-append "https://lilypond.org/janneke/pinebook-pro/";
-                              "deblob-pinebook-pro-"
-                              (version-major+minor version)))
-          (file-name (string-append "deblob-" (version-major+minor version)))
-          (sha256
-           (base32 "15xpmn93mibgh3zlmbzfxx6hfk6y7vrwqc46gx7r87hrwhg0q4hj")))
-        (origin
-          (method url-fetch)
-          (uri (string-append "https://linux-libre.fsfla.org";
-                              "/pub/linux-libre/releases/" version "-gnu/"
-                              "deblob-check"))
-          (sha256
-           (base32 "12v9n7qf67vilwi2bkzbn1sbamhaw60rk79v3y2lm8bprgpy958l")))))
-
 ;; This is apparently the least patched kernel (people call it "mainline",
 ;; although it's not upstream), at the moment (Fri Feb 14 2020).  The exact
 ;; version, branching, patchset is as yet unclear to me; the repository comes
 ;; without any tags or upstream branches.
 (define-public linux-libre-pinebook-pro
-  (let* ((version "5.5.0")
+  (let* ((version "5.6.0")
          (source
           (origin
             (method git-fetch)
             (uri (git-reference
                   (url 
"https://gitlab.manjaro.org/tsys/linux-pinebook-pro.git";)
-                  (commit "9564c96de3d1e7a19fbfed075333bf414fa1749f")))
+                  (commit "93293259039d6fc3a725961d42b4f11bfc3f5127")))
             (file-name (git-file-name "linux-libre-pinebook-pro" version))
             (sha256
              (base32
-              "0q4mrjvv7bpavd5r8k9njm0md0lymwcnjpd9nggb8vwffdgbchys"))))
+              "0yrn22j10f3f6hxmbd23ccis35f9s8cbjvzxiyxnsch2zab9349s"))))
          (pristine-source (make-linux-libre-source
-                           "5.5.0-pinebook-pro" source
-                           (deblob-scripts-pinebook-pro version))))
+                           "5.6.0-pinebook-pro" source
+                           deblob-scripts-5.6)))
     (make-linux-libre*
      version
      pristine-source



reply via email to

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