From 031620463abf5137e3523284432555b712589f81 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 2 Dec 2025 14:44:47 -0500 Subject: [PATCH] Add `kernel/v6.x` paths for Linux downloads to closer match kernel.org The scripts we download and run use some variable replacement, so allow us to replace the domain rather than needing to figure out the whole path. --- files/libc.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/files/libc.toml b/files/libc.toml index 2059c26..3d4b2dc 100644 --- a/files/libc.toml +++ b/files/libc.toml @@ -42,6 +42,7 @@ sha256 = "a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4" source = "https://www.musl-libc.org/releases/musl-1.2.5.tar.gz" license = "MIT" +# The `libc/linux-*` paths are unused. [[files]] name = "libc/linux-6.6.tar.xz" sha256 = "d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0" @@ -59,3 +60,21 @@ name = "libc/linux-6.18.tar.xz" sha256 = "9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b" source = "https://kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz" license = "GPL-2.0-only WITH Linux-syscall-note" + +[[files]] +name = "linux/kernel/v6.x/linux-6.6.tar.xz" +sha256 = "d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0" +source = "https://kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz" +license = "GPL-2.0-only WITH Linux-syscall-note" + +[[files]] +name = "linux/kernel/v6.x/linux-6.14.tar.xz" +sha256 = "a294b683e7b161bb0517bb32ec7ed1d2ea7603dfbabad135170ed12d00c47670" +source = "https://kernel.org/pub/linux/kernel/v6.x/linux-6.14.tar.xz" +license = "GPL-2.0-only WITH Linux-syscall-note" + +[[files]] +name = "linux/kernel/v6.x/linux-6.18.tar.xz" +sha256 = "9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b" +source = "https://kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz" +license = "GPL-2.0-only WITH Linux-syscall-note"