From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from eggs.gnu.org ([2001:470:142:3::10]:44532)
 by lists.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1j4d5D-0001OV-BG
 for guix-patches@gnu.org; Wed, 19 Feb 2020 23:05:04 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1j4d5C-0004vG-Bh
 for guix-patches@gnu.org; Wed, 19 Feb 2020 23:05:03 -0500
Received: from debbugs.gnu.org ([209.51.188.43]:37709)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
 (Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
 id 1j4d5C-0004vC-8A
 for guix-patches@gnu.org; Wed, 19 Feb 2020 23:05:02 -0500
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1j4d5C-0003Ij-3n
 for guix-patches@gnu.org; Wed, 19 Feb 2020 23:05:02 -0500
Subject: [bug#39617] [PATCH 1/2] gnu: Add linux-libre-pinebook-pro.
Resent-Message-ID: <handler.39617.B39617.158217148212655@debbugs.gnu.org>
From: Vagrant Cascadian <vagrant@debian.org>
In-Reply-To: <20200215185209.28334-1-janneke@gnu.org>
References: <87tv3rd6sz.fsf@gnu.org> <20200215185209.28334-1-janneke@gnu.org>
Date: Wed, 19 Feb 2020 20:04:34 -0800
Message-ID: <87wo8hewfh.fsf@yucca>
MIME-Version: 1.0
Content-Type: text/plain
List-Id: <guix-patches.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-patches>,
 <mailto:guix-patches-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/guix-patches>
List-Post: <mailto:guix-patches@gnu.org>
List-Help: <mailto:guix-patches-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-patches>,
 <mailto:guix-patches-request@gnu.org?subject=subscribe>
Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org
Sender: "Guix-patches" <guix-patches-bounces+kyle=kyleam.com@gnu.org>
To: Jan Nieuwenhuizen <janneke@gnu.org>, 39617@debbugs.gnu.org
Cc: Danny Milosavljevic <dannym@scratchpost.org>, Mike Rosset <mike.rosset@gmail.com>

Successfully booted! Thanks for your work on this! This is the first
time I've ever booted a new machine with Guix rather than Debian
proper. :)

Also the very first time I bootstrapped a Guix system from the guix
packages built for Debian! Need to just go ahead and upload those soon.

relatively minor issue below:

On 2020-02-15, Jan Nieuwenhuizen wrote:
> +;; Distribute a patched version of deblob-5.5 to accomodate for
> +;; the file rename
> +;;    drivers/crypto/ccp/psp-dev.c -> drivers/crypto/ccp/sev-dev.c
> +(define (deblob-scripts-pinebook-pro version)
...
> +        (origin
> +          (method url-fetch)
> +          (uri (string-append "https://linux-libre.fsfla.org"
> +                              "/pub/linux-libre/releases/" version "-gnu/"
> +                              "deblob-check"))

I had to change version to download deblob-check to "5.5.1" as
apparently the 5.5.0 version was removed from (or never present on)
linux-libre.fsfla.org.


live well,
  vagrant