guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29133] [PATCH] linux: Add omap2plus generic kernel.


From: Ludovic Courtès
Subject: [bug#29133] [PATCH] linux: Add omap2plus generic kernel.
Date: Sun, 05 Nov 2017 21:50:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Mathieu Othacehe <address@hidden> skribis:

> * gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
> ---
>  gnu/packages/linux.scm | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 2ecf6bd..0ee2d60 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -402,6 +402,13 @@ It has been modified to remove all non-free binary 
> blobs.")
>                      #:defconfig "multi_v7_defconfig"
>                      #:extra-version "arm-generic"))
>  
> +(define-public linux-libre-arm-omap2plus
> +  (make-linux-libre %linux-libre-version
> +                    %linux-libre-hash
> +                    '("armhf-linux")
> +                    #:defconfig "omap2plus_defconfig"
> +                    #:extra-version "arm-omap2plus"))

LGTM!  Were you able to boot it on an omap system?

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]