all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54144] [PATCH] gnu: linux-libre: Update to 5.16.11.
@ 2022-02-24 15:21 Leo Famulari
  2022-03-10 16:33 ` bug#54144: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2022-02-24 15:21 UTC (permalink / raw)
  To: 54144

* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Use 5.16.
---
 gnu/packages/linux.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3864cb902a..8281974c37 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -928,6 +928,12 @@ (define-public linux-libre-5.16
                      '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
                      #:configuration-file kernel-config))
 
+(define-public linux-libre-version         linux-libre-5.16-version)
+(define-public linux-libre-gnu-revision    linux-libre-5.16-gnu-revision)
+(define-public linux-libre-pristine-source linux-libre-5.16-pristine-source)
+(define-public linux-libre-source          linux-libre-5.16-source)
+(define-public linux-libre                 linux-libre-5.16)
+
 (define-public linux-libre-5.15
   (make-linux-libre* linux-libre-5.15-version
                      linux-libre-5.15-gnu-revision
@@ -935,12 +941,6 @@ (define-public linux-libre-5.15
                      '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
                      #:configuration-file kernel-config))
 
-(define-public linux-libre-version         linux-libre-5.15-version)
-(define-public linux-libre-gnu-revision    linux-libre-5.15-gnu-revision)
-(define-public linux-libre-pristine-source linux-libre-5.15-pristine-source)
-(define-public linux-libre-source          linux-libre-5.15-source)
-(define-public linux-libre                 linux-libre-5.15)
-
 (define-public linux-libre-5.10
   (make-linux-libre* linux-libre-5.10-version
                      linux-libre-5.10-gnu-revision
@@ -1157,9 +1157,9 @@ (define-public linux-libre-mips64el-fuloong2e
 (define-public linux-libre-with-bpf
   (let ((base-linux-libre
          (make-linux-libre*
-          linux-libre-5.15-version
-          linux-libre-5.15-gnu-revision
-          linux-libre-5.15-source
+          linux-libre-5.16-version
+          linux-libre-5.16-gnu-revision
+          linux-libre-5.16-source
           '("x86_64-linux" "i686-linux" "armhf-linux"
             "aarch64-linux" "riscv64-linux")
           #:extra-version "bpf"
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54144: [PATCH] gnu: linux-libre: Update to 5.16.11.
  2022-02-24 15:21 [bug#54144] [PATCH] gnu: linux-libre: Update to 5.16.11 Leo Famulari
@ 2022-03-10 16:33 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-03-10 16:33 UTC (permalink / raw)
  To: 54144-done

I pushed the update to the 5.16 series as commit
45f5b495b0044c29424b31f60b57dcb695236117




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-10 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 15:21 [bug#54144] [PATCH] gnu: linux-libre: Update to 5.16.11 Leo Famulari
2022-03-10 16:33 ` bug#54144: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.