diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-02-24 15:53:26 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-03-05 14:59:55 -0800 |
| commit | 2126b510ce9f7b075e72e1a7f71a5284fb85fb22 (patch) | |
| tree | 7a17428ad22608d602ffb885c6f5dd72ab29eaec /gnu/tests/base.scm | |
| parent | 53bb5afabe1c54357045bfbcd4416ea586feb25a (diff) | |
gnu: Remove linux-libre 5.4.
gnu/packages/linux.scm (linux-libre-5.4-version, linux-libre-5.4-gnu-revision,
deblob-scripts-5.4, linux-libre-5.4-pristine-source, linux-libre-5.4-source,
linux-libre-headers-5.4, linux-libre-5.4, linux-libre-headers-5.4,
linux-libre-arm-generic-5.4, linux-libre-arm64-generic-5.4): Remove variables.
* gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch: Delete
file.
* gnu/local.mk [dist_patch_DATA]: Deregister patch.
* gnu/packages/aux-files/linux-libre/5.4-arm.conf,
gnu/packages/aux-files/linux-libre/5.4-arm64.conf,
gnu/packages/aux-files/linux-libre/5.4-i686.conf,
gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Delete files.
* Makefile.am [AUX_FILES]: Deregister them.
* gnu/packages/android.scm (adb)[native-inputs]: Use linux-libre-headers-5.15.
* gnu/packages/vpn.scm (wireguard-linux-compat): Remove variable.
* gnu/tests/base.scm (%test-linux-libre-5.4): Remove variable.
Diffstat (limited to 'gnu/tests/base.scm')
| -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 403aa20cfff..b65e54222cd 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm | |||
| @@ -56,7 +56,6 @@ | |||
| 56 | %test-basic-os | 56 | %test-basic-os |
| 57 | %test-linux-libre-5.15 | 57 | %test-linux-libre-5.15 |
| 58 | %test-linux-libre-5.10 | 58 | %test-linux-libre-5.10 |
| 59 | %test-linux-libre-5.4 | ||
| 60 | %test-halt | 59 | %test-halt |
| 61 | %test-root-unmount | 60 | %test-root-unmount |
| 62 | %test-cleanup | 61 | %test-cleanup |
| @@ -679,9 +678,6 @@ test \"$BASHRC_D_OK\" = yes")) | |||
| 679 | (define %test-linux-libre-5.10 | 678 | (define %test-linux-libre-5.10 |
| 680 | (test-basic-os linux-libre-5.10)) | 679 | (test-basic-os linux-libre-5.10)) |
| 681 | 680 | ||
| 682 | (define %test-linux-libre-5.4 | ||
| 683 | (test-basic-os linux-libre-5.4)) | ||
| 684 | |||
| 685 | 681 | ||
| 686 | ;;; | 682 | ;;; |
| 687 | ;;; Halt. | 683 | ;;; Halt. |
