3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add linux-libre-arm-generic.

* gnu/packages/linux.scm (linux-libre-arm-generic): New variable.
This commit is contained in:
David Craven 2016-09-08 19:41:38 +02:00
parent 78edccccaf
commit cde7c23f15
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -397,6 +397,17 @@ It has been modified to remove all non-free binary blobs.")
%intel-compatible-systems
#:configuration-file kernel-config))
;; Avoid rebuilding kernel variants when there is a minor version bump.
(define %linux-libre-version "4.7.3")
(define %linux-libre-hash "18sy1vh4x66hsk0qbq8g5299my082d530zm8c7xnbakq7350igi6")
(define-public linux-libre-arm-generic
(make-linux-libre %linux-libre-version
%linux-libre-hash
'("armhf-linux")
#:defconfig "multi_v7_defconfig"
#:extra-version "arm-generic"))
;;;
;;; Pluggable authentication modules (PAM).