guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 17/17] gnu: Add linux-libre-beagle-bone-black.


From: Ludovic Courtès
Subject: Re: [PATCH 17/17] gnu: Add linux-libre-beagle-bone-black.
Date: Sun, 11 Sep 2016 23:33:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

David Craven <address@hidden> skribis:

> * gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
> ---
>  gnu/packages/linux.scm | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 2eadae2..2320a08 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -408,6 +408,15 @@ It has been modified to remove all non-free binary 
> blobs.")
>                        #:defconfig "multi_v7_defconfig"
>                        #:extra-version "multi-v7")))
>  
> +(define-public linux-libre-beagle-bone-black
> +  (let ((version "4.7.2")
> +        (hash "1rp09y2hv0hvdybm2n2im9717kzxmklpgzs8k1bmdfzqxyg8cb85"))
> +    (make-linux-libre version
> +                      (make-linux-libre-source version hash)
> +                      '("armhf-linux")
> +                      #:defconfig "omap2plus_defconfig"
> +                      #:extra-version "beagle-bone-black")))

Apart from the duplicate version/hash, that LGTM!

Did you have a chance to boot the resulting kernel on a Beagle Bone
Black?

Thank you for getting us closer to GuixSD on ARM!

Ludo’.



reply via email to

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