mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add linux-libre-arm64-generic.
* gnu/packages/linux (linux-libre-arm64-generic): New variable.
This commit is contained in:
parent
37f8c50cdc
commit
058e96c59f
1 changed files with 7 additions and 0 deletions
|
@ -880,6 +880,13 @@ (define-public linux-libre-arm-omap2plus-4.14
|
|||
#:defconfig "omap2plus_defconfig"
|
||||
#:extra-version "arm-omap2plus"))
|
||||
|
||||
(define-public linux-libre-arm64-generic
|
||||
(make-linux-libre* linux-libre-version
|
||||
linux-libre-source
|
||||
'("aarch64-linux")
|
||||
#:defconfig "defconfig"
|
||||
#:extra-version "arm64-generic"))
|
||||
|
||||
(define-public linux-libre-riscv64-generic
|
||||
(make-linux-libre* linux-libre-version
|
||||
linux-libre-source
|
||||
|
|
Loading…
Reference in a new issue