summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-12-31 22:45:13 -0500
committerMark H Weaver <mhw@netris.org>2019-01-01 11:22:58 -0500
commitff148ea5d6f2b7799b4bee54b9d8123fe6007abc (patch)
treef5a403ac6f1e6fc0225ef4a1bc28444d1eb74f51 /Makefile.am
parentce899af10901bf9ed06fe0528b8c4f628ebba4fd (diff)
downloadpatches-ff148ea5d6f2b7799b4bee54b9d8123fe6007abc.tar
patches-ff148ea5d6f2b7799b4bee54b9d8123fe6007abc.tar.gz
gnu: linux-libre: Update to 4.20, while retaining 4.19 LTS.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20. (%linux-libre-hash): Update hash. (%linux-libre-4.20-patches): New variable. (linux-libre): Use %linux-libre-4.20-patches. (%linux-libre-4.19-version, %linux-libre-4.19-hash) (%linux-libre-4.19-patches, linux-libre-4.19): New variables. (linux-libre-arm-generic, linux-libre-arm-omap2plus): Use %linux-libre-4.20-patches. (linux-libre-arm-generic-4.19, linux-libre-arm-omap2plus-4.19): New variables. * gnu/packages/aux-files/linux-libre/4.20-arm.conf, gnu/packages/aux-files/linux-libre/4.20-arm64.conf, gnu/packages/aux-files/linux-libre/4.20-i686.conf, gnu/packages/aux-files/linux-libre/4.20-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0e5ca02ed3..e74916cc0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -281,6 +281,10 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm
# Auxiliary files for packages.
AUX_FILES = \
gnu/packages/aux-files/emacs/guix-emacs.el \
+ gnu/packages/aux-files/linux-libre/4.20-arm.conf \
+ gnu/packages/aux-files/linux-libre/4.20-arm64.conf \
+ gnu/packages/aux-files/linux-libre/4.20-i686.conf \
+ gnu/packages/aux-files/linux-libre/4.20-x86_64.conf \
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 \