From: Leo Famulari <leo@famulari.name>
To: 67016@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, Leo Famulari <leo@famulari.name>,
Tobias Geerinckx-Rice <me@tobias.gr>
Subject: [bug#67016] [PATCH v2 9/9] gnu: Make linux-libre 6.6 the default.
Date: Mon, 13 Nov 2023 19:54:00 -0500 [thread overview]
Message-ID: <e8621d2580cfcd3c4136aa0521ea21ad9d0bb236.1699923240.git.leo@famulari.name> (raw)
In-Reply-To: <5b332146664f5d35e24fcfb4c80e86386c5cc2f6.1699923240.git.leo@famulari.name>
From: Wilko Meyer <w@wmeyer.eu>
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre): Update to 6.6.
* gnu/packages/linux.scm (linux-libre-with-bpf): Update to 6.6.
Change-Id: I6414821ba0f0e75543a3616300ff3233ffa1c3b0
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 641d1cd113..af5ec42fb1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1125,6 +1125,12 @@ (define-public linux-libre-6.6
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
+(define-public linux-libre-version linux-libre-6.6-version)
+(define-public linux-libre-gnu-revision linux-libre-6.6-gnu-revision)
+(define-public linux-libre-pristine-source linux-libre-6.6-pristine-source)
+(define-public linux-libre-source linux-libre-6.6-source)
+(define-public linux-libre linux-libre-6.6)
+
(define-public linux-libre-6.5
(make-linux-libre* linux-libre-6.5-version
linux-libre-6.5-gnu-revision
@@ -1133,12 +1139,6 @@ (define-public linux-libre-6.5
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
-(define-public linux-libre-version linux-libre-6.5-version)
-(define-public linux-libre-gnu-revision linux-libre-6.5-gnu-revision)
-(define-public linux-libre-pristine-source linux-libre-6.5-pristine-source)
-(define-public linux-libre-source linux-libre-6.5-source)
-(define-public linux-libre linux-libre-6.5)
-
(define-public linux-libre-6.1
(make-linux-libre* linux-libre-6.1-version
linux-libre-6.1-gnu-revision
@@ -1370,9 +1370,9 @@ (define-public linux-libre-mips64el-fuloong2e
(define-public linux-libre-with-bpf
(let ((base-linux-libre
(make-linux-libre*
- linux-libre-6.5-version
- linux-libre-6.5-gnu-revision
- linux-libre-6.5-source
+ linux-libre-6.6-version
+ linux-libre-6.6-gnu-revision
+ linux-libre-6.6-source
'("x86_64-linux" "i686-linux" "armhf-linux"
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:extra-version "bpf"
--
2.41.0
prev parent reply other threads:[~2023-11-14 0:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-09 13:26 [bug#67016] [PATCH 0/7] linux-libre kernel updates (2023-11-09) Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 1/7] gnu: linux-libre 6.5: Update to 6.5.11 Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.62 Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.138 Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.200 Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.260 Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.298 Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.329 Wilko Meyer
2023-11-10 18:36 ` [bug#67016] [PATCH 1/7] gnu: linux-libre 6.5: Update to 6.5.11 Leo Famulari
2023-11-11 7:32 ` Leo Famulari
2023-11-14 1:00 ` Leo Famulari
2023-11-15 10:02 ` Wilko Meyer
2023-11-14 5:11 ` bug#67016: " Leo Famulari
2023-11-14 5:14 ` [bug#67016] " Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 1/9] " Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 2/9] gnu: linux-libre 6.1: Update to 6.1.62 Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 3/9] gnu: linux-libre 5.15: Update to 5.15.138 Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 4/9] gnu: linux-libre 5.10: Update to 5.10.200 Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 5/9] gnu: linux-libre 5.4: Update to 5.4.260 Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 6/9] gnu: linux-libre 4.19: Update to 4.19.298 Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 7/9] gnu: linux-libre 4.14: Update to 4.14.329 Leo Famulari
2023-11-14 0:53 ` [bug#67016] [PATCH v2 8/9] gnu: Add linux-libre 6.6.1 Leo Famulari
2023-11-14 0:54 ` Leo Famulari [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e8621d2580cfcd3c4136aa0521ea21ad9d0bb236.1699923240.git.leo@famulari.name \
--to=leo@famulari.name \
--cc=67016@debbugs.gnu.org \
--cc=me@tobias.gr \
--cc=w@wmeyer.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).