all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Vagrant Cascadian <vagrant@debian.org>
Cc: guix-devel@gnu.org
Subject: Re: Guix on the ASUS C201PA
Date: Sat, 23 Mar 2019 17:33:08 +0100	[thread overview]
Message-ID: <874l7ty2ij.fsf@gnu.org> (raw)
In-Reply-To: <87h8c0213p.fsf@ponder> (Vagrant Cascadian's message of "Sun, 17 Mar 2019 22:38:50 -0700")

Hi Vagrant,

Vagrant Cascadian <vagrant@debian.org> skribis:

> There's a FIXME for properly fetching the veyron kernel configuration,
> but otherwise it's looking almost like something worth formally
> submitting... ?

It looks like it!  Mark, could you comment on this patch, in particular
the ‘kernel-config-veyron’ bit (see below)?  Danny is fine with it.  :-)

It’s great that you managed to simplify this.  Then I guess we could add
the example and other useful bits that Timothy had.

Thank you,
Ludo’.

> From d521904a25ea6146a0641c0929cdb5ac5f486cc8 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant@debian.org>
> Date: Mon, 18 Mar 2019 03:24:05 +0000
> Subject: [PATCH] gnu: Add linux-libre-arm-veyron.
>
> * gnu/packages/linux.scm (linux-libre-arm-veyron): New variable.
>   FIXME: Merge with "kernel-config"...
>   (kernel-config-veyron): Add function to find veyron kernel config.
> * gnu/packages/aux-files/linux-libre/5.0-arm-veyron.conf
> * Makefile.am (AUX_FILES): Adjust accordingly.

[...]

> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -253,6 +253,15 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
>           (file (string-append "linux-libre/" name)))
>      (search-auxiliary-file file)))
>  
> +;; FIXME: Merge with "kernel-config"
> +(define* (kernel-config-veyron arch #:key variant)
> +  "Return the absolute file name of the Linux-Libre build configuration file
> +for ARCH and optionally VARIANT, or #f if there is no such configuration."
> +  (let* ((name (string-append (if variant (string-append variant "-") "")
> +                              (if (string=? "i386" arch) "i686" arch) "-veyron.conf"))
> +         (file (string-append "linux-libre/" name)))
> +    (search-auxiliary-file file)))
> +
>  (define %default-extra-linux-options
>    `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html
>      ("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t)
> @@ -471,6 +480,15 @@ It has been modified to remove all non-free binary blobs.")
>                      #:defconfig "multi_v7_defconfig"
>                      #:extra-version "arm-generic"))
>  
> +(define-public linux-libre-arm-veyron
> +  (make-linux-libre %linux-libre-version
> +                    %linux-libre-hash
> +                    '("armhf-linux")
> +                    #:patches %linux-libre-5.0-patches
> +                    ;; #:configuration-file (search-auxiliary-file "/linux-libre/5.0-arm-veyron.conf")
> +                    #:configuration-file kernel-config-veyron
> +                    #:extra-version "arm-veyron"))
> +
>  (define-public linux-libre-arm-generic-4.19
>    (make-linux-libre %linux-libre-4.19-version
>                      %linux-libre-4.19-hash

  parent reply	other threads:[~2019-03-23 16:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06  7:20 Guix on the ASUS C201PA Timothy Sample
2019-03-06  8:59 ` Vagrant Cascadian
2019-03-06 14:33   ` Timothy Sample
2019-03-10  2:42     ` Vagrant Cascadian
2019-03-17  6:47       ` Vagrant Cascadian
2019-03-17 15:20         ` Timothy Sample
2019-03-18  5:38           ` Vagrant Cascadian
2019-03-19  7:22             ` Danny Milosavljevic
2019-03-23 16:33             ` Ludovic Courtès [this message]
2019-03-23 19:10               ` Mark H Weaver
2019-03-23 21:04               ` Vagrant Cascadian
2019-03-24 18:19                 ` Vagrant Cascadian
2019-03-06 12:02 ` swedebugia
2019-03-06 15:46 ` mikadoZero
2019-03-15 11:23 ` Ludovic Courtès
2019-03-15 17:39   ` Timothy Sample

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874l7ty2ij.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=vagrant@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.