diff options
author | Leo Famulari <leo@famulari.name> | 2025-01-03 14:32:07 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-01-04 12:19:36 -0500 |
commit | 7b40b9d2d2ddafd6945f18f19f5e621086d57169 (patch) | |
tree | 7a4f6a94070b05680d3714ab521aee2f441e2c22 /gnu/tests | |
parent | 321edcf0744a8895690579e8a5b09b66c75d102c (diff) |
gnu: Remove linux-libre 4.19.
This kernel series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-4.19-version,
linux-libre-4.19-gnu-revision, deblob-scripts-4.19,
linux-libre-4.19-pristine-source, linux-libre-4.19-source,
linux-libre-headers-4.19, linux-libre-4.19, linux-libre-arm-generic-4.19,
linux-libre-arm-omap2plus-4.19): Remove variables.
* gnu/tests/base.scm (%test-linux-libre-4.19): Remove variable.
* gnu/packages/aux-files/linux-libre/4.19-arm.conf,
gnu/packages/aux-files/linux-libre/4.19-arm64.conf,
gnu/packages/aux-files/linux-libre/4.19-i686.conf,
gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
Change-Id: If79ccbb948975c544b27757104d360539970377c
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/base.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 9430cbee12..0d30f89283 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -57,7 +57,6 @@ %test-linux-libre-5.15 %test-linux-libre-5.10 %test-linux-libre-5.4 - %test-linux-libre-4.19 %test-halt %test-root-unmount %test-cleanup @@ -586,9 +585,6 @@ functionality tests, using the given KERNEL.") (define %test-linux-libre-5.4 (test-basic-os linux-libre-5.4)) -(define %test-linux-libre-4.19 - (test-basic-os linux-libre-4.19)) - ;;; ;;; Halt. |