From 7b40b9d2d2ddafd6945f18f19f5e621086d57169 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 3 Jan 2025 14:32:07 -0500 Subject: 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 --- gnu/tests/base.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gnu/tests') diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 9430cbee12f..0d30f892832 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. -- cgit v1.2.3