From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 17/17] gnu: Add linux-libre-beagle-bone-black. Date: Sun, 11 Sep 2016 23:33:30 +0200 Message-ID: <87mvjef7f9.fsf@gnu.org> References: <20160909013641.GA9202@jasmine> <20160909123426.18499-1-david@craven.ch> <20160909123426.18499-17-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjCNf-000748-Sa for guix-devel@gnu.org; Sun, 11 Sep 2016 17:33:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjCNc-0000U6-NL for guix-devel@gnu.org; Sun, 11 Sep 2016 17:33:39 -0400 In-Reply-To: <20160909123426.18499-17-david@craven.ch> (David Craven's message of "Fri, 9 Sep 2016 14:34:26 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven 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 b= lobs.") > #:defconfig "multi_v7_defconfig" > #:extra-version "multi-v7"))) >=20=20 > +(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=E2=80=99.