From 064c5b7e450f9f6d55cfcd0ec2bc9e96ee0b2958 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 8 Jan 2023 14:26:43 -0500 Subject: gnu: Remove linux-libre 4.9. This kernel series is no longer supported upstream: https://lkml.iu.edu/hypermail/linux/kernel/2301.0/06398.html https://www.kernel.org/category/releases.html * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. * gnu/packages/linux.scm (linux-libre-4.9-version, linux-libre-4.9-gnu-revision, deblob-scripts-4.9, linux-libre-4.9-pristine-source, linux-libre-4.9-source, linux-libre-headers-4.9, linux-libre-4.9): Remove variables. * gnu/tests/base.scm (%test-linux-libre-4.9): Likewise. --- gnu/tests/base.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gnu/tests/base.scm') diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 844039f5f8..3e72e193d7 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -57,7 +57,6 @@ %test-linux-libre-5.4 %test-linux-libre-4.19 %test-linux-libre-4.14 - %test-linux-libre-4.9 %test-halt %test-root-unmount %test-cleanup @@ -584,9 +583,6 @@ functionality tests, using the given KERNEL.") (define %test-linux-libre-4.14 (test-basic-os linux-libre-4.14)) -(define %test-linux-libre-4.9 - (test-basic-os linux-libre-4.9)) - ;;; ;;; Halt. -- cgit 1.4.1