guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: linux-libre: Update to 4.18.3.


From: Mark H. Weaver
Subject: 05/05: gnu: linux-libre: Update to 4.18.3.
Date: Sun, 19 Aug 2018 02:27:23 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 860c37b9f21d8dd044ca44e6b60a8a29878abfd8
Author: Mark H Weaver <address@hidden>
Date:   Sun Aug 19 02:18:08 2018 -0400

    gnu: linux-libre: Update to 4.18.3.
    
    * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.3.
    (%linux-libre-hash): Update hash.
    (%linux-libre-patches): Rename to ...
    (%linux-libre-4.18-patches): ... this.
    (linux-libre, linux-libre-arm-generic, linux-libre-arm-omap2plus):
    Apply %linux-libre-4.18-patches.
---
 gnu/packages/linux.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 19e68dc..968beb5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -404,10 +404,10 @@ It has been modified to remove all non-free binary 
blobs.")
 ;; supports qemu "virt" machine and possibly a large number of ARM boards.
 ;; See : https://wiki.debian.org/DebianKernel/ARMMP.
 
-(define %linux-libre-version "4.18.2")
-(define %linux-libre-hash 
"0kfbzwp56yf7lb884jcdwx5cia73k5ks3nzxb306lj4s249qkn17")
+(define %linux-libre-version "4.18.3")
+(define %linux-libre-hash 
"0z7nnkmk5d2npilviqxa0m6nn30f5arhviysby78kkb3j2isx9jx")
 
-(define %linux-libre-patches
+(define %linux-libre-4.18-patches
   (list %boot-logo-patch
         (origin
           (method url-fetch)
@@ -432,7 +432,7 @@ It has been modified to remove all non-free binary blobs.")
   (make-linux-libre %linux-libre-version
                     %linux-libre-hash
                     %linux-compatible-systems
-                    #:patches %linux-libre-patches
+                    #:patches %linux-libre-4.18-patches
                     #:configuration-file kernel-config))
 
 (define %linux-libre-4.14-version "4.14.65")
@@ -460,6 +460,7 @@ It has been modified to remove all non-free binary blobs.")
   (make-linux-libre %linux-libre-version
                     %linux-libre-hash
                     '("armhf-linux")
+                    #:patches %linux-libre-4.18-patches
                     #:defconfig "multi_v7_defconfig"
                     #:extra-version "arm-generic"))
 
@@ -474,6 +475,7 @@ It has been modified to remove all non-free binary blobs.")
   (make-linux-libre %linux-libre-version
                     %linux-libre-hash
                     '("armhf-linux")
+                    #:patches %linux-libre-4.18-patches
                     #:defconfig "omap2plus_defconfig"
                     #:extra-version "arm-omap2plus"))
 



reply via email to

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