mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add linux-libre 5.11.
* gnu/packages/linux.scm (linux-libre-5.11-version, deblob-scripts-5.11, linux-libre-5.11-pristine-source, linux-libre-5.11-source, linux-libre-5.11): New variables. * gnu/packages/aux-files/linux-libre/5.11-x86_64.conf, gnu/packages/aux-files/linux-libre/5.11-i686.conf, gnu/packages/aux-files/linux-libre/5.11-arm.conf, gnu/packages/aux-files/linux-libre/5.11-arm64.conf: New files. * Makefile.am (AUX_FILES): Add them.
This commit is contained in:
parent
d103cc6a02
commit
b819512ca2
6 changed files with 41736 additions and 0 deletions
|
@ -360,6 +360,10 @@ AUX_FILES = \
|
||||||
gnu/packages/aux-files/chromium/master-preferences.json \
|
gnu/packages/aux-files/chromium/master-preferences.json \
|
||||||
gnu/packages/aux-files/emacs/guix-emacs.el \
|
gnu/packages/aux-files/emacs/guix-emacs.el \
|
||||||
gnu/packages/aux-files/guix.vim \
|
gnu/packages/aux-files/guix.vim \
|
||||||
|
gnu/packages/aux-files/linux-libre/5.11-arm.conf \
|
||||||
|
gnu/packages/aux-files/linux-libre/5.11-arm64.conf \
|
||||||
|
gnu/packages/aux-files/linux-libre/5.11-i686.conf \
|
||||||
|
gnu/packages/aux-files/linux-libre/5.11-x86_64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/5.10-arm.conf \
|
gnu/packages/aux-files/linux-libre/5.10-arm.conf \
|
||||||
gnu/packages/aux-files/linux-libre/5.10-arm64.conf \
|
gnu/packages/aux-files/linux-libre/5.10-arm64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/5.10-i686.conf \
|
gnu/packages/aux-files/linux-libre/5.10-i686.conf \
|
||||||
|
|
9944
gnu/packages/aux-files/linux-libre/5.11-arm.conf
Normal file
9944
gnu/packages/aux-files/linux-libre/5.11-arm.conf
Normal file
File diff suppressed because it is too large
Load diff
10140
gnu/packages/aux-files/linux-libre/5.11-arm64.conf
Normal file
10140
gnu/packages/aux-files/linux-libre/5.11-arm64.conf
Normal file
File diff suppressed because it is too large
Load diff
10792
gnu/packages/aux-files/linux-libre/5.11-i686.conf
Normal file
10792
gnu/packages/aux-files/linux-libre/5.11-i686.conf
Normal file
File diff suppressed because it is too large
Load diff
10828
gnu/packages/aux-files/linux-libre/5.11-x86_64.conf
Normal file
10828
gnu/packages/aux-files/linux-libre/5.11-x86_64.conf
Normal file
File diff suppressed because it is too large
Load diff
|
@ -353,6 +353,19 @@ (define (%upstream-linux-source version hash)
|
||||||
|
|
||||||
;; The current "stable" kernels. That is, the most recently released major
|
;; The current "stable" kernels. That is, the most recently released major
|
||||||
;; versions that are still supported upstream.
|
;; versions that are still supported upstream.
|
||||||
|
(define-public linux-libre-5.11-version "5.11")
|
||||||
|
(define deblob-scripts-5.11
|
||||||
|
(linux-libre-deblob-scripts
|
||||||
|
linux-libre-5.11-version
|
||||||
|
(base32 "1kcvwbbzlii4smx6m4hj97va5bf3drbglb24jkky93a1g37a9ksj")
|
||||||
|
(base32 "0y76962qnnjxc5jgaw9vwrydzwjvj3q4xf7skp3ks2dab7vkhj33")))
|
||||||
|
(define-public linux-libre-5.11-pristine-source
|
||||||
|
(let ((version linux-libre-5.11-version)
|
||||||
|
(hash (base32 "1d37w0zvmf8c1l99xvy1hy6p55icjhmbsv7f0amxy2nly1a7pw04")))
|
||||||
|
(make-linux-libre-source version
|
||||||
|
(%upstream-linux-source version hash)
|
||||||
|
deblob-scripts-5.11)))
|
||||||
|
|
||||||
(define-public linux-libre-5.10-version "5.10.16")
|
(define-public linux-libre-5.10-version "5.10.16")
|
||||||
(define deblob-scripts-5.10
|
(define deblob-scripts-5.10
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -468,6 +481,11 @@ (define (source-with-patches source patches)
|
||||||
(patches (append (origin-patches source)
|
(patches (append (origin-patches source)
|
||||||
patches))))
|
patches))))
|
||||||
|
|
||||||
|
(define-public linux-libre-5.11-source
|
||||||
|
(source-with-patches linux-libre-5.11-pristine-source
|
||||||
|
(list %boot-logo-patch
|
||||||
|
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||||
|
|
||||||
(define-public linux-libre-5.10-source
|
(define-public linux-libre-5.10-source
|
||||||
(source-with-patches linux-libre-5.10-pristine-source
|
(source-with-patches linux-libre-5.10-pristine-source
|
||||||
(list %boot-logo-patch
|
(list %boot-logo-patch
|
||||||
|
@ -572,6 +590,10 @@ (define (make-linux-libre-headers* version source)
|
||||||
(description "Headers of the Linux-Libre kernel.")
|
(description "Headers of the Linux-Libre kernel.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public linux-libre-headers-5.11
|
||||||
|
(make-linux-libre-headers* linux-libre-5.10-version
|
||||||
|
linux-libre-5.10-source))
|
||||||
|
|
||||||
(define-public linux-libre-headers-5.10
|
(define-public linux-libre-headers-5.10
|
||||||
(make-linux-libre-headers* linux-libre-5.10-version
|
(make-linux-libre-headers* linux-libre-5.10-version
|
||||||
linux-libre-5.10-source))
|
linux-libre-5.10-source))
|
||||||
|
@ -866,6 +888,12 @@ (define* (make-linux-libre* version source supported-systems
|
||||||
;;; Generic kernel packages.
|
;;; Generic kernel packages.
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
|
(define-public linux-libre-5.11
|
||||||
|
(make-linux-libre* linux-libre-5.11-version
|
||||||
|
linux-libre-5.11-source
|
||||||
|
'("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
|
||||||
|
#:configuration-file kernel-config))
|
||||||
|
|
||||||
(define-public linux-libre-5.10
|
(define-public linux-libre-5.10
|
||||||
(make-linux-libre* linux-libre-5.10-version
|
(make-linux-libre* linux-libre-5.10-version
|
||||||
linux-libre-5.10-source
|
linux-libre-5.10-source
|
||||||
|
|
Loading…
Reference in a new issue