unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan <stefan-guix@vodafonemail.de>
To: guix-devel@gnu.org
Subject: Support for Raspberry Pi including some generic changes
Date: Sun, 9 May 2021 18:32:30 +0200	[thread overview]
Message-ID: <880717D7-A719-4E8C-871A-11A638918F4D@vodafonemail.de> (raw)

Hi!

I just sent a patch series¹ to add support for the Raspberry Pi. It consists of ten patches, however some of them are generic.

I’m writing to this list to gain some attention for this patch series, and also to point out some generic changes, which might be of interest for several people or may require some broader discussion.

There is a patch introducing a new function (modify-linux). It allows to modify a given Linux package on the base of some defconfig file with a list of configuration strings.

The defconfig base is either an own file-like object, a file name from the Linux sources, or generated from the given Linux package. In this last case the configuration of the given Linux package is used to save a temporary defconfig file, to which the configuration changes will then be done.

This can look like this (untested):

(operating-system
  (kernel (modify-linux #:linux linux-libre ;; This is the default
                        #:extra-version "net"
                        #:defconfig "x86_64_defconfig"
                        #:configs '("# CONFIG_LOCALVERSION is not set"
                                    "CONFIG_NFS_SWAP=y"
                                    "CONFIG_E1000=y")))
  …)

Another patch provides the bootloader grub-efi-netboot-removable-bootloader, which – although originally intended for netbooting – can also be used to install a Guix System on a USB stick to carry around.


Bye

Stefan


¹ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48314>

                 reply	other threads:[~2021-05-09 16:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=880717D7-A719-4E8C-871A-11A638918F4D@vodafonemail.de \
    --to=stefan-guix@vodafonemail.de \
    --cc=guix-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).