diff options
author | Leo Famulari <leo@famulari.name> | 2020-08-29 20:11:53 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-08-30 13:53:55 -0400 |
commit | b39541859dcef62fef174392092a456b03a15498 (patch) | |
tree | 3c63fb92e043c1359f0281f60fdac5075fd120ad /Makefile.am | |
parent | 71a85fedcdf0232e5eae69af6cc139a8aafaea10 (diff) | |
download | guix-b39541859dcef62fef174392092a456b03a15498.tar guix-b39541859dcef62fef174392092a456b03a15498.tar.gz |
gnu: Remove linux-libre 5.7.
The 5.7 kernel series is no longer supported upstream.
* gnu/packages/linux.scm (deblob-scripts-5.7, linux-libre-5.7-version,
linux-libre-5.7-pristine-source, linux-libre-5.7-source,
linux-libre-headers-5.7, linux-libre-5.7) Remove variables.
* gnu/packages/aux-files/linux-libre/5.7-arm.conf,
gnu/packages/aux-files/linux-libre/5.7-arm64.conf,
gnu/packages/aux-files/linux-libre/5.7-i686.conf,
gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 9c38c2f83c..4c10bd37bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -335,10 +335,6 @@ AUX_FILES = \ gnu/packages/aux-files/linux-libre/5.8-arm64.conf \ gnu/packages/aux-files/linux-libre/5.8-i686.conf \ gnu/packages/aux-files/linux-libre/5.8-x86_64.conf \ - gnu/packages/aux-files/linux-libre/5.7-arm.conf \ - gnu/packages/aux-files/linux-libre/5.7-arm64.conf \ - gnu/packages/aux-files/linux-libre/5.7-i686.conf \ - gnu/packages/aux-files/linux-libre/5.7-x86_64.conf \ 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 \ |