[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: linux-libre: Update the default linux-libre package to the 6
From: |
guix-commits |
Subject: |
05/07: gnu: linux-libre: Update the default linux-libre package to the 6.10 series. |
Date: |
Sun, 18 Aug 2024 10:36:05 -0400 (EDT) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit 0100e0555d402bb4a499139ac5943b3de157a618
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Wed Aug 14 22:30:28 2024 +0200
gnu: linux-libre: Update the default linux-libre package to the 6.10 series.
* 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 linux-libre-6.10.
Change-Id: I6ac1c0a3cb807d4f75fce70a213f97637b8ec23a
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/linux.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7f6c656cdd..1f7eeeafdb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1140,6 +1140,12 @@ Linux kernel. It has been modified to remove all
non-free binary blobs.")
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
+(define-public linux-libre-version linux-libre-6.10-version)
+(define-public linux-libre-gnu-revision linux-libre-6.10-gnu-revision)
+(define-public linux-libre-pristine-source linux-libre-6.10-pristine-source)
+(define-public linux-libre-source linux-libre-6.10-source)
+(define-public linux-libre linux-libre-6.10)
+
(define-public linux-libre-6.6
(make-linux-libre* linux-libre-6.6-version
linux-libre-6.6-gnu-revision
- branch kernel-updates created (now 3c6773f44e), guix-commits, 2024/08/18
- 01/07: gnu: linux-libre 6.10: Update to 6.10.5., guix-commits, 2024/08/18
- 02/07: gnu: linux-libre 6.6: Update to 6.6.46., guix-commits, 2024/08/18
- 03/07: gnu: linux-libre 6.1: Update to 6.1.105., guix-commits, 2024/08/18
- 05/07: gnu: linux-libre: Update the default linux-libre package to the 6.10 series.,
guix-commits <=
- 06/07: gnu: Add linux-libre-headers-latest., guix-commits, 2024/08/18
- 04/07: gnu: Remove linux-libre 6.9., guix-commits, 2024/08/18
- 07/07: gnu: libbpf: Switch from linux-libre-headers-6.9 to linux-libre-headers-latest., guix-commits, 2024/08/18