David Craven <da...@craven.ch> 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