From 10a193596368443f441077525ebbddf787d91e4b Mon Sep 17 00:00:00 2001 From: Wilko Meyer Date: Sun, 14 Jan 2024 03:01:37 +0100 Subject: gnu: Remove linux-libre 4.14. * gnu/packages/linux.scm (linux-libre-4.14-version, linux-libre-4.14-gnu-revision, deblob-scripts-4.14, linux-libre-4.14-pristine-source, linux-libre-4.14-source, linux-libre-headers-4.14, linux-libre-4.14, linux-libre-arm-generic-4.14, linux-libre-arm-omap2plus-4.14): Remove variables. * gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove aforementioned .conf files. * gnu/tests/base.scm (%test-linux-libre-4.14): Remove variable. Change-Id: I40393b5f46b989848d569c929f1d9c986736553e --- 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 5584628514..acba1ebd25 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -56,7 +56,6 @@ %test-linux-libre-5.10 %test-linux-libre-5.4 %test-linux-libre-4.19 - %test-linux-libre-4.14 %test-halt %test-root-unmount %test-cleanup @@ -580,9 +579,6 @@ functionality tests, using the given KERNEL.") (define %test-linux-libre-4.19 (test-basic-os linux-libre-4.19)) -(define %test-linux-libre-4.14 - (test-basic-os linux-libre-4.14)) - ;;; ;;; Halt. -- cgit v1.2.3